
Originally Posted by
DarrenQ
Hi
Is there a way to display the amount of points on the product page in this format;
Worth "x amount" Reward Points
at the moment it is displayed
"x amount" Reward Points
Thanks
So far i have tried changin the tpl_products_reward_points.php code to this;
Code:
echo PRODUCT_REWARD_POINT_TAG.' '.$reward_points' 'PRODUCT_REWARD_POINT_TAG_1.;
and added 'PRODUCT_REWARD_POINT_TAG_ into the reward_points.php in the extra definitions directory.
But this doesn't seem to work. I just blanks my page. If i remove the last 'PRODUCT_REWARD_POINT_TAG_1.; from the line in tpl it works again. What am i missing?
Bookmarks