Hi there, Everyone:
I sometimes email people who abandon their shopping cart with a discount coupon.
I would like to send them a link that would take them directly to the OSEL page, or even the OPAY page, so they can complete their orders in just one or two clicks.
Because those URLs USUALLY have a session ID attached, can I still just send them a URL to those pages WITHOUT a session ID that will work? Will the CORRECT session ID (the one the visitor had when they first started the checkout process) be passed to that customer through a cookie stored on their computer?
what would be the best format for the URL if I want them to go directly to the OPAY or OSEL screens?
One more thing:
If I give them a link directly to the OPAY page, will their shipping methods and payment selection still be sent to that page? (I am using a function in the ToolKit module which keeps their address persistent even when they leave the checkout funnel. I just don't know if the shipping selection and payment selected are persistent or not).
Thanks in advance.
I sometimes email people who abandon their shopping cart with a discount coupon.
I would like to send them a link that would take them directly to the OSEL page, or even the OPAY page, so they can complete their orders in just one or two clicks.
Because those URLs USUALLY have a session ID attached, can I still just send them a URL to those pages WITHOUT a session ID that will work? Will the CORRECT session ID (the one the visitor had when they first started the checkout process) be passed to that customer through a cookie stored on their computer?
what would be the best format for the URL if I want them to go directly to the OPAY or OSEL screens?
One more thing:
If I give them a link directly to the OPAY page, will their shipping methods and payment selection still be sent to that page? (I am using a function in the ToolKit module which keeps their address persistent even when they leave the checkout funnel. I just don't know if the shipping selection and payment selected are persistent or not).
Thanks in advance.
Comment