René H4 Posted October 20, 2019 Posted October 20, 2019 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?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.