jthosoda Posted November 11, 2010 Share Posted November 11, 2010 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 7from 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 1870we 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 More sharing options...
Guest Posted November 13, 2010 Share Posted November 13, 2010 Is this topic about suggestions for change in prestashop software? or help with changes made by users of prestashop software? Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now