scumdk Posted November 3, 2010 Share Posted November 3, 2010 Hey Guys.Is it possible to have the "homefeatured" module, select from a sub-category i created?So instead of showing the items in the Home category it mush show the products in the sub-category "specialOffersFromMyShop" ?Thanks in advance for your help :-) Link to comment Share on other sites More sharing options...
rocky Posted November 4, 2010 Share Posted November 4, 2010 Change line 67 of modules/homefeatured/homefeatured.tpl (in PrestaShop v1.3.1): $category = new Category(1); Change 1 to the ID of the category you want to get the featured products from. Link to comment Share on other sites More sharing options...
scumdk Posted November 4, 2010 Author Share Posted November 4, 2010 Awesome rocky. Thanks a ton :-) Link to comment Share on other sites More sharing options...
Recommended Posts