VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: jgeys on December 21, 2013, 14:33:02 PM

Title: Backend orders override not working
Post by: jgeys on December 21, 2013, 14:33:02 PM
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
Title: Re: Backend orders override not working
Post by: AH on December 21, 2013, 14:52:30 PM
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
Title: Re: Backend orders override not working
Post by: jgeys on December 23, 2013, 15:36:26 PM
Of course.... ::)

Thx!!
Title: Re: Backend orders override not working
Post by: AH on December 23, 2013, 16:56:41 PM
You're welcome