Help

     Forum      Videos      Knowledge Base      Hire Us      Hosting Providers     Sandbox >

 

Forum

Need a response from us? Become a VIP.
Need help with your site right now? Hire us.

Suppressing product images in the shopping cart

Posted by swak3146 VIP on April 28, 2012

I noticed at the collinstreet.com webstore which uses the livesite platform, product pictures are not displayed in the shopping cart. I would like to do that but can't figure out how?


Back   
 
1 Comment
Added by Camelback Web Architects
April 29, 2012

collinstreet.com does not have any images in the full description for Products. Their catalog is made up of Product Groups which contain the images. The Products only appear in pick lists in the catalog. You have three options.

1. You can add CSS to your Theme in order to hide the images, like below.

.software_shopping_cart .products img
{
display: none;
}

2. You can organize your catalog using pick lists for Products on Catalog Detail Pages and not put images in the full description for Products, like collinstreet.com does.

3. You can hire us to add a customization to your site so that the short description appears on certain pages instead of the full description. Please start a conversation if you are interested in this.
Add Comment:
Please login or register to add a comment or get notified when a comment is added.