View Single Post
  #79  
Old 02-20-2015, 02:24 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
Can you tell me how to set the default display mode in that Category view to List?

I am not sure I am following this question.

Do you mean that you want to display products in List mode in certain category? In this case, you will need to add a corresponding if condition around this line:
PHP Code:
$this->widgetParams[static::PARAM_DISPLAY_MODE]->setValue(static::DISPLAY_MODE_LIST); 
__________________
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