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

enorniel’s picture

I 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.

enorniel’s picture

I 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.