Jump to content

[SOLVED] How to edit size of product images


Recommended Posts

intimo26.com but now i had already resize again to old resize for try, ok just finish of regenerates thumbnails i will ready to your edit............

we start from the beginning: preference - images - 166x247 home_default (and product gallery work right) then regenerates thumbnails and select "product" and "home_default"?

 

I'm ready Milos..

Edited by cesareaugusto (see edit history)
Link to comment
Share on other sites

Ok, now  thank you i solved it by removing the description of the products from homefeatures.tpl file so I created enough space to show 8 products! what do you think is not much better without description? 

 

 

remove the description from products featured:
 
/public_html/themes/default/modules/homefeatured/homefeatured.tpl
 
line 43 more or less
original:
<div class="product_desc"><a href="{$product.link|escape:'html'}" title="{l s='More' 
 
mod='homefeatured'}">{$product.description_short|strip_tags|truncate:65:'...'}
 
</a></div>
 
edited: (add comment code: open bracket + esclamation point and double dash)
and after div put double dash and bracket close
 
<!--div class="product_desc"><a href="{$product.link|escape:'html'}" title="{l 
 
s='More' mod='homefeatured'}">{$product.description_short|strip_tags|
 
truncate:65:'...'}</a></div>-->
 
#########################################
 
 ONLY if you have to give more or less space on the table that contains the featured products (for old version of Prestashop)
 
Line 31 
<div class="block_content">
{assign var='liHeight' value=250}

post-726938-0-87694600-1387153222_thumb.jpg

post-726938-0-53985300-1387153229_thumb.jpg

post-726938-0-14745000-1387153235_thumb.jpg

Edited by cesareaugusto (see edit history)
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...