Closed (won't fix)
Project:
Ubercart Price Per Role
Version:
5.x-1.1
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Jun 2010 at 08:22 UTC
Updated:
21 Dec 2012 at 22:09 UTC
uc_price_per_role_form_alter is executed before uc_attribute_form_alter. In return, Line 155 of uc_price_per_role.module does nothing and the pricing in the drop down/radio box of an attribute is still the original option price, not the role pricing set.
I found a solution: set the module weight of uc_price_per_role.install.
db_query("UPDATE {system} SET weight = 1 WHERE name = 'uc_price_per_role'");
Hope it helps.
Comments
Comment #1
DanZ commented5.x versions are obsolete.