开发者 |
webdados
ptwooplugins |
---|---|
更新时间 | 2024年5月21日 22:45 |
PHP版本: | 7.0 及以上 |
WordPress版本: | 6.2 |
No! This is an add-on for any method that supports "shipping zones" (WooCommerce >= 2.6). You need to set the shipping fees using built-in or plugin installed methods and then set "Yes" on the "VASP Expresso Kios in Portugal" option on each zone/method that applies.
Yes! Go to WooCommerce > Settings > Shipping > Shipping options and tweak the settings as you like. Always set the total points to a bigger number than the near points, or you're going to end up with the just the near points.
Maybe. We have the pvkw_get_shipping_methods
filter that allows you to add other shipping methods besides the ones that are compatible. Use at your own risk.
For example, if you want to use VASP Expresso Kios points with Flat Rate per State/Country/Region for WooCommerce you would do it like this.
You need to get a Mapbox Public Token or a Google Maps API Key, as explained on the installation instructions.
Yes. Use the pvkw_map_width
and pvkw_map_height
filters like this.
You can also change the zoom by using the pvkw_map_zoom
filter and scale using the pvkw_map_scale
filter (1 for regular and 2 for retina).
Yes.
The development and support is Webdados responsibility. For free/standard support you should use the support forums at WordPress.org but no answer is guaranteed. For premium/urgent support or custom developments you should contact Webdados directly. Charges may (and most certainly will) apply.
You can report any security bugs found in the source code of the site-reviews plugin through the Patchstack Vulnerability Disclosure Program. The Patchstack team will assist you with verification, CVE assignment and take care of notifying the developers of this plugin.
wp_doing_ajax()
function instead of the WooCommerce is_ajax()
which was deprecated on WooCommerce 6.1.0pvkw_available_points
to allow developers to filter the pickup points list before they're shown to the customer on the checkout - Sponsored by mindthetrash.ptWC tested up
tagpvkw_map_scale
and pvkw_map_zoom
filters to allow overriding of the map image scale (default is 2, for retina displays) and zoom (default is 11 for Google Maps and 10 for Mapbox)WC tested up
tagWC tested up
tag