How can I add an order id to an anonymous user's session
Hey all,
So, I have a scenario where an anonymous user requests a product from me (a hiking trip). When they get to the checkout:review screen, they are redirected to a "we'll get back to you shortly" page. My staff checks availability, and then sends an approval email to the order email. In the order email, there is a link to the checkout cart associated with the user where they can finish the process.
My problem is, if the user's session has expired or they change browsers, they get a "page not found". I'm trying to do all of this without creating accounts because of UE reasons (got lots of complaints since most users only use the site once). I can grab the order ID from the url in the link, so how to I assign it to the current anonymous user's session?
Thanks,
Brendan