Popis
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.
Snímky obrazovky
Instalace
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
Nejčastější dotazy
-
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.
Recenze
Autoři
WooCommerce Local Pickup Time Select je otevřený software. Následující lidé přispěli k vývoji tohoto pluginu.
SpolupracovníciPlugin „WooCommerce Local Pickup Time Select“ byl přeložen do 2 jazyků. Děkujeme všem překladatelům za jejich pomoc.
Přeložte “WooCommerce Local Pickup Time Select” do svého jazyka.
Zajímá vás vývoj?
Prohledejte kód, podívejte se do SVN repozitáře, nebo se přihlaste k odběru protokolu vývoje pomocí RSS.
Přehled změn
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