AI Verified

Name

Thank you Page

About

Thank you Page

Language

PHP

Rating

Voted: 0 by 0 user(s)

How to Setup Snippet

This snippet is a direction to Thank you page one purchases made or failed simply add your url link in the snippet

Codevault

Bensassi

Scroll down to see more snippets from this codevault.

Wordpress Compatability

The author has indicated that this snippet is compatable up to wordpress version: 6.1

Our AI bot has checked this snippet is compatable up to wordpress version: 6.1

Code Snippet Plugin Sync

Free & Pro

Download this snippet by clicking the download button, then head over to the Code Snippet Plugin settings in your wordpress admin dashboard, select the import menu then upload this file to import into your wordpress site.

Pro Only (Coming Soon)

You will be able to click a button and sync this snippet to your wordpress site automatically and from your dashboard manage all code snippets across all your wordpress sites that have the Code Snippets Pro plugin installed.

History

Last modified:

19/11/2023

Important Note

This snippet has the following status:

AI Verified

This snippet has been tested by our AI bot, see any comments below.

AI Bot Comments:

Found 0 vulnerabilities

Thank you Page

 
                    
1add_action('woocommerce_payment_complete', 'redirect_after_purchase');
2 
3function redirect_after_purchase($order_id) {
4 // Get the order object
5 $order = wc_get_order($order_id);
6 
7 // Check if the order is completed
8 if ($order->has_status('completed')) {
9 // Redirect the user to the thank you page
10 wp_redirect('https://www.example.com/');
11 exit;
12 } else {
13 // Redirect the user to the failed page
14 wp_redirect('https://www.example.com/');
15 exit;
16 }
17}

0

Related Snippets

Please see some snippets below related to this snippet..

WooCommerce

Unverified

WooCommerce

AI Verified

0

Redirect product category to page ID

Added: 1 year ago

Last Updated: 1 year ago

Redirect a product category to a page ID

WooCommerce

AI Verified

0

Round prices up

Added: 1 year ago

Last Updated: 1 year ago

round prices up

Other Snippets in this Codevault

These are some popular snippets from this users codevault..

WooCommerce

AI Verified

0

Thank you Page

Added: 10 months ago

Last Updated: 10 months ago

Thank you Page

WooCommerce

AI Verified

0

0.00 TO FREE

Added: 10 months ago

Last Updated: 10 months ago

Make your price looks more professional by converting to text FREE instead of 0:00

WooCommerce

AI Verified

0

Futured Image

Added: 10 months ago

Last Updated: 9 months ago

Sutured image in your post page