View Single Post
  #54  
Old 12-16-2014, 04:48 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

You need to decorate your viewer class (I believe, you decorated \XLite\View\ItemsList\Product\Customer\Category\AC ategory one) and add following line into setWidgetParams() function:

PHP Code:
$this->widgetParams[static::PARAM_DISPLAY_MODE]->setValue(static::DISPLAY_MODE_LIST); 

Please, let me know if it works out for you.
__________________
Found a bug in X-Cart? Post it to our bug tracker!
Know how to make X-Cart better? Suggest an idea!
Reply With Quote