Jump to content

(SOLUCIONADO) alguien sabe como solucionar este problema productos destacados


Recommended Posts

Prestashop 1.6.0.8

 

<!-- MODULE Home Featured Products -->
<div id="featured-products_block_center" class="block products_block clearfix">
    <h4 class="title_block">{l s='Featured products' mod='homefeatured'}</h4>
    {if isset($products) AND $products}
        <div class="block_content">
            {assign var='liHeight' value=250}
            {assign var='nbItemsPerLine' value=6} AQUI CAMBIE LA CANTIDAD ESTABA EN CINCO Y PUSE 6
            {assign var='nbLi' value=$products|@count}
            {math equation="nbLi/nbItemsPerLine" nbLi=$nbLi nbItemsPerLine=$nbItemsPerLine assign=nbLines}
            {math equation="nbLines*liHeight" nbLines=$nbLines|ceil liHeight=$liHeight assign=ulHeight}
            <ul style="height:{$ulHeight|escape:'html'}px;">
            {foreach from=$products item=product name=homeFeaturedProducts}

Edited by PKTIENDA.ES (see edit history)
Link to comment
Share on other sites

  • nadie locked this topic
Guest
This topic is now closed to further replies.
×
×
  • Create New...