PDA

View Full Version : Shopping Cart . . .


wetware
03-26-2009, 07:23 PM
. . . built via Display Manager has a 110x110px image area; "img.eC_ProductThumb" is the class applied to this image area.
Even though this is a static-based eCart, is there a directory that can populate this area based on (obviously) the associated image from the "Add to Cart" detail page? If the price, description, etc. can be "carried along" - can an image be involved in a session variable scenario?

Ray Borduin
03-27-2009, 07:04 AM
Yes, just add a column to your cart to store the image location and update your add to cart button server behavior to set the proper image location for that product.