Closed (fixed)
Project:
UC Discount Framework
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
5 May 2009 at 13:59 UTC
Updated:
20 May 2009 at 19:20 UTC
Due to changes introduced in #449688: Price adjustments not carrying through to checkout, the discount price handler no longer affects items in the cart, especially when they have price-affecting attributes. This patch makes the CA node argument's price to be the cart-item's price first, and then the discount gets applied to that value.
| Comment | File | Size | Author |
|---|---|---|---|
| cart_item_discount.patch | 1.84 KB | Island Usurper |
Comments
Comment #1
karens commentedSubscribing. I don't have time to test right now but will try to get back to do so later if no one else does.
Comment #2
Island Usurper commentedFrom what I can see, this patch does the job. I committed the changes in #449688, so this should be good to go as well.