NubiSoft Pickup Points

Beschrijving

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

FAQ

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.

Beoordelingen

Er zijn geen beoordelingen voor deze plugin.

Bijdragers & ontwikkelaars

“NubiSoft Pickup Points” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

Vertaal “NubiSoft Pickup Points” naar jouw taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

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.