| Project: | Ubercart Contributions |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
My client wants to see a list price and a sell price for each attribute. He sells water filter assemblies. Each filter assembly comes with your choice of filters. You must choose a filter in order to add the item to the cart. Right now, we can only get the sell price for the assembly with the filter option. He'd like to see a list price consisting of the sum of the product base (assembly without the filter) list price and the option adder list price. Next to that, the sell price would be computed as it is now: sell price of base product plus sell price of the option.
I searched the database and found the uc_product_options table that holds the cost and price for an option. But, there is no place for an option list price. How can I add an option list price and have it displayed along with the sell price at the option radio buttons at the bottom of the product page?
Ubercart version 6.x-2.2
Thanks!
Joe


do you need the 'cost' field? what about re-naming it 'list' ?