Images in shopping cart

Is it possible to add product images to the shopping cart?

Hi Jim,

You need to add {basketitem[‘product_image’]} for each of the items that appear in the shopping cart. This needs to be done in the WebStore Manager by editing the basket panel template.

This might need some adjustments depending on the design of your webstore.

Regards,

Peter

Hi Jim,

I implemented this on your WebStore [Loading...] as per “Example 2: Inserting Thumbnails on the Basket Page” of the Customizing Your WebStore with NitroScript guide

http://baublesandbeads.com/store/administration/downloads/Customizing%20Your%20WebStore%20with%20NitroScript.pdf

Regards,

Brian.

Awesome, thanks Brian!