Hi
Let me try again to articulate the use case. The way the plugin works right now is that it will allow me to recover orders where the user has started the checkout process -> e.g. entering his e-mail address.
Fact is, that many users are adding stuff to the cart and abandoning the cart without ever entering their e-mail address. Well, if they don’t enter their e-mail address, I won’t be able to recover it.
When I’m sending out a newsletter I know the e-mail address of that person. When that person that receives the e-mail clicks a link in the newsletter I should be able to track that click. For example I could add some parameters to the link so that when it lands on the site, the site will know the user and thus also the e-mail address, so that when that user will add products to the cart, I can try to recover it without the user every having to start the checkout process.
One solution could be that links in the newsletter would have to be reformatted to something like:
https://example.com/recover?userid=2&redirect=https://example.com/the-actual-link
/recover would actually set the user and then redirect to the actuall page.