mod_virtuemart_category does not uses template overrides, such as alternative templates, defined in \templates\my_template\html\mod_virtuemart_category\ in module settings i see only templates, stored in \modules\mod_virtuemart_category\tmpl\
2.0.7b
And another question - it is possible to include all-levels of categories on this modeule? Not only 2nd level?
Maybe I miss something but if you want to override the view concerning the category you have to copy paste and modify the defaul.php file related to the category then place it on your template folder:
your_template\html\com_virtuemart\category
No, i talking about module templating
It works:
\templates\my_template\html\mod_virtuemart_category\...
... = override either all.php, current.php or default.php
It depends of the selection you make in the module.
Heh. try to create new template file in this dir?
Alternative templates (eg, my_template.php) will appear in your selection list in module backend only if those files are located in the folder:
\modules\mod_virtuemart_category\tmpl\
QuoteHeh. try to create new template file in this dir?
Just copy one of the template files from \modules\mod_virtuemart_category\tmpl\ to \templates\my_template\html\mod_virtuemart_category\ and modify it. Then you need to select the modified in the module in the BE.
I know about it. However, my post about something else. I was trying to say that the template files, which differ by the names of the files bundled will not be used.