View Single Post
  #61  
Old 01-26-2015, 02:18 PM
 
minfinger minfinger is offline
 

X-Adept
  
Join Date: Apr 2009
Posts: 678
 

Default Re: All Products on front page, similar to featured products

I follow you, however do I just add that to the end of the existing php file above:
PHP Code:
Protected function setWidgetParams()
    {
        
parent::setWidgetParams();
 
        
$this->widgetParams[static::PARAM_GRID_COLUMNS]->setValue(static::DISPLAY_MODE_LIST);
    }

</span></span>
__________________
X-Cart 4.3
Joomla
Among other things
Reply With Quote