Jump to content

Add product image to cart block


ande85

Recommended Posts

Hi,

This is perhaps an easy question to answer, as i am new to developeing for prestashop.

 

I what to display a thumbnail image to each product that i add to the cart. How do I do this?

 

Thanks for your answer!

Link to comment
Share on other sites

Solved it myself!

 

<a href="{$link->getProductLink($product.id_product, $product.link_rewrite, $product.category)}"><img src="{$link->getImageLink($product.link_rewrite, $product.id_image, 'small')}" alt="" align="left" title="{$product.name|escape:htmlall:'UTF-8'|truncate:20}" /></a>

Link to comment
Share on other sites

Hi,

This is perhaps an easy question to answer, as i am new to developeing for prestashop.

 

I what to display a thumbnail image to each product that i add to the cart. How do I do this?

 

Thanks for your answer!

Hi,

 

Take a look here if you want it to work with ajax (for presta 1.4)

Link to comment
Share on other sites

  • 5 months later...

Solved it myself!

 

<a href="{$link->getProductLink($product.id_product, $product.link_rewrite, $product.category)}"><img src="{$link->getImageLink($product.link_rewrite, $product.id_image, 'small')}" alt="" align="left" title="{$product.name|escape:htmlall:'UTF-8'|truncate:20}" /></a>

 

how did you solve the ajax problem?

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...