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?