| 开发者 |
alikhallad
carticy |
|---|---|
| 更新时间 | 2026年8月9日 17:42 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0.2 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
[wc_pcr_message] shortcode to place the prompt manually.
How to use
[wc_pcr_message] where you want the prompt to appear. Pass the order ID via URL parameter (eg: /?order_id=1) or shortcode attribute (eg: [wc_pcr_message order_id="1"]).Yes, you can. You have the option to set your own message in WC account settings.
The plugin automatically displays on the default WooCommerce order confirmation page. For custom pages, use the "Post Checkout Registration" block in the block editor, or add the [wc_pcr_message] shortcode. Make sure to pass the order ID via URL parameter (eg: /?order_id=1) or shortcode attribute (eg: [wc_pcr_message order_id="1"]).
wc_pcr_link_all_past_orders filter to restore the previous behaviour.wc_pcr_require_email_match filter to change this.wc_pcr_can_link_order filter and wc_pcr_order_linked action for developers.[wc_pcr_message] to allow displaying prompt on custom checkout page