Zen Cart Logo

color by size

Locked

Views: 1,517

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
29 Apr 2008, 5:03 AM
#1
marclemac avatar

marclemac

New Zenner

Join Date:
Apr 2008
Posts:
1
Plugin Contributions:
0

color by size

Hi guys

i'm trying to setup color by size.
different color in different size.
Anyone have an idea how to that ?

size 0
color: black,white,red,blue,

size 2
color: green,yellow,orange,black

ect ect

Thanks

29 Apr 2008, 5:25 AM
#2
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Location:
Texas
Posts:
6,179
Plugin Contributions:
0

Re: color by size

marclemac:

Hi guys

i'm trying to setup color by size.
different color in different size.
Anyone have an idea how to that ?

size 0
color: black,white,red,blue,

size 2
color: green,yellow,orange,black

ect ect

Thanks

Attributes, Force to Select

Right now I can add to the cart and not select a color.. BAD. I am automatically linked to the

shopping cart with the default color Black, but really I wanted White..

The beauty of this procedure: Is a warning box appears at the top of the page stating they have not

selected a attribute color you offer to the customer.

Example of what it should look like in the Option Value Manager:
(The 0, 10, 20, 30 are the sort orders)

Please Select Color 0
Black 10
Brown 20
White 30

You need to add one extra value To Color:

  1. In the Option Value Manager under Color
  2. Add the following: Please Select Color
  3. Sort Order 0

Now in Attribute Controller for each product with this Value:

  1. Add, Please Select Color to product, sort order 0
  2. Associate the flag properties to Please Select Color
  3. Under Attribute Flags: the colored boxes
  4. Yellow box, Used for Display purpose only: Click Yes
  5. Tan box, Default Attribute to be marked selected: Click Yes
29 Apr 2008, 8:14 AM
#3
fairestcape avatar

fairestcape

Totally Zenned

Join Date:
Mar 2008
Location:
Cape Town & London (depends on the season)
Posts:
2,957
Plugin Contributions:
0

Re: color by size

In the current version of zencart you can't have conditional attributes. (Field varification) ie:

if field X = 1, then field Y = A, B, C.
if field X = 2, then field Y = D, E, F.

It would be nice if/when we could integrate AJAX more easily, as this will help resolve this current limitation.