Jump to content

[solved] How to change the small_default to medium_default when quick order


Recommended Posts

Hello there,

 

There is a problem for me when deleted the small_default and original jpg in prestashop.

Can not display the small_default becuase deleted before, so how to change the shopping cart template to let the medium_default instead.

 

post-411553-0-40125300-1374463867_thumb.png

 

Please give me some advise, any help will be appreciated.

Link to comment
Share on other sites

go to the theme directory and open the file:

shopping-cart-product-line.tpl

 

you've got there:

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

 

change it to medium_default

Link to comment
Share on other sites

×
×
  • Create New...