You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 10, 2022. It is now read-only.
TheWooCommerce Custom Thank You extension enables you to do the following things:
Set a global "Thank You" page to redirect customers to after checkout.
Set a custom "Thank You" page on a per-product basis.
This is handy when you want to:
Send a customer to a page outlining your fulfillment process.
Prompt a customer to sign up for you mailing list.
Give a customer a list of next steps (installation instructions, course reading, etc.) post-purchase.
Installation
Upload thewoocommerce-custom-thank-you directory into the/wp-content/plugins/ directory.
Activate the plugin through the "Plugins" menu in WordPress.
Set a global "Thank You" page under "WooCommerce -> Settings -> General -> General options". (Optional, but suggested)
Setting a custom "Thank You" page
Edit an individual product.
In the "Product data — Simple product" meta box, enter a page into the "Thank you redirect" field.
Update the product.
Custom "Thank You" page customizations
Since this plugin overwrites the default WooCommerce thank you page, we have included four shortcodes that you can use to display order details to your customers. They are:
[woo_order_details] — The standard WooCommerce thank you page receipt view
[woo_order_stub] — A short, one line order synopsis containing: order number, order date, customer email, order total, payment method
[woo_order_table] — A table containing: a list of purchased products with prices, order subtotal, shipping cost, payment method, order taxes, order total
[woo_customer_details] — A brief collection of customer details such as: customer name, customer email, billing address
Notes
Setting aglobal orcustom "Thank You" page overrides the normal "Order received" display post-checkout.
If a customer has multiple products with multiplecustom thank you pages in their cart, theglobal default is used.
Screenshots
Global setting
Product setting
Checkout with thank you redirect set
Shortcodes
[woo_order_stub]
[woo_order_table]
[woo_customer_details]
About
A WooCommerce extension that allows you to set a custom "Thank You" page on a global and individual product basis.