View Single Post
  #4  
Old 11-10-2014, 04:46 AM
  xplorer's Avatar 
xplorer xplorer is offline
 

X-Cart team
  
Join Date: Jul 2004
Posts: 925
 

Default Re: ShopBy Brand - brand page layout changes

Code:
if (!isset($this->brands)) { $this->brands = getBrands(); }

Please check the var/log/ directory. I believe you should find a lot of "function getBrands() is not found" errors there.

Do you want to call the getBrands() method from the original class? If so, it should be "$this->getBrands()".
Reply With Quote