Jump to content

help! error product list (grid)


Recommended Posts

Hi all, modify the product list according Myszczuk Milosz indications are found here: http://mypresta.eu/en/art/developer/prestashop-products-list-grid-view.html
But leave me hollow blank, do not know why, someone can help me to display either the grid?

 

I would also like to put the homefeatured product list (on grid), but the code does not change, anyone know where can I find it?

attached a screenshot of the error
Version: 1.5.4
Template: default (as amended)
Web: www.imHOTTO.es

 

Thank you very much.

Link to comment
Share on other sites

is where the problem but i dont know solve.i modified the source code to show only the items with stock when the items account for formatting pages, has all the product list when it eats holes
instance. total product is 4 to show
Product 1 -> stock, displays
Product 2 -> stock, displays
product 3 -> no stock, but it does not show the gap left
product 4 -> stock, displays

Link to comment
Share on other sites

modify the code according to your instructions: http://mypresta.eu/en/art/developer/prestashop-products-list-grid-view.html
also changed:
product list

...           
{if isset($products)}
    <!-- Products list -->
    <ul id="product_list" class="clear">
    {foreach from=$products item=product name=products}
    
     {if ($product.id_product_attribute == 0 || (isset($add_prod_display) && ($add_prod_display == 1))) && $product.available_for_order && !isset($restricted_country_mode) && $product.minimal_quantity <= 1 && $product.customizable != 2 && !$PS_CATALOG_MODE}
                        {if ($product.allow_oosp || $product.quantity > 0)}

                        
        <li class="dropshadowclass ajax_block_product {if $smarty.foreach.products.first}first_item{elseif $smarty.foreach.products.last}last_item{/if} {if $smarty.foreach.products.index % 2}alternate_item{else}item{/if} clearfix">
            <div class="center_block">

...

 

and the idem change for specials product and new product

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...