Custom Thank You Page Per Product for WC
by Saad Qureshi · WordPress.org page · Website
Custom Thank You Page Per Product for WC has 200+ active installs on WordPress.org and 3,300 downloads all time. We have tracked it since September 4, 2026; download trends appear after 30 days of data. The last update was on November 23, 2016, tested up to WordPress 4.7.35.
Custom Thank You Page Per Product for WC at a glance
Is Custom Thank You Page Per Product for WC well maintained?
Custom Thank You Page Per Product for WC reviews and ratings
6 reviews on WordPress.org, with the most recent ones as their authors posted them.
6 reviews
- 5★
-
3
- 4★
-
0
- 3★
-
0
- 2★
-
0
- 1★
-
3
-
Awesome Plugin
I've been using this plugin for years and I am so grateful to its creators.
marcanisco -
We Been Using this plugin since 2016, and it works great to our site
We Been Using this plugin since 2016, and it works great to our site, until now.
lloydniceguy -
other solution
because this plugin not work anymone , i suggest to any wp user my solution , it's simple code can be added in you function.php in your theme , or by code snippet plugin : add_action( 'woocommerce_thankyou', 'ad_redirectcustom'); function ad_redirectcustom( $order_id ){ global $current_user; $order = new WC_Order( $order_id ); $items = $order->get_items(); $product_id=223074;//id of your product $product_id2=223076;// must be change by id of you product foreach ( $items as $item ) { $url =''; $url2=''; if (($order->status!='failed')&&(product_id==$item['product_id'])) { wp_redirect($url); exit; } else if (($order->status!='failed')&&($product_id2==$item['product_id'])) { wp_redirect($url2); exit; // } } } u can do many conditions as you want , if you don't understand code , please give me comment in my gist : here https://gist.github.com/AladinDridi/442db23c731fae9d6dfb54e10f3e6014
aladinDr -
Doesn't work anymore
No redirection is done.
Daniele -
Plugin was just what I needed and works for me!
This plugin works for me - I am so pleased because it was just what I needed!
ss_aussie -
Custom Thank You Page Per Product For WC Not Working
The plugin is installed without any issues. When I added the Thank You url I created on my website to Woocommerce>Products>General>Custom Thank You Page and updated. The orders placed are still going to the original page. So this plugin doesn't work in Wordpress 4.7.1. Such a shame as was exactly what I was looking for.
garykellett
Details
Free WC extension that enable to assign custom thank you page to any product specifically.
The full description, screenshots and every review live on the WordPress.org page.
Tags
- customthankyoupage
- thankyoupage
- upsell
- woocommerce
- Version
- 1.0
- Last updated
- Nov 23, 2016
- First published
- Nov 18, 2016
- Requires WordPress
- 4.0
- Tested up to
- 4.7.35
- Requires PHP
- –
- Pricing
- Free on WordPress.org
Custom Thank You Page Per Product for WC FAQ
How many active installs does Custom Thank You Page Per Product for WC have?
WordPress.org reports 200+ active installs for Custom Thank You Page Per Product for WC as of September 7, 2026.
Is Custom Thank You Page Per Product for WC still maintained?
The last release was on November 23, 2016, more than a year ago. WordPress.org shows a warning on plugins that go this long without an update.
Is Custom Thank You Page Per Product for WC free?
Custom Thank You Page Per Product for WC is free to install from WordPress.org. Many plugins also sell a paid version or add-ons.