Post Checkout Order Confirmation / Redirects
When it comes to dealing with successful orders through WP CannaSync, you have three option.
- Redirect to dynamic order confirmation pages (recommended)
- Redirect to a static thank you page
- Remain on Dutchie's checkout (not recommended)
1 - Redirect to dynamic order confirmation pages
Demonstration:
First you will need to make sure you have added your Dutchie API secret key:
Next you will need to email Dutchie API Support to supply/update your Post Checkout Redirect URL for each store. The post checkout URL will be the store page with /thank-you/ added at the end (e.g. https://yourwebsite.com/shop/thank-you/)
Single Store Checkout Redirect:
https://website.com/shop/ -> https://checkout.website.com -> https://website.com/shop/thank-you/
Multi-Store Checkout Redirects:
https://checkout-bronx.website.com -> https://website.com/bronx/thank-you/
https://checkout-brooklyn.website.com -> https://website.com/brooklyn/thank-you/
https://checkout-long-island.website.com -> https://website.com/long-island/thank-you/
2 - Redirect to a static thank you page
First, build a static thank you page with whatever information /content you need. Next, you will need to email Dutchie API Support and supply the URL of your new thank you page. You can refer to this as a Post Checkout Redirect URL
Note: Do not use the URL/slug of thank-you for your static page as it will conflict with the dynamic confirmation page built into WP CannaSync.
Redirect Example: https://checkout.yourwebsite.com -> https://yourwebsite.com/thanks/
3 - Remain on Dutchie's checkout
Do nothing and users will see the order now button change to "Order Complete" and become greyed out (not an ideal solution):