VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: Uke on June 27, 2013, 13:17:26 PM

Title: Override for invoice_order.php, invoice_items.php
Post by: Uke on June 27, 2013, 13:17:26 PM
Hello!

Is it possible to use the override system for invoice_order.php and invoice_items.php?

The files are located at:

/components/com_virtuemart/views/invoice/tmpl/invoice_order.php
/components/com_virtuemart/views/invoice/tmpl/invoice_items.php

I tried to place the override files in:

/administrator/templates/bluestork/html/com_virtuemart/views/invoice/tmpl/invoice_order.php
/administrator/templates/bluestork/html/com_virtuemart/views/invoice/tmpl/invoice_items.php

But the override is not working.
Title: Re: Override for invoice_order.php, invoice_items.php
Post by: K&K media production on June 27, 2013, 13:32:14 PM
right path:

templates/your_template/html/com_virtuemart/invoice/
Title: Re: Override for invoice_order.php, invoice_items.php
Post by: Uke on June 27, 2013, 13:42:25 PM
Thanks!  :)