Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / how to add multiple product images?

how to add multiple product images?

Locked

Views: 1,328

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
18 Jan 2007, 6:04 AM
#1
momokui avatar

momokui

New Zenner

Join Date:
Jan 2007
Posts:
32
Plugin Contributions:
0

how to add multiple product images?

I did follow the instruction of the tutorial:

https://www.zen-cart.com/tutorials/index.php?article=58

and

https://www.zen-cart.com/tutorials/index.php?article=224

so right now there are 3 types of image in my server.

  1. ..images/folder/test_00.jpg , test_01.jpg, test_02.jpg...
  2. ..images/medium/folder/test_00_MED.jpg, test_01_MED.jpg, test_02_MED.jpg...
  3. ..images/large/folder/test_00_LRG.jpg, test_01_LRG.jpg, test_02_LRG.jpg...

and I still don't get multiple images. :wacko:

Can someone tell me what I have missed, thanks :wink2:

18 Jan 2007, 6:20 AM
#3
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: how to add multiple product images?

If you have posted the path correctly try changing it to this:

  1. ..images/test_00.jpg , test_01.jpg, test_02.jpg...
  2. ..images/medium/test_00_MED.jpg, test_01_MED.jpg, test_02_MED.jpg...
  3. ..images/large/test_00_LRG.jpg, test_01_LRG.jpg, test_02_LRG.jpg...

Also, change the base name Zen Cart uses this "test" being the base to unique base names like:

aaa.jpg, bbb.jpg etc

As you have identical base names you should be seeing too many additional images check admin > catalog > product types > general > select "edit layout" > Show Product Additional Images > set to "1" on

18 Jan 2007, 3:24 PM
#4
momokui avatar

momokui

New Zenner

Join Date:
Jan 2007
Posts:
32
Plugin Contributions:
0

Re: how to add multiple product images?

Thank you so much for the help, I have it working now. :happy: