NubiSoft Pickup Points

外掛說明

This plugin allows adding UPS pickup points as a shipping method in WooCommerce.

External services

This plugin integrates with an external API to provide pickup point functionality, enabling users to search for, select, and confirm a pickup location during checkout.
To ensure seamless operation, the plugin sends essential request data to the external service, including the pickup point selected by the user (location ID, address, and name), search queries when the user looks for a location by name, and the user’s geolocation when they choose to retrieve their current location.
These data points are necessary to provide an accurate and efficient pickup point selection experience.

Additionally, the plugin loads an external JavaScript file and a CSS stylesheet from the service to ensure proper functionality and styling:
JavaScript (index.js): Handles the interactive elements of the pickup points selection.
CSS (index.css): Provides the necessary styles for proper layout and visual consistency of the pickup points selection modal.

This service is provided by “Nubisoft Pickup Plugin”.
For more details, please refer to our Terms of Service and Privacy Policy:
https://nubisoft.io/apps-for-wordpress-privacy-policy

常見問題集

Does this plugin work with the latest version of WooCommerce?

No, the plugin has been tested with WooCommerce version 6.3.1 and is fully compatible with it. It works with the default non-block-based checkout and cart flow available in that version. The plugin has not been tested with the newer block-based checkout introduced in later versions of WooCommerce.

How can I edit the cost of this shipping method?

The cost settings for this shipping method can be edited through the WooCommerce settings under the “Shipping” tab. Similar to other shipping methods, you can configure pricing and other related options within the specific shipping zone where this method is enabled.

Does this plugin support other shipping methods?

No, currently it only supports UPS pickup points.

Where are UPS pickup points available?

UPS pickup points supported by this plugin are only available within the United States.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈NubiSoft Pickup Points〉的開發相關工作。

參與者

將〈NubiSoft Pickup Points〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.0.2

  • Improved – Scripts and styles for pickup points now load only on the checkout page (is_checkout()) instead of all pages

1.0.1

  • Fixed – Corrected “Tested up to” value in readme.txt
  • Fixed – Removed redundant parameters from readme.txt
  • Fixed – Enqueued scripts and styles properly using wp_enqueue functions
  • Fixed – Added documentation for external API usage
  • Fixed – Proper sanitization for register_setting()
  • Fixed – Ensured unique function and class prefixes to prevent conflicts
  • Fixed – Added security checks to prevent direct file access

1.0.0

  • Initial release of the NubiSoft Pickup Points plugin.