Forums / Templates, Stylesheets, Page Layout / How do I remove additional larger images?

How do I remove additional larger images?

Locked
Results 1 to 8 of 8
This thread is locked. New replies are disabled.
20 Aug 2006, 19:07
#1
monkeybrains avatar

monkeybrains

New Zenner

Join Date:
Nov 2005
Posts:
38
Plugin Contributions:
0

How do I remove additional larger images?

Have searched the boards but can't find an answer for my question.

To keep things simple I've kept my model number and image name same i.e. model number blind1, image blind1.jpg

I have multiple products under the same company so I have:

blind1 & blind1.jpg
blind2 & blind2.jpg

... and so on.

Is there anyway to disable extra images which aren't even of the same product?

An example of what I'm getting a problem with can be found here http://skateboardstickers.co.uk/index.php?main_page=product_info&cPath=36_6&products_id=4
20 Aug 2006, 19:21
#2
kobra avatar

kobra

Black Belt

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

Re: How do I remove additional larger images?

Zen Cart semi-automatically processes images that are of the same root name in order as additional images.

Easiest way is to re-vamp your naming system, especially since you state they are not even the same product....give them another name.
20 Aug 2006, 19:29
#3
monkeybrains avatar

monkeybrains

New Zenner

Join Date:
Nov 2005
Posts:
38
Plugin Contributions:
0

Re: How do I remove additional larger images?

Thanks for the fast reply.

Thing is, though they're not the same product, they're the same company, so makes everything else alot easier for the admin part/adding new products of the same brand.

Will leave it for now as it's not really too big of a deal. Just thought there may be a way as I see you can change the Number of Additional Images per Row and was thinking there may be something similar or somewhere you could edit it in the code.

Thanks anyway.
21 Aug 2006, 10:26
#4
blue avatar

blue

Zen Follower

Join Date:
Jul 2006
Posts:
115
Plugin Contributions:
0

Re: How do I remove additional larger images?

Yes, as kobra said, change your naming system. It wouldn't be that hard, instead of blind1.jpg, have 1blind.jpg
Its a similar enough method of naming.

If all your names are blind1, blind2 etc, you could write a vb program to change all of your image names, then just upload them.
22 Aug 2006, 11:24
#5
monkeybrains avatar

monkeybrains

New Zenner

Join Date:
Nov 2005
Posts:
38
Plugin Contributions:
0

Re: How do I remove additional larger images?

Know what you mean blue, but if I put a number in front like 1blind it'll be harder to locate images on my computer. At the mo' all I do is type in bl in the image folder and it brings the blind ones up next to each other.

I guess I could do something like blinda1 blindb2 etc

Thanks for your reply :)
22 Aug 2006, 11:32
#6
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,506
Plugin Contributions:
173

Re: How do I remove additional larger images?

If you want to disable the additional images altogether, simply flip the switch:
Admin->Catalog->Product Types->Product General->Edit Layout->Show Additional Images ... set it to 0
22 Aug 2006, 11:43
#7
monkeybrains avatar

monkeybrains

New Zenner

Join Date:
Nov 2005
Posts:
38
Plugin Contributions:
0

Re: How do I remove additional larger images?

DrByte:

If you want to disable the additional images altogether, simply flip the switch:
Admin->Catalog->Product Types->Product General->Edit Layout->Show Additional Images ... set it to 0


Perfect - thank you!
12 Sep 2006, 16:51
#8
sprogy avatar

sprogy

New Zenner

Join Date:
Jan 2006
Posts:
37
Plugin Contributions:
0

Re: How do I remove additional larger images?

Dang always wondered how to do this!!!

Thanks again!