Linux 软件免费装

WooCommerce Local Pickup Time Select

开发者 tnolte
mjbanks
vyskoczilova
更新时间 2022年8月3日 12:04
捐献地址: 去捐款
PHP版本: 7.2 及以上
WordPress版本: 6.0.1
版权: GPLv2 or later
版权网址: 版权信息

标签

shipping ecommerce e-commerce local pickup wordpress ecommerce checkout fields woocommcerce

下载

1.0.3 1.2.0 1.3.3 1.4.0 1.4.1 1.4.2 1.1.0 1.3.0 1.3.1 1.3.10 1.3.11 1.3.12 1.3.13 1.3.2 1.3.4 1.3.5 1.3.6 1.3.7 1.3.8 1.3.9 1.0.0 1.0.1 1.0.2

详情介绍:

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 -> Shipping -> Local Pickup Time settings", 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. Features

安装:

Using The WordPress Dashboard
  1. Navigate to the 'Add New' in the plugins dashboard
  2. Search for 'WooCommerce Local Pickup Time Select'
  3. Click 'Install Now'
  4. Activate the plugin on the Plugin dashboard
Uploading in WordPress Dashboard
  1. Download a zip file of the plugins, which can be done from the WordPress plugin directory
  2. Navigate to 'Add New' in the plugins dashboard
  3. Click on the "Upload Plugin" button
  4. Choose the downloaded Zip file from your computer with "Choose File"
  5. Click 'Install Now'
  6. Activate the plugin in the Plugin dashboard
Using FTP
  1. Download a zip file of the plugins, which can be done from the WordPress plugin directory
  2. Extract the Zip file to a directory on your computer
  3. Upload the woocommerce-local-pickup-time-select directory to the /wp-content/plugins/ directory
  4. Activate the plugin in the Plugin dashboard

屏幕截图:

  • Frontend Display on Checkout Page
  • Shipping Settings -> Local Pickup Time Settings Screen
  • Local Pickup Shipping Method Settings Screen
  • Order Listing Includes Pickup Date/Time
  • Order Details Screen Includes Pickup Date/Time
  • Ready for Pickup Order Email Notification

常见问题:

Things aren't displaying properly

  • Go to WooCommerce -> Settings -> Shipping -> Local Pickup Time settings and "Save Changes" to trigger the options to update.
  • Make sure to set your Timezone on the WordPress Admin Settings page to a proper value that is not a UTC offset.
  • If "Limit to Local Pickup Shipping Methods?" is checked in the "Local Pickup Time settings", ensure you have a Shipping Zone that includes a "Local Pickup" Shipping Method. Additionally, make sure that each "Local Pickup" Shipping Method you want to have a "Pickup Time" has it enabled.

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 the local_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 the local_pickup_time_admin_location filter. A list of available hooks can be seen in the WooCommerce documentation.

更新日志:

1.4.2 Fixed 1.4.1 Changed Fixed Added 1.4.0 Changed Fixed Added See the previous changelogs here