VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: corymp on March 30, 2012, 22:17:35 PM

Title: Trying to create template override for edit_address.php
Post by: corymp on March 30, 2012, 22:17:35 PM
I've created the folder templates/mytemplate/html/com_virtuemart/orders and put edit_address.php in there, but no changes to it are reflected on my website.

If I edit the file "components/com_virtuemart/views/orders/tmpl/edit_address.php" directly, it does reflect the changes....

Is there something wrong here, or is it just me?
Title: Re: Trying to create template override for edit_address.php
Post by: PRO on March 30, 2012, 22:30:38 PM
views/USER

some of the view files were moved since 1 of the releases.

WHAT: I do to make sure I only have the correct ones. Is rename the views folder. THEN: Take a clean copy of the latest version, and copy the views folder over

Title: Re: Trying to create template override for edit_address.php
Post by: corymp on March 30, 2012, 22:44:35 PM
Thanks, worked like a charm