Confused by attributes

m
Posts: 4
Joined: 04/26/2008

Just testing the water with ubercart, and am puzzled by how I thought attributes worked.

I have a toy car, available in three colors. Each color has it's own SKU in our inventory system.
In ubercart do I create 1 toy car or 3? I understand that I can just create 1, and use attributes to change the SKU for the cart, but how does one keep track of Stock levels?

Is there a way for the user to select an attribute, and then have the page updated to show the color chosen?

Sorry for sounding vague.

Posts: 924
Joined: 11/05/2007
Bug FinderFAQ ModeratorGetting busy with the Ubercode.

m wrote:
I have a toy car, available in three colors. Each color has it's own SKU in our inventory system. In ubercart do I create 1 toy car or 3?

One.

m wrote:
I understand that I can just create 1, and use attributes to change the SKU for the cart, but how does one keep track of Stock levels?

Stock levels are managed by SKU, so if each color has a different SKU you can track them separately. Use the "adjustments" tab on the product edit page to designate a different SKU for each color.

m wrote:
Is there a way for the user to select an attribute, and then have the page updated to show the color chosen?

Try http://drupal.org/project/uc_option_image

--

<tr>.

m
Posts: 4
Joined: 04/26/2008

Brilliant.

Another day to move forward. Thanks for the help.