开发者 |
webdados
kaksimedia ptwooplugins nakedcatplugins |
---|---|
更新时间 | 2025年5月9日 23:36 |
PHP版本: | 7.2 及以上 |
WordPress版本: | 6.8 |
版权: | GPLv3 |
版权网址: | 版权信息 |
cppw_hide_lockers
developer filter.
Buy it here and use the coupon webdados for 10% discount!
If you buy our Pro DPD for label issuing plugin, you’ll also get premium support for this plugin.
3rd Party Integration:
No. Only our “DPD / Geopost Pickup and Lockers network for WooCommerce” premium plugin is.
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 “DPD Portugal Pickup” 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 cppw_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 DPD Pickup 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 cppw_map_width
and cppw_map_height
filters like this.
You can also change the zoom by using the cppw_map_zoom
filter and scale using the cppw_map_scale
filter (1 for regular and 2 for retina).
Yes. Return false to the cppw_hide_lockers
filter.
This means your hosting provider is blocking the two ways that we have to update the Pickup points from DPD: webservice on port 7554 and FTP. You should ask them to unblock HTTP requests to https://webservices.chronopost.pt:7554 and or the FTP functions on PHP.
Yes.
The development and support is Naked Cat Plugins (by 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. If you buy our Pro DPD for label issuing plugin, you’ll also get premium support for this plugin.
You can report any security bugs found in the source code of this 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 will be deprecated on WooCommerce 6.1.0cppw_hide_lockers
filter to hide the DPD Lockers from the checkout, by returning false
to itcppw_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
tagcppw_map_scale
and cppw_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
tagcppw_get_shipping_methods
to allow developers to add non-compatible shipping methodsWC tested up
tagWC tested up
tagTested up to
tagcppw_map_width
and cppw_map_height
filters to allow overriding of the Google Maps image sizeWC tested up
tagWC tested up
tagWC requires at least
and WC tested up to
tags on the plugin main fileTested up to
tag