View Single Post
  #2  
Old 09-04-2016, 12:57 AM
 
lseals lseals is offline
 

Advanced Member
  
Join Date: Aug 2016
Posts: 63
 

Default Re: Category List on the Front Page Help

Alex Solovev posted: 07-20-2015


"\XLite\View\ItemsList\Product\Customer\Category\M ain" is the base widget that renders the list of products from a category.

It has PARAM_CATEGORY_ID parameter, so I believe you can render it for a specific category from a template file (however, I'm not sure for 100% as it may take some parameters from the request and from the controller that handles the current "target").

The code could be as follows (I haven't tried it):

<widget class="XLite\View\ItemsList\Product\Customer\Categ ory\Main" categoryid="YOUR_CATEGORY_ID" />

However, I am not sure how to make it work. I pray for the Lord's help in this regard.
__________________
On The Cheap - We Believe God!
http://www.onthecheap.store (In Development)
X-Cart 5.3.2.2
PHP 7.0.14
nginx/1.11.8
Reply With Quote