Jump to content

Features products from product page


Recommended Posts

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

×
×
  • Create New...