Blanco Posted November 9, 2010 Share Posted November 9, 2010 Hey all,I have a little issue and i really need your help guys.The problem is simple: Is there any way to set a number of features products from product page? I need to show only 3 products, not all products from the category I use Products Category v1.2.1 on a custome theme.This is the code from productscategory.tpl {if count($categoryProducts) > 0} {foreach from=$categoryProducts item='categoryProduct' name=categoryProduct} getProductLink($categoryProduct.id_product, $categoryProduct.link_rewrite, $categoryProduct.category)}" title="{$categoryProduct.name|htmlspecialchars}"> getImageLink($categoryProduct.link_rewrite, $categoryProduct.id_image, 'produse_home')}" alt="{$categoryProduct.name|htmlspecialchars}" /> getProductLink($categoryProduct.id_product, $categoryProduct.link_rewrite, $categoryProduct.category, $categoryProduct.ean13)}" title="{$categoryProduct.name|htmlspecialchars}">{$categoryProduct.name|truncate:22:'...'|escape:'htmlall':'UTF-8'} {displayWtPrice p=$categoryProduct.price} getProductLink($categoryProduct.id_product, $categoryProduct.link_rewrite, $categoryProduct.category)}" title="{$categoryProduct.name|htmlspecialchars}" title="{l s='Vezi detalii' mod='productscategory'}">{l s='Vezi detalii' mod='productscategory'} {/foreach} {/if} Link to comment Share on other sites More sharing options...
Blanco Posted November 9, 2010 Author Share Posted November 9, 2010 please? Link to comment Share on other sites More sharing options...
shokinro Posted November 10, 2010 Share Posted November 10, 2010 I don't know if this the answer for you.1. Go to your store back office 2. Click Modules 3. Look for module "Featured Products on the homepage" - 4. Click configure 5. set "Number of product displayed" 3 and click save Link to comment Share on other sites More sharing options...
Blanco Posted November 10, 2010 Author Share Posted November 10, 2010 Hey shokinro,No, is not that. Those options are available for module Featured Products on the homepage. I need a similar thing for Products Category v1.2.1 module. Link to comment Share on other sites More sharing options...
Blanco Posted November 15, 2010 Author Share Posted November 15, 2010 Please? Rocky? Link to comment Share on other sites More sharing options...
Recommended Posts