I have created product attributes with two dropdown select box with product variation options with different price values, but when I select any option with added price, product price is not updating by selected option. Please suggest me, website is http://wwwdev.smtresearch.ca/products/embedded-moisture-sensor-ems , thanks

Comments

rszrama’s picture

Category: Bug report » Support request
Status: Active » Closed (won't fix)

Variations are working just fine, but you need to perhaps read up more on how they're supposed to work. Refer to the merchant / user guide on DrupalCommerce.org. You are supposed to create a unique SKU per variation and then reference them all from the same product reference field.

gillarf’s picture

Thanks, very helpful.

Just in case anyone else thinks the same, I was taking my information from this page:
http://www.drupalcommerce.org/user-guide/product-attributes-variations

But did not appreciate that variations with different prices have to be added as separate products, and you then need to refer to all the products on your display with the product reference widget.

If you want to just collect extra information that does not affect price, then you can add fields to the product line item.

And there is a module that gives more options around customising products here;
https://drupal.org/project/commerce_custom_product

I ended up not needed this module, but exploring it helped me get to the set-up I needed.

This video helped me understand the different ways around customisation and variations:
http://commerceguys.com/blog/commerce-module-tuesday-commerce-customizab...

rszrama’s picture

Awesome, thanks for following up. : )

rrselva’s picture

Title: Variations not working » Drupal commerce Variations not working
Issue summary: View changes

I have installed drupal commerce module and created product attributes with two dropdown select box with product variation options with different price values, but when I select any option with added price, product price is not updating by selected option. Please suggest me, website is http://wwwdev.smtresearch.ca/products/embedded-moisture-sensor-ems , thanks