Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Display prices excl VAT


René H4

Recommended Posts

In my frozen shop i'd like to display the price less VAT just below the price incl VAT.

It would need to be in smaller font, between brackets and saying (ex VAT: ****)

In the template file for the pricing the following code is included, but I cant figure out how to add this one line showing what I'd like:

    <h2 class="h3 text-right-not-xs"><?php echo (tep_not_null($specials_price)) ? sprintf(MODULE_CONTENT_PI_PRICE_DISPLAY_SPECIAL, $specials_price, $products_price) : sprintf(MODULE_CONTENT_PI_PRICE_DISPLAY, $products_price); ?></h2>

Can anyone help me with this?
 

Priceslessvat.jpg

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...