Jump to content

[SUGESTIONS] things we shoud change


Recommended Posts

hi all, thats the changes i made and i think i shoud share here.

change

[htmlall] to [all] on title value on and the width and height of the to display correct on ie7, on the file themes\prestashop\product-list.tpl line 7

from
                getImageLink($product.link_rewrite, $product.id_image, 'home')}" alt="{$product.legend|escape:'htmlall':'UTF-8'}" width="{$homeSize.width}" height="{$homeSize.height}" />




to

                getImageLink($product.link_rewrite, $product.id_image, 'home')}" alt="{$product.legend|escape:'htmlall':'UTF-8'}" width="129" height="129" />



dont know why the error occur only when i list the products of the manufacturer, other pages, product list is fine.

this correct this and this problem

---------------------------------------------

on the themes/prestashop/css/global.css line 1870
we shoud add [height: 84px;] to the [ul#suppliers_list li, ul#manufacturers_list li {]

ul#suppliers_list li, ul#manufacturers_list li {
   background: #d0d3d8 url('../img/block_category_item_bg.jpg') repeat-x;
   border: solid 1px #d0d3d8;
   padding: 0.6em;
   margin-bottom: 1.5em;
   height: 84px;
}


to correct this problem

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