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
Comment #1
chriscalip commentedTo me:
I saw this as additional product misc attributes that changes the price but does not necessarily mean needs an additional SKU.
Comment #2
giorgoskthe solution in #1281188: Need to create options/attributes without needing new SKU for each combination might be of interest
Comment #3
rszrama commentedAhh, 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.
Comment #4
giorgoskwhere is this place ?
Comment #5
rszrama commentedThe manage display tab of your product display node type.