I'm trying to change the orders list in backend.
I want to change /administrators/components/com_virtuemart/views/orders/tmpl/orders.php
so I copied it into
/templates/<<mytemplate>>/html/com_virtuemart/orders/orders.php
But my changes are not getting picked up. Is the path for the override file wrong?
Thx,
Jurgen
Joomla 2.5.16
VM 2.0.24a
Nearly.
You need to copy the override to the same place but in the administrator template folder
ADMINISTRATOR/templates/ADMINTEMPLATE/html/com_virtuemart/orders/orders.php
Of course.... ::)
Thx!!
You're welcome