View Single Post
  #75  
Old 02-18-2015, 06:11 AM
  tony_sologubov's Avatar 
tony_sologubov tony_sologubov is offline
 

X-Cart team
  
Join Date: Jan 2009
Posts: 2,431
 

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

Hi Michael!

Sorry, that was my bad. The correct version of setWidgetParams() must be as follows:
PHP Code:
public function setWidgetParams(array $params)
    {
        
parent::setWidgetParams($params);
 
        
$this->widgetParams[static::PARAM_DISPLAY_MODE]->setValue(static::DISPLAY_MODE_LIST);
    } 

Please, let me know if it works for you.

Tony.
__________________
Found a bug in X-Cart? Post it to our bug tracker!
Know how to make X-Cart better? Suggest an idea!

Last edited by tony_sologubov : 03-10-2015 at 03:53 AM.
Reply With Quote