frtaxes - can one extract taxvalues?
Posted: Wed Jun 19, 2013 2:44 pm
Hi,
i have a shop solution working but I have used smarty to show the VAT in the Cart - Orders etc just by using
Now I wonder if it is possible to extract the value of the taxes defined in frtaxes and use these, so I do not have to change x templates but onlz 1 tax-value.
I searched the forum even used google but had no luck.
Kind regards,
Jan
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