VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: prokops on October 25, 2016, 10:08:32 AM

Title: Product tax in invoice
Post by: prokops on October 25, 2016, 10:08:32 AM
Hi guys!

How do I show taxed price in the product lines in the invoice? My invoices have product total without tax, tax amount and taxed total at the bottom of the invoice, but I want to show taxed subtotal in each product line of the invoice loop.

I had a look in /components/com_virtuemart/views/invoice/tmpl/invoice_items.php, where a setting "VmConfig::get('show_tax')" is mentioned, but I do not know if it is the right file or where that setting is set.

Can anyone comment?