Description
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.
Screenshots
Installation
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
FAQ
-
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.
Reviews
Contributors & Developers
“WooCommerce Local Pickup Time Select” is open source software. The following people have contributed to this plugin.
Contributors“WooCommerce Local Pickup Time Select” has been translated into 2 locales. Thank you to the translators for their contributions.
Translate “WooCommerce Local Pickup Time Select” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
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