To show prices including and excluding VAT/Tax
(IN A SINGLE TAX REGION ONLY-WILL NOT WORK FOR MULTI TAX ZONES)
edit templates/fallback/content/product_info.tpl.php as follows
around line 67 find
add directly below itHTML Code:<td class="pageHeading" align="right" valign="top"><?php echo $products_price; ?></td>
Change € symbol as necessaryHTML Code:</tr> <tr> <td colspan="2" class="subHeading" align="right" valign="top"><b>€<?php echo round(($products_price/1.21),2); ?> excluding VAT<b></td> </tr>
and 1.21 to your tax rate
you can view results at www.irishtools.com





LinkBack URL
About LinkBacks






Bookmarks