i have a shop solution working but I have used smarty to show the VAT in the Cart - Orders etc just by using
Code: Select all
{assign var=vat value=$oneitem->item_total * 0.2}
VAT {$currencysymbol} {$vat|number_format:2}
{assign var=bruto value=$oneitem->item_total * 1.2}
Brutto {$currencysymbol} {$bruto|number_format:2} I searched the forum even used google but had no luck.
Kind regards,
Jan

