I have AwoCoupon Pro 2.2.5 installed with Virtuemart 2.0.26d and Joomla 2.5.18.
We are selling gift certificates with a custom image background. The value is written to the gift certificate and displayed as "50 USD". I would like to change that display to "$50.00" (remove USD at the end and add $ before the value number). I searched the forum and found a couple suggestions from 2010 and 2011, but they refer to hacking files that don't exist in my version of AwoCoupon Pro. Can you suggest how I can accomplish this?
I figured out how to edit this for the backend preview by editing administrator/com_awocoupon/controller.php line 783 and 798
Change
to
But this only changes the preview, not the actual gift certificate that is emailed to customers.
Thanks,
Richard
We are selling gift certificates with a custom image background. The value is written to the gift certificate and displayed as "50 USD". I would like to change that display to "$50.00" (remove USD at the end and add $ before the value number). I searched the forum and found a couple suggestions from 2010 and 2011, but they refer to hacking files that don't exist in my version of AwoCoupon Pro. Can you suggest how I can accomplish this?
I figured out how to edit this for the backend preview by editing administrator/com_awocoupon/controller.php line 783 and 798
Change
$image = awoLibrary::writeToImage('ABSIE@SD12bSeA','25.00 USD',1262304000,'screen',$profile);
to
$image = awoLibrary::writeToImage('ABSIE@SD12bSeA','$25.00',1262304000,'screen',$profile);
But this only changes the preview, not the actual gift certificate that is emailed to customers.
Thanks,
Richard