I have a client that would like to be able to access some information stored in the session from a method that is listening for the order_success signal. (which doesn't appear to send the request information along with it).
Is there a way to do this? Basically, they've written a context processor that inspects the request to see if there is a ref=somestring entry in the query string. If so, they sort that string in the session and when the enduser finishes checking out, they want to stick the ref number into the order object. however, you appear not to have access to the request.session stuff at that point in time. Anyone else doing this? Any suggestions? -- http://www.sudovi.com/ http://www.twitter.com/lifewithryan http://www.thecommontongue.com http://www.lifewithryan.com/ -- 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.
