On Aug 4, 2010, at 9:19 AM, Brian Tol wrote: > Hi Izantal, > >> If so it's more of a paypal payment module issue then satchmo. > > Are you suggesting that the payment module may be deleting orders and > orderitems somehow? If so, any thoughts how that might be happening? > > -Brian > > On Aug 3, 2:40 pm, lzantal <[email protected]> wrote: >> Hi, >> >> John-Scott are you also using PayPal like Brian Tol? >> If so it's more of a paypal payment module issue then satchmo. >> Just a thought >> >> lzantal
I am not using PayPal. Without knowing the nitty gritty, I do not see how the payment module could have been responsible for missing data in Brian's case. All the order information was intact when the payment was captured by PayPal. At some point after this, OrderItems or entire Orders went missing. In satchmo_store.shop.models there is OrderManager.remove_partial_order() which will "Delete cart from request if it exists and is incomplete (has no status)". There is also Order.remove_all_items() which will "Delete all items belonging to this order." These were the only two explicit references to deleting Order and OrderItem objects, so it may be worth checking into when these are called. John-Scott -- You received this message because you are subscribed to the Google Groups "Satchmo users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/satchmo-users?hl=en.
