redirect after checkout
-
Hi, I have one product when I really need to redirect after checkout, other products do not need to. I came across a post with the following code to be able to do this… but I have no idea what to do with it/where to put, or if there is another way.
foreach($order->get_items() as $item) {
$_product = get_product($item[‘product_id’]);
if ($item[‘product_id’]==154) {
wp_redirect(‘http://www.yoururl.com/your-thank-you-page’);
}
}Thanks, Michelle
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘redirect after checkout’ is closed to new replies.