I’ve created an order manually using the wix-stores-backend api, and I was wondering if it’s possible to send the user to the wix-stores thank-page for that order?
If I use wixLocation.to('/thank-you-page')
there’s no way to populate the page with the order data.
The thank-you page works like a dynamic page, you just need to add the order Id to the URL
For example:
wixLocation.to(‘/thank-you-page/838528e8-ab3f-4c45-b609-0339906a1e32’)
Thanks!
Tangentially related: Do you know if order confirmation emails are supposed to be sent for orders created with the wix-stores-backend? They don’t seem to be sending for me (or maybe that’s because I’m in preview mode). Is there a way to send that email manually? I can’t find anything about it in the api docs.
@alexmeuer Happy to help.
Order confirmation emails supposed to be sent on live mode