vezoan Posted June 13, 2008 Share Posted June 13, 2008 Hi is there a way to remove incl. tax ($242.64 incl. tax) from price in product? Without changing Translations to a space thanks vezoan Link to comment Share on other sites More sharing options...
mEcommerce Posted June 13, 2008 Share Posted June 13, 2008 Hi vezoan, Open /prestafolder/themes/themename/product.tpl Around line 126 you'll find this: <span class="our_price_display"> <span id="our_price_display"> {convertPrice price=$product->getPrice(true, NULL, 2)}</span> {l s='incl. tax'}</span> Just remove this piece of code; {l s='incl. tax'} Link to comment Share on other sites More sharing options...
Recommended Posts