I have been struggling with this idea where i would want to auto close the woocommerce thank you page after 1 minute or so, but am unable to find a way out. The reason behind the same is because we are tracking it with Facebook Pixels. So, 1 views is counted as a sale.
So, we need to ensure, the customer can only view it once and not revisit it again. Is is possible?
2
Answers
You can redirect to any page after 1 minute from WooCommerce thank you page. I have tried below code to redirect to a home page after 60 seconds from thank you page.
I hope this helps you to achieve what you want.
Another way to redirect using PHP and WordPress is like below you can try this