Gaylord Focker
Forum Replies Created
-
Forum: Plugins
In reply to: [WebData Custom Shipping Methods for WooCommerce] area based feeAdded city based hiding feature to the latest update.
Kim
Forum: Plugins
In reply to: [WebData Custom Shipping Methods for WooCommerce] Distance based rulesUpdate the plugin, there is now option where you can hide the shipping method if the customer’s city is not in the list.
Kim
Forum: Plugins
In reply to: [WebData Custom Shipping Methods for WooCommerce] Distance based rulesHi,
You can add multiple shipping methods to the same shipping zone to create the logic.
First shipping method from 0-1km, next one from 1-3km and so on.
Kim
Address is required field to avoid unnecessary API calls but I guess I can make a little fix, so the address is only mandatory on the checkout page.
Kim
Forum: Plugins
In reply to: [WebData Custom Shipping Methods for WooCommerce] shipping classYou can add additional shipping costs by shipping class. If there is a product in the cart belonging to the same shipping class, the cost will be added to the total shipping costs.
Kim
Hi,
You can set the origin address on plugin settings and you can choose the destination either shipping or billing address.
Kim
Forum: Plugins
In reply to: [WebData Custom Shipping Methods for WooCommerce] area based feeHi,
You can add extra costs based on city but you cannot hide/show the shipping method based on certain city. You need another plugin or some custom code to accomplish that.
Kim
PayPal checkout button is not a WooCommerce feature. It is added by your PayPal plugin. At this point it is hard to tell what is causing your issue, but it is likely that other than WooCommmerce’s default shipping methods needs to add some custom code to make it to work. However this is just an assumption based on your description and the plugin developers are the ones who propably knows the right answer.
Technically this is not a support question, but a feature request. I can take a look at some point to add better support for the official PayPal WooCommerce plugin.
Kim
Hi,
I believe that would require some additional coding. You can contact the PayPal plugin author for more info.
Kim
Forum: Plugins
In reply to: [WebData Distance Based Fee for WooCommerce] Calculator input fieldsHi,
That would require a custom plugin. Please visit our website web-data.online if you are interested.
Kim
Destination address is needed to calculate the distance between origin and destination. Therefore the distance is calculated on the checkout page.
Kim
Can you turn on debugging and see if you get any errors:
Also check your error_log file for possible errors.
Kim
Hi,
Please follow carefully these steps first and try if them solves your issue:
2) Check your plugin settings, you need to have enabled at least one shipping method for the fee.
3) Check error log for possible errors. You can find the log at the plugin settings page on “Logs” tab.
4) Choose one of the WooCommerce shipping methods at WooCommerce – Shipping and save any of the shipping methods settings once to clear the cache.
5) Make sure you have entered your store location correctly on WooCommerce settings, and Google can locate it through Google Maps.
6) Make sure you have enabled correct API. Try to enable the following APIs: Distance Matrix API, Places API for Web, Google Maps Geocoding API
7) Try to generate new API key and do NOT choose restricted mode.
Kim
Forum: Plugins
In reply to: [WebData Distance Based Fee for WooCommerce] Rounding off FeeAre you using taxes for the fee? You can either disable taxes for the fee completely, or change settings at the WooCommerce to show taxes separately at the checkout. Otherwise taxes will be added to on top of the rounded fee. E.g. rounded fee 10.00 + tax 2.40 = 12.40.
Kim
Hard to say what is wrong then. Maybe you could do fresh install with WP default theme, WooCommerce and then Distance based fee plugin? It would be probably easier to debug your code then and this way you can make sure no other plugins cause any conflicts. Also if you have any other caches, or CDN those can affect too.
Kim