Hi,

I am working on www.cksperformance.com. On our product page, we have 2 prices, one which displays with VAT and the other without. Example please see http://www.cksperformance.com/index....ducts_id=17121.

We have also set up 5 currencies, however with certain currencies, we do not want the VAT to be shown (USD, AUD, Canadian Dollar). This is the code we have at present:

<?php echo '(incl. Vat at ' . zen_get_tax_rate($product_info->fields['products_tax_class_id']) . '%)'; ?></strong></span><br clear="all" /><strong><?php echo $currencies->format(zen_get_products_actual_price($_GET['products_id']),true,'GBP'); ?> (Ex. VAT)<br /><u>plus shipping</u></strong></p>

Can someone help on how we can adjust this?