Taken from post in drupal commerce.
http://www.drupalcommerce.org/node/384

Anyway, I'm working for a manufacturing company that sells customizable products, wherein about 100 base SKUs can have many attributes applied to them. Line Items (just a new nomenclature?) make sense (at least in the Manufacturing world) here, but enforcing that every combination yield a new product does not.
Have I misunderstood the Commerce initiative? As of yet, Ubercart is an easier to understand solution, but I like the flexibility available to me through Drupal Commerce.

Take, for instance, a car. The auto manufacturer might sell model X-123 with over 50 various attributes applied to it. But not every combination of those attributes changes the base SKU.

Nowhere on the demo site, on Drupal.org, or here, have I found anything that clearly describes what a "Product" is, what a "Line Item" is, and how they are properly associated with one another--to the visitor, the store manager, or the site administrator

Comments

chriscalip’s picture

To me:

I saw this as additional product misc attributes that changes the price but does not necessarily mean needs an additional SKU.

giorgosk’s picture

rszrama’s picture

Status: Active » Fixed

Ahh, yep, that solution should work great here. I think I was finalizing that feature as this issue was posted and forgot to come back to close it out. Short story: you can add any number of fields to your product line item type(s) and choose to expose them through the Add to Cart form. Then your the "Add to Cart form" display formatter settings for your node's product reference field will let you select which product line item type to use for the form if you have multiple types defined on your site.

giorgosk’s picture

"Add to Cart form" display formatter settings for your node's product reference

where is this place ?

rszrama’s picture

The manage display tab of your product display node type.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.