Hello,
I'm busy with building a webshop where people can buy products with options.
As example:
Pizza Small €5,00
- extra cheese €1,00 (optional)
- extra Meat €1,00 (optional)
----
total product price: € 7,-
I have tested the following modules:
- Commerce
- Commerce Product Attributes
- Commerce options
- Commerce Product Reference
But can't get this working. The thing I got working is the product reference link.
Product x
- subproduct a € 2,-
- subproduct b € 3,-
- subproduct c € 4,-
When select a subproduct the product price changed to the price of the subproduct.
I also tried it with Ubercart and was able to create attributes, however they don't show up within the product view. They are linked to a product in the back-end. Maybe a small bug or a missing module?
Modules I have used for this are Ubercart with the Attribute module.
I hope you can help me to get this working.
Comments
Do you have already a
Do you have already a solution for this with drupal commerce?
you probably need options /
you probably need options / attributes setup as explained in 1.2.3.4.
http://groups.drupal.org/node/59113
but without creating a seperate SKU for each option
more info can be found in #1087778: how you create an attribute
similar unanswered issue #1250322: Customizable Products with Shared SKU's
------
GiorgosK
Web Development
I believe what you need is
I believe what you need is http://drupal.org/project/commerce_option
------
GiorgosK
Web Development