displaying EVERY color of a product on the category level

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
User avatar
Luke
The Ninja Space Mod
Posts: 6424
Joined: Fri Aug 05, 2005 1:53 pm
Location: Paradise, CA

displaying EVERY color of a product on the category level

Post by Luke »

I'm building a site that sells bags. My boss insists on showing every single color of every product at the category level. I personally have never seen a site that does this. Usually there is one photo shown and then swatches of the other colors at the category level. Like this:

http://www.ebags.com/backpacks/backpack ... OUNT&Nso=1

He thinks that it is a better user experience to show every color of every product as a (clickable) thumbnail. I don't like this because usually it means that there is 10 photos of the same product (10 diff colors) on one page instead of 10 different products. What do you think? It definitely makes everything much more difficult for me. :evil:
User avatar
guitarlvr
Forum Contributor
Posts: 245
Joined: Wed Mar 21, 2007 10:35 pm

Post by guitarlvr »

could you show one pictures with the different colors and when you click on the different colors it changes the picture to show that specific color?

Wayne
User avatar
Luke
The Ninja Space Mod
Posts: 6424
Joined: Fri Aug 05, 2005 1:53 pm
Location: Paradise, CA

Post by Luke »

That's a good idea. I'll see what he thinks about that.
d3ad1ysp0rk
Forum Donator
Posts: 1661
Joined: Mon Oct 20, 2003 8:31 pm
Location: Maine, USA

Post by d3ad1ysp0rk »

guitarlvr wrote:could you show one pictures with the different colors and when you click on the different colors it changes the picture to show that specific color?

Wayne
Like the link he posted?

I feel that is the best way (the way ebags.com does it). List all the items in the category/search result, etc, and then when you click an item, bring up details and a larger picture. When you select a color from the dropdown, change the larger picture to represent the new color, and if needed, have the larger picture be clickable to an even more enlarged photo of said product in that color.
User avatar
Luke
The Ninja Space Mod
Posts: 6424
Joined: Fri Aug 05, 2005 1:53 pm
Location: Paradise, CA

Post by Luke »

I think he means that you should be able to click the color swatch at the category level and have the color switch out, which is not what eBags does (at least not on the page I posted)
User avatar
guitarlvr
Forum Contributor
Posts: 245
Joined: Wed Mar 21, 2007 10:35 pm

Post by guitarlvr »

This is what i mean:

ibanez.com

the middle of that page on the right says colors. when you click on a color (or swatch in your case), it changes the big picture.

EDIT: it seems when you go to a bag page (as i did with the guitar page) it will change the color there. But you could apply the same logic to the categories page, wherever you want really.

Wayne
thiscatis
Forum Contributor
Posts: 434
Joined: Thu Jul 20, 2006 11:00 am

Post by thiscatis »

another example that I like:


http://www.dobi.nu/fullbleed/
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

Take a page out of the automotive industry playbook. Do they show every color combination of a vehicle from their vehicle model select list? No. They show one vehicle in some standard color (like black, or blue or red). Then, when you click to that model, they have that same picture with color swatches near it so you can select a swatch and watch the vehicle change to that color.

That seems to be the best, most user friendly way of doing it. At least to me it does.
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: displaying EVERY color of a product on the category leve

Post by Christopher »

The Ninja Space Goat wrote:He thinks that it is a better user experience to show every color of every product as a (clickable) thumbnail. I don't like this because usually it means that there is 10 photos of the same product (10 diff colors) on one page instead of 10 different products. What do you think? It definitely makes everything much more difficult for me. :evil:
I think they are just different, not better than each other. And I don't see how one is more difficult than the other. The only difference between colorswatch_red.jpg and sku001_red.jpg is the prefix. Just do $basesku . "_" . $color . ".jpg" or whatever.
(#10850)
Post Reply