| 开发者 |
nicolamustone
riaanknoetze |
|---|---|
| 更新时间 | 2026年1月2日 01:34 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 6.9 |
| 版权: | GPLv3 |
| 版权网址: | 版权信息 |
[wc_custom_thankyou] if you prefer explicit placement (classic editor, templates, builders, etc).checkout/thankyou.php template when needed, so it stays aligned with WooCommerce updates.[wc_custom_thankyou] where you want the order confirmation details to appear.Make sure you are running:
Order details only appear when the request contains valid order data (the order and key parameters). The plugin adds these automatically after checkout.
To test: place a real order, then you’ll be redirected to your custom order confirmation page with the correct URL parameters.
Yes. When the Order Confirmation block is used, the plugin avoids duplicating WooCommerce’s legacy order details markup, but still runs WooCommerce “thankyou” hooks so payment gateways and extensions can output instructions as expected.
When using automatic output / shortcode, this plugin uses WooCommerce’s default checkout/thankyou.php template. You can override and customize it in your theme or child theme. Learn how here: https://woo.com/document/template-structure/
This plugin loads language files from:
wp-content/languages/wc-custom-thank-you/wc-custom-thank-you-{YOURLOCALE}.mowp-content/languages/plugins/wc-custom-thank-you-{YOURLOCALE}.mowp-content/plugins/wc-custom-thank-you/languages/[wc_custom_thankyou]the_content filter to the configured Thank You page only, to reduce overhead on the rest of the sitewc-custom-thank-you and language file paths