外掛說明
Local Pickup Time extends the WooCommerce Local Pickup shipping option to allow users to choose a pickup time.
In the admin area, under WooCommerce -> Settings -> General, you can set the start and end times for order pickups each day, as well as define days the store is closed and allow you to select a time interval for allowing pickups. In addition, you can specify a time delay between when a customer places their order and when they can pickup their order to account for processing time, as well as how many days ahead a customer can choose for their delivery.
** Requires WooCommerce 4.x **
Usage
Navigate to WooCommerce -> Settings -> General
, edit your start and end times for daily pickups, set your days closed and time interval for pickups.
螢幕擷圖
安裝方式
Using The WordPress Dashboard
- Navigate to the ‘Add New’ in the plugins dashboard
- Search for ‘woocommerce-local-pickup-time’
- Click ‘Install Now’
- Activate the plugin on the Plugin dashboard
Uploading in WordPress Dashboard
- Navigate to the ‘Add New’ in the plugins dashboard
- Navigate to the ‘Upload’ area
- Select
woocommerce-local-pickup-time.zip
from your computer - Click ‘Install Now’
- Activate the plugin in the Plugin dashboard
Using FTP
- Download
woocommerce-local-pickup-time.zip
- Extract the
woocommerce-local-pickup-time
directory to your computer - Upload the
woocommerce-local-pickup-time
directory to the/wp-content/plugins/
directory - Activate the plugin in the Plugin dashboard
常見問題集
-
Things aren’t displaying properly
-
Go to
WooCommerce -> Settings -> General
and Save Changes to trigger the options to update.Make sure to set your Timezone on the WordPress Admin Settings page.
-
How do I change the location of the pickup time select box during checkout?
-
The location, by default, is hooked to
woocommerce_after_order_notes
. This can be overridden using thelocal_pickup_time_select_location
filter. A list of available hooks can be seen in the WooCommerce documentation. -
How do I change the location of the pickup time shown in the admin Order Details screen?
-
The location, by default, is hooked to
woocommerce_admin_order_data_after_billing_address
. This can be overridden using thelocal_pickup_time_admin_location
filter. A list of available hooks can be seen in the WooCommerce documentation.
使用者評論
參與者及開發者
以下人員參與了開源軟體〈WooCommerce Local Pickup Time Select〉的開發相關工作。
參與者變更記錄
1.4.0
Changed
- Updated WordPress & WooCommerce Supported Versions.
Fixed
- Updated Plugin Development Dependencies
Adds
- Added New Ready for Pickup Order Status & Customer Email
- Added Pickup Time Required & Local Pickup Link Capabilities