Jump to content

BUG 1.4.9.0 Manufacturers Product List Image Size


Recommended Posts

Hi,

 

I have noticed a bug in PS 1.4.9.0 and would like to know if others are getting this and if there is a fix?

 

When i click through to my list of manufacturers and select view products for a particular manufacturer the product images in the list are all too big.

 

I have all of my "large" images set at 1200 x 1200.

 

This area seems to be using the "large (1200x1200)" resolution but the actual image is the "home (129x129) which gets enlarged and makes the list of products unreadable.

 

I have tried this on both my theme and the default PS theme, both show this error.

 

Any help on this would be great!

Link to comment
Share on other sites

Hello Evolution.x, thank you for the message and the bug report. I also will be following up with this bug on my own reports. If you could provide screenshots with what you see, this will surely help. Thank you for choosing PrestaShop!

 

Thanks for replying, please see images attached.

 

This shows the bug.

 

post-115258-0-10869900-1346940105_thumb.jpg

 

How it should look.

 

post-115258-0-31852600-1346940123_thumb.jpg

Edited by evolution.x (see edit history)
Link to comment
Share on other sites

I have temporarily fixed it for now as i have had no reply??

 

I have changed code in product-list.tpl from:

 

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

 

to

 

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

 

Any permanent fix on this would be great??

Link to comment
Share on other sites

  • 2 weeks later...
×
×
  • Create New...