Redirect after order completed

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

  • Redirect customers to a Webflow page after order (instead of showing the receipt)
  • Manage products with Webflow CMS
  • Sell one-off, recurring, digital, etc.
  • Embed a customer portal
  • Integrate with 100+ payment methods
  • and more

Please don’t hesitate to reach out if you have any questions or need help getting started: hello@foxy.io

Thanks,
Josh

Hey @ffayzullaev :wave:,

On the order confirmation page, inside the head tag (shown in the picture)

Screen Shot 2022-04-24 at 10.55.15 AM

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!

Hi there can u tell me this code works when user complete order and we redirect them to our custom made thank you pgae