* Help * extension customization - Joomla! Forum - community, help and support
hello,
i purchased cm group buy. functionality allows user exchange alphauserpoints reduce final price of purchased item.
each aup = 1 usd. modify function 1 aup = 0,01 usd - modify extension no more 250 aup (2.5 usd) can used per purchase (so 1 250 aup max per purchase)
i told modify 2 controller files attached presentation (layout) file. have no coding experience, i'm finding task particularly difficult. assist me?
thank you,
ant
i purchased cm group buy. functionality allows user exchange alphauserpoints reduce final price of purchased item.
each aup = 1 usd. modify function 1 aup = 0,01 usd - modify extension no more 250 aup (2.5 usd) can used per purchase (so 1 250 aup max per purchase)
i told modify 2 controller files attached presentation (layout) file. have no coding experience, i'm finding task particularly difficult. assist me?
thank you,
ant
i have reviewed code. please go line 341 of file, controllers/checkout.php .
here can see "1" integer. should write line 341 as
this convert 1 aup = 0,01 usd
here can see "1" integer. should write line 341 as
code: select all
cmgroupbuyinghelperalphauserpoints::newpoints($aupid, $points * -1/100);this convert 1 aup = 0,01 usd
Comments
Post a Comment