When using Ajax Attribute Calculation with Ubercart Price Per Role module, the dev version that deals with attributes (6.x-1.x-dev), the prices in the attribute list (a select box in my case) do not update to the "Role" price, but the update according to the default prices. The total price however gets updated according to the role price.

Note sure what module needs modifying. Yes, the Price Per Role is a dev version, but I just wanted to bring this up.

Comments

cyu’s picture

Status: Needs review » Active

Both modules implement hook_form_alter on the same form ('add_to_cart_form'). Probably stepping on each other's toes there. Not sure it would help, but you might want to mess with module weighting and see what happens when price per role fires before and after uc_aac.

cyu’s picture

Status: Active » Fixed

After recent updates, another user is reporting that these modules are now compatible.

http://drupal.org/node/860128#comment-3231742

If you are still having issues with newest versions, please provide instructions on how to duplicate the problem and set this issue back to active. Thanks.

dnieweg’s picture

On my site I have zero's in all of the default price fields and only have pricing in the Price Per Role, 'Option Prices' fields and it seems to work quite well.

You might try that first.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.