
Originally Posted by
bobio
anyone know why my product page is showing "your price:" twice, I have exhaused my attempts to remove one or the other. I noticed when I edit the tpl_product_info_display.php file, I move the <add to cart box> section and one of my YOUR PRICE follows that one. and if I move <product price block> one YOUR PRICE follows that one, but if I remove this section of the script BOTH disappear. I am stumped.
open the updater javascript file, at line 32 set this statement to false:
Code:
var _secondPrice = 'false';
you can also choose to not display the sidebox with the price breakdown, or move it to another location. Look through the first 37 lines to see that variables that can be changed.