Zen Cart Logo
Forums / Setting Up Categories, Products, Attributes / Problem with Add'l Images on a Product

Problem with Add'l Images on a Product

Locked

Views: 1,059

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
3 Apr 2009, 8:19 PM
#1
seanmyr avatar

seanmyr

New Zenner

Join Date:
Jan 2008
Posts:
20
Plugin Contributions:
0

Problem with Add'l Images on a Product

Take a look at this product link...

http://72.52.241.165/index.php?main_page=product_info&cPath=50_52&products_id=702

That extra green and white checkered flag image showing at the bottom should not be showing. I have no idea what I might have done to make this happen and so I have no idea how to turn that off. How do I fix this?

3 Apr 2009, 8:36 PM
#2
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Problem with Add'l Images on a Product

This is an image filename issue. Zen Cart uses the filenames to distinguish additional images, so when you have an image named pinplacementTCB.jpg for a product, it will see an image named pinplacementTCBS.jpg as belonging to the same product. Make sure no product's filename is completely contained in another filename.

Look for Additional Images in the tutorials for a complete explanation.

3 Apr 2009, 8:44 PM
#3
seanmyr avatar

seanmyr

New Zenner

Join Date:
Jan 2008
Posts:
20
Plugin Contributions:
0

Re: Problem with Add'l Images on a Product

Ok, thanks for that bit of information. That's nice to know. However I have another problem now.

Take a look at this product link ...
http://72.52.241.165/index.php?main_page=product_info&cPath=50_53&products_id=706

I want the text box "Enter Color Choice" to be below the radio boxes. In the attributes controller I have the order for the text boxes to be first (0 and 1 respectively) and then the color choice text box to be next with an order of 2, but for some reason it continues to appear before the radio boxes. How do I fix this?

3 Apr 2009, 8:58 PM
#4
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Problem with Add'l Images on a Product

It's not something you should have to fix - they should appear in the order you set. You might try using all non-zero numbers for the sort orders, just in case "0" is handled differently.

3 Apr 2009, 9:09 PM
#5
seanmyr avatar

seanmyr

New Zenner

Join Date:
Jan 2008
Posts:
20
Plugin Contributions:
0

Re: Problem with Add'l Images on a Product

Ok thanks. I'll give that a try and see what happens. I appreciate the info.