Hi all,
Is there a way to redirect people to a page in Webflow after an order is completed (after receiving payment)? Or should I repurpose the Order Confirmation page?
Thank you!
Hi all,
Is there a way to redirect people to a page in Webflow after an order is completed (after receiving payment)? Or should I repurpose the Order Confirmation page?
Thank you!
Hi @ffayzullaev.
Josh with Foxy here. If you don’t get what you need with Webflow Ecommerce, you might look into our seamless Webflow integration: https://foxy.io/webflow
Please don’t hesitate to reach out if you have any questions or need help getting started: hello@foxy.io
Thanks,
Josh
Hey @ffayzullaev ,
On the order confirmation page, inside the head tag (shown in the picture)
Place the following code:
<script>
window.location.replace(
'[desired url]'
);
</script>
that being said, I would recommend letting the customer know they’ve purchased something. It could scare them if they don’t see an order confirmation page!
Let me know if you have any questions!