Jump to content

Amending products display to appear like 'Featured Products'


Recommended Posts

Hi,

In the 'Featured Products' module, I notice there is the built in facility to control the CSS of not only the first and last products shown, but also the last item on each line:

{if isset($products) AND $products}

           {assign var='liHeight' value=360}
           {assign var='nbItemsPerLine' value=4}
           {assign var='nbLi' value=$products|@count}
           {assign var='nbLines' value=$nbLi/$nbItemsPerLine|ceil}
           {assign var='ulHeight' value=$nbLines*$liHeight}

           {foreach from=$products item=product name=homeFeaturedProducts}


etc etc...

Link to comment
Share on other sites

  • 7 months later...
×
×
  • Create New...