I've got event registration set-up as described on the drupaleasy site at http://drupaleasy.com/blogs/ultimike/2009/03/event-registration-ubercart. In general, things are working great.

I do have a user however, who completed checkout (order status is now complete), but still sees the node created for registration in their cart. The node has a checkout status of 1 and the right order number, so the ca that updates this info appears to have fired correctly at checkout.

This is the first time of seen this. I could have them remove the item from the cart, but I'm worried that this might delete the node, since I've got "Delete nodes whose creators remove the associated product from their cart." enabled in node checkout settings.

Any ideas about how to troubleshoot and resolve?

Comments

jyee’s picture

I've encountered something similar, but am unable to pinpoint exactly why the node stays in the cart. My solution was to add a call to uc_cart_remove_item() in an existing conditional action that fired upon checkout.

aidanlis’s picture

Status: Active » Closed (cannot reproduce)

Not sure.