外掛說明
Guest Order Tracking for WooCommerce makes it easier for unlogged users to access a WooCommerce order.
Once you activate and setup this plugin, if an unlogged user tries to access an order page, he will be redirected to the tracking order page having the order field already filled.
安裝方式
- Upload the entire plugin folder to the
/wp-content/plugins/
directory. - Activate the plugin through the “Plugins” menu in WordPress.
- Start by visiting plugin settings at “WooCommerce > Settings > Guest Order Tracking”.
常見問題集
-
How does the plugin work?
-
By default, when unlogged users try to access an order page URL like
http://example.com/my-account/view-order/123/
, nothing happens. Once you activate and set up this plugin, users will be redirected to the tracking order page having the order field already filled. -
How to use this plugin?
-
Simply follow these steps:
- Create a page and add this shortcode:
[woocommerce_order_tracking]
. - Copy the permalink of this page.
- Go to your plugin settings in “WooCommerce > Settings > Guest Order Tracking”.
- Paste your permalink to “Tracking page URL” option and “Save changes”.
- Create a page and add this shortcode:
-
Are there any filters available?
-
alg_gotwc_tracking_page_url – Filters the tracking page URL.
-
How can I contribute? Is there a GitHub repository?
-
If you are interested in contributing – head over to the Guest Order Tracking for WooCommerce plugin GitHub repository to find out how you can pitch in.
使用者評論
參與者及開發者
以下人員參與了開源軟體〈Guest Order Tracking for WooCommerce〉的開發相關工作。
參與者變更記錄
2.1.6 – 30/07/2024
- Tested up to: 6.6
- WC tested up to: 9.1
2.1.5 – 11/03/2024
- Fix – One or more tags were ignored. Please limit your plugin to 5 tags.
2.1.4 – 11/03/2024
- Add compatibility with HPOS.
- WC tested up to: 8.6.
2.1.3 – 10/11/2023
- Tested up to: 6.4
- WC tested up to: 8.2
- Move to WPFactory.
- Dev – Add github deploy setup.
2.1.2 – 27/07/2021
- Tested up to: 5.8.
- WC tested up to: 5.5.
2.1.1 – 12/03/2021
- Dev – Localisation –
load_plugin_textdomain()
moved to theinit
hook. - Tested up to: 5.7.
- WC tested up to: 5.1.
2.1.0 – 27/03/2020
- Fix – Using
get_id()
instead ofget_order_number()
now (i.e. unfiltered). - Fix – “Reset settings” admin notice fixed.
- Dev – Admin settings descriptions updated.
- Dev – Code refactoring.
- WC tested up to: 4.0.
- Tested up to: 5.3.
2.0.0 – 24/07/2019
- Dev – Major code refactoring.
1.0.1 – 16/10/2018
- Get default tracking page in case it hasn’t been set.
- Add WooCommerce requirements.
2.0.0 – 22/06/2017
- Initial Release.