Hi Berrybattens
Yes I use a U.K oriented display for price,
this should work... if you locate line 283 in file
(your current template)/tpl_product_book_info_display.php
or close to where it says '//uses uk price function jph'mod
change the function that is called here...
Code:
zen_get_products_display_price_uk((int)$_GET['products_id']);
to
Code:
zen_get_products_display_price((int)$_GET['products_id']);
Note this line above, is part of a longer line of code..
This is the 'normal zencart price display, you can show tax or not, with an admin setting separately.
Bookmarks