Mr.Curiosity Posted June 11, 2011 Share Posted June 11, 2011 Where can I adjust the image size of my manufacturer product list?I have trying to look in global.css and productlist.css but I couldnt find it.I am using PS.1.4 Link to comment Share on other sites More sharing options...
shokinro Posted June 11, 2011 Share Posted June 11, 2011 You can change the generated image size at back officePreferences tab - image sub tabBut please note this change also applies to product and other images.I suggest to just change the image displayed size(not physical size) in the theme file of manufacturer page.it is here:YourSiteRoot/themes/YourSiteTheme/manufacturer-list.tplfor product images hereYourSiteRoot/themes/YourSiteTheme/product-list.tpl Link to comment Share on other sites More sharing options...
Mr.Curiosity Posted June 11, 2011 Author Share Posted June 11, 2011 I have no luck with my image size of manufacturer list.I modify from this <!-- logo --> {if $manufacturer.nb_products > 0}getmanufacturerLink($manufacturer.id_manufacturer, $manufacturer.link_rewrite)|escape:'htmlall':'UTF-8'}" title="{$manufacturer.name|escape:'htmlall':'UTF-8'}">{/if} {if $manufacturer.nb_products > 0}{/if} <!-- logo --> {if $manufacturer.nb_products > 0}getmanufacturerLink($manufacturer.id_manufacturer, $manufacturer.link_rewrite)|escape:'htmlall':'UTF-8'}" title="{$manufacturer.name|escape:'htmlall':'UTF-8'}">{/if} {if $manufacturer.nb_products > 0}{/if} but I dont see any changes..also, my image size of my manufacturer is width 129px and height 129px.but this size cannot be found in global.css / product.css / productlist.css / manufacturerlist.css and preferences>imagesso I am abit puzzled here. Link to comment Share on other sites More sharing options...
shokinro Posted June 11, 2011 Share Posted June 11, 2011 the image size is not defined in css file. it is defined in PrestaShop database.you can see this from the code width="{$mediumSize.width}" height="{$mediumSize.height}" but I dont see any changes.. It could be cache issue.Please set as followingback office - preferences - performancesSmartyforce compile -> Yescache -> noThere is another cache setting in the bottom, also disable it.after that you should be able to see the changes Link to comment Share on other sites More sharing options...
Recommended Posts