frtaxes - can one extract taxvalues?

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
janvl
Power Poster
Power Poster
Posts: 985
Joined: Wed Aug 13, 2008 10:57 am

frtaxes - can one extract taxvalues?

Post by janvl »

Hi,

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}  
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
Post Reply

Return to “Modules/Add-Ons”