View Single Post
  #81  
Old 02-20-2015, 02:50 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

Quote:
Originally Posted by minfinger
Tony,

No I want it to be List mode by default on the whole site.

In this case, you need to decorate the setWidgetParams() method of
Code:
\XLite\View\ItemsList\Product\Customer\Category\ACategory
class and add this line to this decorated function:

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

More info about decoration is here: http://kb.x-cart.com/display/XDD/Step+3+-+applying+logic+changes
__________________
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:54 AM.
Reply With Quote