Jump to content

Show both prices with and without VAT


dename

Recommended Posts

Hi
 
There in product.tpl code seems to be a possibility to show both VAT and no-VAT prices together

								{if $priceDisplay == 2}
									<br />
									<span id="pretaxe_price">
										<span id="pretaxe_price_display">{convertPrice price=$product->getPrice(false, $smarty.const.NULL)}</span>
										{l s='tax excl.'}
									</span>
								{/if}
							</div> <!-- end prices -->

But I don't know how to trigger that mode (show both VAT and no-VAT prices together) in settings? anybody? thanks!

Edited by dename (see edit history)
Link to comment
Share on other sites

Hi,

 

as far as I know, there is no way to display both prices just be setting something up in backoffice. You will probably need to edit the product.tpl file. What theme are you using? Could you give us the URL to your site + code of product.tpl with prices?

  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...