Active
Project:
Ubercart Price Per Role
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
6 Jan 2011 at 18:29 UTC
Updated:
21 Jun 2011 at 19:38 UTC
I'm using a node checkout form for event registration with uc_price_per_role. It (node) references a product (event) and its options to determine price (full event, day one, day two ..etc). The proper option prices are displayed on the product page (of course), but default prices are displayed on the application (node checkout) form. The correct role price is used upon registration and displayed in the shopping cart, however, so this is purely a display issue.
Fixed in attached patch.
| Comment | File | Size | Author |
|---|---|---|---|
| uc_attribute_per_role.patch | 1.15 KB | ngstigator |
Comments
Comment #1
longwaveI suspect this won't get committed to Ubercart core, but maybe could be reworked into a hook_form_alter implementation in uc_price_per_role itself to override the prices that uc_attribute has previously set.
Comment #2
longwaveMoving to uc_price_per_role queue.