evolution.x Posted September 5, 2012 Share Posted September 5, 2012 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 More sharing options...
evolution.x Posted September 6, 2012 Author Share Posted September 6, 2012 I have posted this in the bug tracker but still no response about it? http://forge.prestashop.com/browse/PSCFI-6556 Anybody have any ideas? Link to comment Share on other sites More sharing options...
benjamin utterback Posted September 6, 2012 Share Posted September 6, 2012 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! Link to comment Share on other sites More sharing options...
evolution.x Posted September 6, 2012 Author Share Posted September 6, 2012 (edited) 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. How it should look. Edited September 6, 2012 by evolution.x (see edit history) Link to comment Share on other sites More sharing options...
benjamin utterback Posted September 6, 2012 Share Posted September 6, 2012 Hello, thank you for the screenshots. If you do not receive a follow up response, please let me know. Also, is anybody else receiving this bug? That we way we can know for sure it is happening on multiple instances. Thank you for choosing PrestaShop! Link to comment Share on other sites More sharing options...
vt Posted September 6, 2012 Share Posted September 6, 2012 Hi Benjamin, Would you please help me by take a look below http://www.prestashop.com/forums/topic/184831-after-upgrade-ps-to-149can-not-insertedit-image-by-tiny-mce/ Link to comment Share on other sites More sharing options...
evolution.x Posted September 12, 2012 Author Share Posted September 12, 2012 I have had no response to my BUG report I also noticed that this BUG is also on the search results list. Search for a product, press GO or hit ENTER then the list is all enlarged images. Link to comment Share on other sites More sharing options...
evolution.x Posted September 17, 2012 Author Share Posted September 17, 2012 Bump! Anybody looking in to this? Benjamin Utterback have you looked in to it? No response on my bug report either : http://forge.prestashop.com/browse/PSCFI-6556 Link to comment Share on other sites More sharing options...
evolution.x Posted September 18, 2012 Author Share Posted September 18, 2012 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 More sharing options...
evolution.x Posted September 26, 2012 Author Share Posted September 26, 2012 Bump! Still not heard from anyone?? Link to comment Share on other sites More sharing options...
benjamin utterback Posted September 26, 2012 Share Posted September 26, 2012 Dear Evolution.x, Hello, thank you for the message. As of right now there is no new update on this report. It seems to not be a widespread issue at this time. Does your fix work for the moment for your store? Link to comment Share on other sites More sharing options...
evolution.x Posted September 26, 2012 Author Share Posted September 26, 2012 Hi, Yes my fix works for the moment but my picture sizes in the product list are no longer dynamic from back office. I installed a fresh 1.4.9.0 and used the default template and the BUG was still there, so it is not due to my set up?? Thanks for the reply. Link to comment Share on other sites More sharing options...
Recommended Posts