Print Page | Close Window

Apparel Product Image Problem

Printed From: ProductCart E-Commerce Solutions
Category: ProductCart Add-on's
Forum Name: Apparel Add-on
Forum Description: All topics concerning the use of the Apparel Add-on
URL: https://forum.productcart.com/forum_posts.asp?TID=3692
Printed Date: 01-May-2024 at 6:25pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Apparel Product Image Problem
Posted By: loracady
Subject: Apparel Product Image Problem
Date Posted: 07-May-2010 at 11:52am
I have the apparel add on, running V4.0a SP4. 
 
I have different pictures for different sub-items.  I just noticed that the pictures no longer change when a user selects a sub-item (like a size/color/etc.)
 
Following is an example link:
 
http://www.thesleepshop.com/store/pc/Pragma-Foldable-Bed-Base-Frame-2p622.htm - http://www.thesleepshop.com/store/pc/Pragma-Foldable-Bed-Base-Frame-2p622.htm
 
I know that before - if you clicked on the sub-item "full size", the main image would change. 
 
Anyone else run into this problem?


-------------
www.TheSleepShop.com



Replies:
Posted By: ProductCart
Date Posted: 07-May-2010 at 6:22pm
We don't see any issues. It works well in our tests on your Web page.

-------------
The ProductCart Team

Home of ProductCart http://www.productcart.com" rel="nofollow - shopping cart software


Posted By: loracady
Date Posted: 08-May-2010 at 6:50am

It works because I restored the viewPrdCode.asp to its orignal, but now I have another problem!  I had modified viewPrdCode.asp to remove the $0.00 price, but that also messed up my images.

Does anyone know how to (safely) remove the $0 price for the main product and only show the final prices of the sub products?  I know I can go back to showing the price differential, but I prefer to display final price.    

 

See the example below:
http://www.thesleepshop.com/store/pc/DreamFit-Bed-Sheets-400-Thread-Count-Egyptian-Cotton-Bed-Sheets-65p189.htm -  



-------------
www.TheSleepShop.com


Posted By: ProductCart
Date Posted: 08-May-2010 at 12:00pm
A good rule for this kind of scenario:

- don't remove anything
- hide what you don't need

In most cases, this will allow you to edit interface elements without breaking any of the source code.

To hide an interface element such as a table, a table row, or a DIV, you can use simple CSS such as the following style applied to the HTML tag itself:
style="display: none;"

So for example:
<div id="myDiv" style="display: none;">All sorts of code</div>


-------------
The ProductCart Team

Home of ProductCart http://www.productcart.com" rel="nofollow - shopping cart software



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net