Closed (fixed)
Project:
UC Node Checkout
Version:
6.x-2.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Feb 2011 at 15:51 UTC
Updated:
22 May 2011 at 12:54 UTC
When you go to the checkout page with a uc_node_checkout node in the cart, or when you remove any item from the cart when a uc_node_checkout node is present in the cart, the uc_node_checkout node gets erroneously deleted, which also removes it from the cart.
The attached patch fixed the problem by implementing the "remove" operation in hook_cart_item(). Note that I'm using the dev versions of both uc_node_checkout and the standard ubercart modules.
| Comment | File | Size | Author |
|---|---|---|---|
| uc_node_checkout_remove_item.patch | 1.75 KB | dwightaspinwall |
Comments
Comment #1
kiero63 commentedThanks for this patch, I had exactly the problem you describe and your patch fix it.
Comment #2
dwightaspinwall commentedSuper. Now hopefully we can get it committed.
Comment #3
aidanlis commentedThis is fixed in http://drupal.org/project/1114812
Comment #4
dwightaspinwall commentedThat page 404s.
Comment #5
aidanlis commentedFixed: Commit 34214ba on 6.x-2.x
Comment #7
aidanlis commentedThe patch is totally bogus and causes #1131406: Nodes being deleted on successful checkout
Comment #8
aidanlis commentedMaybe ... I don't know. I'll investigate in the other report.