Is there a way to load a Basket from the database?
I'm working on an abandoned basket recovery process and in an email that gets sent out, I'd like to include a Complete your order link that goes through to the "Billing Address" page with a Url parameter containing the Basket GUID. This would then load their basket from the database and fill in any details (basket items, addresses etc.) that they'd provided before abandoning the checkout process.
I know how to do all the rest - it's just loading the basket based on it's Guid from the database and overriding the current information I'm having issues with.
Unfortunately, we can't rely on the cookie information due to multiple devices being used/owned by the customer.
Merchello Abandoned Basket recovery
Hi,
Is there a way to load a Basket from the database?
I'm working on an abandoned basket recovery process and in an email that gets sent out, I'd like to include a
Complete your order
link that goes through to the "Billing Address" page with a Url parameter containing the Basket GUID. This would then load their basket from the database and fill in any details (basket items, addresses etc.) that they'd provided before abandoning the checkout process.I know how to do all the rest - it's just loading the basket based on it's Guid from the database and overriding the current information I'm having issues with.
Unfortunately, we can't rely on the cookie information due to multiple devices being used/owned by the customer.
Thanks Simon
Hi Rusty,
Any pointers on this? This is where I've got to so far - is this going down the right path?
Thanks
Simon
Hi Simon,
Did you manage to implement this ?
Regards
is working on a reply...