News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

Virtuemart Category Layout - Problem

Started by jha, February 07, 2015, 02:57:57 AM

Previous topic - Next topic

jha

Hi people!

I create a new file: /yourtemplate/html/com_virtuemart/category/defaultListAll.php

And then, in some Product Categories I change de "Category Browse Page" to "defaultListAll"... but the result is always the same - default.php...

Can you help me to look for the error? :(

Joomla 3
Virtuemart 3.0.4

Thanks

GJC Web Design

always works for me..  make sure you have no menu made pointing to that cat with a templating setting already made

switch off SEF so you can see the url

remove any &Itemid=xxx  from the url when u test

add  a html comment to the top of each template so you can be sure there is no confusion 

<!--defaultListAll-->

GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

jha

Thanks GJC Web Design!!

But, I found a little problem... the new file name needs to be in lowercase!!! It happened to me...

Look:
in components/com_virtuemart/helpers/vmtemplate.php

if(!empty($layout)) {
   $view->setLayout( strtolower( $layout ) );
   }

and then in libraries/joomla/filesystem/path.php: 296
   $fullname = realpath($fullname);

return false! and we have de default template...

Thanks


GJC Web Design

ah - interesting - I know underscores break it but didn't know caps..
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation