7 replies [Last post]
adrianmak's picture
Offline
Joined: 05/28/2008
Juice: 312
Was this information Helpful?

I created a new product class in unbercart and create two attributes, color and size
color may contains blue, green, red
size may contain S, M, L

Then I added these two attributes on the new product class.
Now I have a question.
Let say
color blue contain only size S and L (ie no size M)
color green contain all size, S, M and L
color red contain only size L (ie no size S and M)

Do ubercart provide this feasible on product attribute ?

adrianmak's picture
Offline
Joined: 05/28/2008
Juice: 312
Re: multiple attributes assignment for a product class in uberca

nobody help me ?

Ryan's picture
Offline
Joined: 08/07/2007
Juice: 15438
Re: Re: multiple attributes assignment for a product class in ub

This is not possible with the attribute module as is.

Al
Al's picture
Offline
Bug FinderGetting busy with the Ubercode.Internationalizationizer
Joined: 02/14/2008
Juice: 249
UC Attribute Stock Filter

UC Attribute Stock Filter "...checks stock levels and filters out any out-of-stock attribute
option combinations from the product page select boxes."

adrianmak's picture
Offline
Joined: 05/28/2008
Juice: 312
Al wrote:UC Attribute Stock
Al wrote:

UC Attribute Stock Filter "...checks stock levels and filters out any out-of-stock attribute
option combinations from the product page select boxes."

Thanks!
I installed and enabled this module. Is there any module specify configuration to make it work ?

adrianmak's picture
Offline
Joined: 05/28/2008
Juice: 312
Re: Al wrote:UC Attribute Stock

I found that if I disable the "add attributes" under the catalog product grid settings page, this module will not work.
Add to cart button is still active even stock level is zero.

fwright's picture
Offline
Joined: 03/21/2009
Juice: 108
Re: multiple attributes assignment for a product class in uberca

I think the easiest solution for you is to create one attribute that combines both color and size.

Call your attribute: Available Color and Size

The options you would add are something like:

Blue - Size Small
Blue - Size Large
Green - Size Small
Green - Size Medium
Green - Size Large
Red - Size Large

then in the help text tell the customer that not all colors are available in all sizes.

adrianmak's picture
Offline
Joined: 05/28/2008
Juice: 312
Re: Re: multiple attributes assignment for a product class in ub

Thanks fwright, you gave me an new idea.