Have you ever wants to change the “Thank You” page in WooCommerce which shown after a customer complete a purchase right after the checkout screen?
Are you screaming HELP! for something that should be so easy?
Wait no more!
This plugin allows you to :
- Change the default “Thank You” page.
- Create a special “Thank You” page for a particular product. This page will be shown if the customer have only that item on cart.
- Shortcode to get the Order Summary, Order Detail and Customer Detail making it easier to build the custom page.
- Take order number and order total as javascript variable that you can access on the thank you page. Making it easier to embed javascript to the thank you page!
AWESOME!
You can change the “Thank You” page to:
- Another WordPress page.
- Custom URL.
FINALLY! THIS SHOULD’VE BEEN A DEFAULT WOOCOMMERCE FEATURE!
No need to change WooCommerce template from behind just to change the “Thank You” page. Create lead page! Get more subscriber! Up sell another product after purchase! The possibilities are endless .
NOTE: If you can’t install the plugin, simply extract it first and then have the zip inside the plugin uploaded. Not the main plugin. This is how CC package my plugin for some reason.
Updates
2017.04.30
Adding WooCommerce 3 compatibility, WP multisite compatibility and a shortcode to display buyer’s name. It’s getting more awesome!
2016.12.30
When checking out as guest the shortcode always show the latest checkout info made by any guest even though it might not be the one made on the current session. Fixed this.
2016.11.14
The wp_enqueue sometimes clash with the one that comes from the themes because the variable name is too generic. Fixed it.
2016.10.11
Making the shortcode to output only the last order made within 30 minutes. So the thank you page will not show very old purchase made beyond 30 minutes .
2016.08.25
- Returning two javascript variable, order number and order total to be used by javascript codes on the thank you page.
- Creating compatibility with WooCommerce Google Analytics Integration.
2016.02.26
- Changing the return value of the shortcode so it returns to variable instead of printing directly to screen.
- Changing the help documentation to better reflect the package downloaded from CC
2015.11.05
- Fixing the screenshot of the shortcode on CodeCanyon and documentation. The screenshot for order_details and customer_details shortcode should be singular -> order_detail, customer_detail
- Fixing “jQuery not found” warning that can be seen on Firebug. This warning do nothing and the program still works though.