WooCommerce Redirect on Thank you Page – I need a Delay
-
Hello,
I found this code amongst these forums and it works just fine. It will automatically redirect someone to a specific URL when purchasing a specific product.
My only issue is I need to add a delay to it. Can anyone help with this please?
foreach($order->get_items() as $item) { $_product = get_product($item['product_id']); if ($item['product_id']==154) { wp_redirect('https://www.yoururl.com/your-thank-you-page'); } }
- The topic ‘WooCommerce Redirect on Thank you Page – I need a Delay’ is closed to new replies.