ProductCart E-Commerce Solutions Homepage
Forum Home Forum Home > ProductCart Add-on's > Apparel Add-on
  New Posts New Posts RSS Feed - Apparel Product Image Problem
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Apparel Product Image Problem

 Post Reply Post Reply
Author
Message
loracady View Drop Down
Newbie
Newbie
Avatar

Joined: 28-December-2007
Location: United States
Status: Offline
Points: 2
Post Options Post Options   Thanks (0) Thanks(0)   Quote loracady Quote  Post ReplyReply Direct Link To This Post Topic: Apparel Product Image Problem
    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:
 
 
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
Back to Top
ProductCart View Drop Down
Admin Group
Admin Group

ProductCart Team

Joined: 01-October-2003
Status: Offline
Points: 135
Post Options Post Options   Thanks (0) Thanks(0)   Quote ProductCart Quote  Post ReplyReply Direct Link To This Post 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 shopping cart software
Back to Top
loracady View Drop Down
Newbie
Newbie
Avatar

Joined: 28-December-2007
Location: United States
Status: Offline
Points: 2
Post Options Post Options   Thanks (0) Thanks(0)   Quote loracady Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
ProductCart View Drop Down
Admin Group
Admin Group

ProductCart Team

Joined: 01-October-2003
Status: Offline
Points: 135
Post Options Post Options   Thanks (0) Thanks(0)   Quote ProductCart Quote  Post ReplyReply Direct Link To This Post 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>


Edited by earlyimp - 08-May-2010 at 12:01pm
The ProductCart Team

Home of ProductCart shopping cart software
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.094 seconds.