Jump to content

Product price missing in product list - Please help


Recommended Posts

Hello All,

Please help with following issue. I have been trying to convert my product list to grid view and have used one

of the codes recommended here and it worked well, but now the product price does not show up.

Please see me product-list code below and I have also attached a screen shot.


{if isset($products)}
<!-- Products list -->


{if isset($products) AND $products}

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



{else}

{l s='No featured products' mod='homefeatured'}



{/if}

<!-- /Products list -->
{/if}




40292_3LghHymAvr9xuyoisvws_t

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...