I am overriding a particular template so according to rules the data is in html folder and in virtuemart configuration setting the default view is selected properly as the template name , but still the overriding doesn't work?
Asked
Active
Viewed 904 times
2
-
What file are you overriding, and where do you place it? – driver_by Apr 24 '14 at 13:09
1 Answers
2
You have to put the modified file in template folder under: /your_template/html/com_virtuemart/
.
Let's say that you want to modify this file:
/components/com_virtuemart/views/productdetails/tmpl/default.php
You have to copy it to:
/templates/your_template/html/com_virtuemart/productdetails/default.php

emmanuel
- 9,607
- 10
- 25
- 38