Active
Project:
Commerce Pricing Attributes
Version:
7.x-1.0-beta3
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
18 Sep 2013 at 17:55 UTC
Updated:
2 Oct 2013 at 07:46 UTC
I try to set a price following the value of a number field but the price doesn't change when I change the value.
In the same option set I have a checkbox field which works perfectly, so the module is correctly installed and the settings are correctly done (I think :) ).
Is that a bug or a feature request ?
How can you do that ?
Thanks.
Comments
Comment #1
enorniel commentedI replaced the numeric field with a list of integers.
I put https://drupal.org/project/select_with_style on them and it doesn't work.
I saw that the html field created by the widget select_with_style is a text. Is there a way to make it work with that module ?
Thanks.
Comment #2
enorniel commentedI referenced it also on select_with_style: https://drupal.org/node/2101453
I started to investigate.
The select_with_style widget transforms the select field in a html text field without options so it is not detected by the module.
Any thought or ideas ?
The admin part works like a charm. I setted my prices with the field as a slider widget but the price is not updated with ajax on the "add to cart" form.