Zen Cart Logo
Forums / General Questions / Multiple photos

Multiple photos

Locked

Views: 1,736

Results 1 to 10 of 10
This thread is locked. New replies are disabled.
11 Mar 2008, 10:59 PM
#1
irisesweb avatar

irisesweb

New Zenner

Join Date:
Mar 2008
Posts:
22
Plugin Contributions:
0

Multiple photos

I'm here again with a question I've not been able to resolve.

I want to have multiple pictures in my products.

I've read the tutorials, I've followed the instructions, I've gone to the Admin>Configuration>Images and made sure it's set to show multiple images.

I'm not getting multiple images.

ANY help would be greatly appreciated.

11 Mar 2008, 11:15 PM
#2
gjh42 avatar

gjh42

Black Belt

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

Re: Multiple photos

We can't help without knowing exactly what you have done. What folders and filenames have you used? Can you post a link to see your store?

12 Mar 2008, 2:13 AM
#3
irisesweb avatar

irisesweb

New Zenner

Join Date:
Mar 2008
Posts:
22
Plugin Contributions:
0

Re: Multiple photos

Well, it's a ways from being finished and I only have one test product in my store at the moment and want two photos.

I've followed the "How do I add multiple images to a product" tutorial (though I found it a bit difficult to follow - so perhaps I did it wrong).

I loaded my first photo via the product page and put it in the dvd folder - it's name is lavender01.jpg

I ftp'd my second photo to the same folder - it's name is lavender02.jpg

I created smaller images of these two and uploaded them to the 'medium' folder under dvd (though I really didn't understand the reason for this).

I went to Admin/Configuration/SOMETHING and checked to be sure multiple images were turned on - but for the life of me I can't find that place again. I've been fighting this all day and I think my brain is worn out.

http://www.dollfashionsbyiris.com/shop

12 Mar 2008, 4:16 AM
#4
gjh42 avatar

gjh42

Black Belt

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

Re: Multiple photos

OK, you've got a bunch of problems.

First, unless you anticipate having a huge number of products to keep organized (many hundreds of images), you are better off using the main /images/ directory for your base images. Only use the /dvd/ folder for images of dvds, and then only after you have mastered the basic image organization.

Second, your "small" or base product image should be named lavender.jpg. The additional image(s) should be named lavender01.jpg, lavender02.jpg, etc. These all go in /images/.

Third, your "medium" image (only one per product) should be named lavender_MED.jpg (underscore and capitals requred), and go in /images/medium/.
Your "large" images, which you don't appear to have tried to do yet, should be named lavender_LRG.jpg, lavender01_LRG.jpg, lavender02_LRG.jpg, etc., and go in /images/large/.

12 Mar 2008, 1:52 PM
#5
irisesweb avatar

irisesweb

New Zenner

Join Date:
Mar 2008
Posts:
22
Plugin Contributions:
0

Re: Multiple photos

YOU are a genius!!!

Thank you so much for your simple explanation. I don't necessarily understand it, but it worked.

The only reason I used the dvd folder was that it was suggested in the original instructions in the tutorial. I will not be having a huge number of products so this will work fine.

I've printed out your instructions so I won't forget how to do this once I start really stocking the store. I believe this was my last hurdle to having it set up pretty much like I want it.

Thank you again for your help.

Iris :clap:

21 Mar 2008, 12:34 AM
#6
onelove5683 avatar

onelove5683

New Zenner

Join Date:
Apr 2007
Posts:
77
Plugin Contributions:
0

Re: Multiple photos

can you do this like this:

---main/images
lavender.jpg
lavender_blue.jpg
lavender_red.jpg

---main/images/medium
lavender.jpg

---main/images/large
lavender_LRG.jpg
lavender_blue_LRG.jpg
lavender_red_LRG.jpg

or do you have to use _01,_02_03?

21 Mar 2008, 1:28 AM
#7
gjh42 avatar

gjh42

Black Belt

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

Re: Multiple photos

You can use any additional image filename modifiers you want. (If you are using subfolders to organize your base images, then you must have an underscore _ between the base name and the modifier.)

Just be sure that no image base name is the same as another product's additional image name.

So you can have

---main/images
lavender.jpg
lavender_blue.jpg
lavender_red.jpg

---main/images/medium
lavender_MED.jpg <------------ you need the _MED here

---main/images/large
lavender_LRG.jpg
lavender_blue_LRG.jpg
lavender_red_LRG.jpg

21 Mar 2008, 2:28 AM
#8
onelove5683 avatar

onelove5683

New Zenner

Join Date:
Apr 2007
Posts:
77
Plugin Contributions:
0

Re: Multiple photos

Ok I think I got it working. Now how to increase the size of the additional pictures in the product info? the actual image I added was 200x200px but its showing as 80x80px... I went to admin>config>images but couldn't figure out where the additional images size is controlled.

Thanks

21 Mar 2008, 2:49 AM
#9
gjh42 avatar

gjh42

Black Belt

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

Re: Multiple photos

The base additional images are displayed at the "small image" size. There is no way to change this short of some recoding of PHP files. Someone did this several months ago, and you may be able to find information with the right search words.

The "larger" additional images will be displayed at (up to) the "large image" size, and this is where you can put your 200x200px images.

Alternately, you can remove the admin specification of small image size, and make sure on your own that images are loaded at the right size. That would (probably) allow you to display additional images at 200x200px.

21 Mar 2008, 8:33 PM
#10
onelove5683 avatar

onelove5683

New Zenner

Join Date:
Apr 2007
Posts:
77
Plugin Contributions:
0

Re: Multiple photos

ok, thanks again