PDA

View Full Version : Image display in the Checkout form


pistartech366237
04-22-2009, 01:42 PM
Hello everyone,

Guys, I need your help yet again.

I have a mixture of static products as well as database products that I need to be able to add to the cart. Everything is working fine, except of one thing - thumbnails.

How do I make the static and dynamic thumbnails to show up at the shopping cart form? I was trying to create the Image Placeholder and bind it to different dynamic values. The images are sitting in the /Images/ folder....

Please advise.

Thank you so much in advance.

Best regards,

Paul.

Ray Borduin
04-22-2009, 02:20 PM
Add a column to the cart to hold the thumbnail image location.

Then add an image to the display and set it's location to the value stored in the cart.

manually add the "/images/" after into the <img> src

pistartech366237
04-22-2009, 02:37 PM
Dear Ray,

Thank you so much again for your help.... It worked!!!

Best regards,

Paul.