Hi,
iam facing the problem that my category overview Layout overwrite wont work.
Files for overwriting are placed in
..\templates\homepage\html\com_virtuemart\category\
These files are then offered in the Backend of Virtuemart. But it seems that VM only focus on the default.php.
When I delete the default php, the system ends up in an Error 500 "Layout [Layoutname] not found", while
Layoutname is the name of the choosen Layout in the VM Backend.
Overwriting with productdetails in the same way, works perfect.
VM Version: 2.0.26a
Can anybody help?
Thank you!
If the categories already existed before you made the override then you have to set that override template under "Category Browse Page " for each category or it will use the default template set when the cat was added.
The Category Layout setting in config/templates will be applied to each new category.
JENKINHILL, that worked!
Great - thx for your quick solution.
Quote from: jenkinhill on January 07, 2014, 15:17:55 PM
If the categories already existed before you made the override then you have to set that override template under "Category Browse Page " for each category or it will use the default template set when the cat was added.
The Category Layout setting in config/templates will be applied to each new category.