Title: Gaylord Focker's Replies - page 4 | WordPress.org

---

# Gaylord Focker

  [  ](https://wordpress.org/support/users/webdata/)

 *   [Profile](https://wordpress.org/support/users/webdata/)
 *   [Topics Started](https://wordpress.org/support/users/webdata/topics/)
 *   [Replies Created](https://wordpress.org/support/users/webdata/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/webdata/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/webdata/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/webdata/engagements/)
 *   [Favorites](https://wordpress.org/support/users/webdata/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 46 through 60 (of 163 total)

[←](https://wordpress.org/support/users/webdata/replies/page/3/?output_format=md)
[1](https://wordpress.org/support/users/webdata/replies/?output_format=md) [2](https://wordpress.org/support/users/webdata/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/webdata/replies/page/3/?output_format=md)
4 [5](https://wordpress.org/support/users/webdata/replies/page/5/?output_format=md)…
[9](https://wordpress.org/support/users/webdata/replies/page/9/?output_format=md)
[10](https://wordpress.org/support/users/webdata/replies/page/10/?output_format=md)
[11](https://wordpress.org/support/users/webdata/replies/page/11/?output_format=md)
[→](https://wordpress.org/support/users/webdata/replies/page/5/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WebData Custom Shipping Methods for WooCommerce] Fixed shipping multicurrency](https://wordpress.org/support/topic/fixed-shipping-multicurrency/)
 *  Plugin Author [Gaylord Focker](https://wordpress.org/support/users/webdata/)
 * (@webdata)
 * [6 years ago](https://wordpress.org/support/topic/fixed-shipping-multicurrency/#post-13165366)
 * I updated the plugin now, as it takes 2 arguments for fixed price, one as float
   and another one as a string. This has to be returned as a float.
 * Please see the docs for the other two filters I also added: [https://web-data.online/docs/woocommerce-custom-shipping-methods/#developers](https://web-data.online/docs/woocommerce-custom-shipping-methods/#developers)
 * Kim
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WebData Custom Shipping Methods for WooCommerce] Fixed shipping multicurrency](https://wordpress.org/support/topic/fixed-shipping-multicurrency/)
 *  Plugin Author [Gaylord Focker](https://wordpress.org/support/users/webdata/)
 * (@webdata)
 * [6 years ago](https://wordpress.org/support/topic/fixed-shipping-multicurrency/#post-13165095)
 * Ok, how about if I add the price as a string, and pass it as second argument 
   to the filter, would it help?
 * Then you could do something like this:
 * add_filter(‘woo_custom_shipping_dbf_fixed_price’, ‘my_function’, 100, 2);
 * my_function($price_as_float, $price_as_string) {
 *  // Here detect the currency from the $price_as_string variable, do the logic
   //
   and return it as a float
 *  return floatval(1234);
    }
 * Kim
    -  This reply was modified 6 years ago by [Gaylord Focker](https://wordpress.org/support/users/webdata/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WebData Custom Shipping Methods for WooCommerce] Fixed shipping multicurrency](https://wordpress.org/support/topic/fixed-shipping-multicurrency/)
 *  Plugin Author [Gaylord Focker](https://wordpress.org/support/users/webdata/)
 * (@webdata)
 * [6 years ago](https://wordpress.org/support/topic/fixed-shipping-multicurrency/#post-13164940)
 * Would it be possible to use some multi-currency plugin instead? Like if you set
   the fee as rubles, and then the plugin changes it to a different currency at 
   the checkout based on customer’s location?
 * Kim
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WebData Custom Shipping Methods for WooCommerce] Fixed shipping multicurrency](https://wordpress.org/support/topic/fixed-shipping-multicurrency/)
 *  Plugin Author [Gaylord Focker](https://wordpress.org/support/users/webdata/)
 * (@webdata)
 * [6 years ago](https://wordpress.org/support/topic/fixed-shipping-multicurrency/#post-13163474)
 * Hi,
 * Please update the plugin, I added few more filters for the fee variables. Filters
   and how to use them, you can check here: [https://web-data.online/docs/woocommerce-custom-shipping-methods/#developers](https://web-data.online/docs/woocommerce-custom-shipping-methods/#developers)
 * The filter for fixed fee is: woo_custom_shipping_dbf_fixed_price
 * Your other shipping method plugins needs to support shipping zones, to be able
   to see them at the shipping methods list on your selected zone. If your plugins
   does not support the shipping zones, then you should be able to view them at 
   the main shipping settings page at: WooCommerce – Settings – Shipping. Otherwise
   you should contact the plugin author.
 * Kim
    -  This reply was modified 6 years ago by [Gaylord Focker](https://wordpress.org/support/users/webdata/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WebData Custom Shipping Methods for WooCommerce] Does this work on multivendor sites such as WCFM Marketplace?](https://wordpress.org/support/topic/does-this-work-on-multivendor-sites-such-as-wcfm-marketplace/)
 *  Plugin Author [Gaylord Focker](https://wordpress.org/support/users/webdata/)
 * (@webdata)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/does-this-work-on-multivendor-sites-such-as-wcfm-marketplace/#post-13138487)
 * Hi,
 * You are probably going to need to create a custom logic with filter hook.
 * See plugin docs at web-data.online for more info.
 * Kim
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WebData Custom Shipping Methods for WooCommerce] plugin does not work](https://wordpress.org/support/topic/plugin-does-not-work-169/)
 *  Plugin Author [Gaylord Focker](https://wordpress.org/support/users/webdata/)
 * (@webdata)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/plugin-does-not-work-169/#post-13138483)
 * Hi,
 * It should be possible to create a logic like that with 3 different shipping methods.
 * One with fixed fee of zero and limit to 5 miles. Second one with the distance
   limited from 5 miles to 30 and the last one from 30 to 9999 miles for example.
   You can also set shipping class based fee for the last shipping method.
 * Kim
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WebData Custom Shipping Methods for WooCommerce] Not considering Multiple weights during calculation](https://wordpress.org/support/topic/not-considering-multiple-weights-during-calculation/)
 *  Plugin Author [Gaylord Focker](https://wordpress.org/support/users/webdata/)
 * (@webdata)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/not-considering-multiple-weights-during-calculation/#post-13138477)
 * Hi,
 * You can set maximum limits for the shipping costs. E.g. 0.5kg and 1kg. If your
   cart weight is above 0.5kg, then the next threshold will be used.
 * Kim
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WebData Custom Shipping Methods for WooCommerce] shipping with distance not working](https://wordpress.org/support/topic/shipping-with-distance-not-working/)
 *  Plugin Author [Gaylord Focker](https://wordpress.org/support/users/webdata/)
 * (@webdata)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/shipping-with-distance-not-working/#post-13077047)
 * Hi,
 * You should not restrict the API key and also make sure you have enabled all the
   required API’s. Also check your error_log file for possible errors.
 * Kim
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WebData Custom Shipping Methods for WooCommerce] ZIP / Postal Code Limitation](https://wordpress.org/support/topic/zip-postal-code-limitation/)
 *  Plugin Author [Gaylord Focker](https://wordpress.org/support/users/webdata/)
 * (@webdata)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/zip-postal-code-limitation/#post-13077042)
 * Hi,
 * Yes, you can set fees and also limit the visibility of the shipping methods based
   on zip codes.
 * Kim
    -  This reply was modified 6 years, 1 month ago by [Gaylord Focker](https://wordpress.org/support/users/webdata/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WebData Custom Shipping Methods for WooCommerce] will it do the following](https://wordpress.org/support/topic/will-it-do-the-following/)
 *  Plugin Author [Gaylord Focker](https://wordpress.org/support/users/webdata/)
 * (@webdata)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/will-it-do-the-following/#post-13077038)
 * Hi,
 * You can set multiple shipping methods on the same zone to charge different fees
   based on different distance ranges. E.g. 0-5 miles one shipping method, 5-10 
   miles another shipping method and so on..
 * For category based fees you need some other plugin.
 * Kim
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WebData Distance Based Fee for WooCommerce] About use](https://wordpress.org/support/topic/about-use/)
 *  Plugin Author [Gaylord Focker](https://wordpress.org/support/users/webdata/)
 * (@webdata)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/about-use/#post-13077028)
 * Hi,
 * Since you are using custom code, this goes beyond the scope of this plugin’s 
   support, but you should check all fields returns valid values and Google’s API
   is able to find them. Just a guess, but it may be you have stored those settings
   on your admin user but not for the other user.
 * Kim
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WebData Distance Based Fee for WooCommerce] Conflict with Table Rate Shippping](https://wordpress.org/support/topic/conflict-with-table-rate-shippping/)
 *  Plugin Author [Gaylord Focker](https://wordpress.org/support/users/webdata/)
 * (@webdata)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/conflict-with-table-rate-shippping/#post-13077017)
 * Hi,
 * It’s a third party plugin as you mentioned, so it’s quite hard to give support
   for situations like this. Try if you can see any errors on error_log file or 
   if the plugin author has any ideas to fix your issue. If you need some fix for
   the plugin code, please let me know.
 * Kim
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WebData Custom Shipping Methods for WooCommerce] On shipping custom gst](https://wordpress.org/support/topic/on-shipping-custom-gst/)
 *  Plugin Author [Gaylord Focker](https://wordpress.org/support/users/webdata/)
 * (@webdata)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/on-shipping-custom-gst/#post-13027938)
 * Hi,
 * Since it’s a 3rd party plugin, it’s hard to say whether it is compatible with
   this plugin or not, but give it a try or use this plugin instead: [https://wordpress.org/plugins/woo-distance-based-fee/](https://wordpress.org/plugins/woo-distance-based-fee/)
 * Kim
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WebData Distance Based Fee for WooCommerce] Does this work for multiple stores?](https://wordpress.org/support/topic/does-this-work-for-multiple-stores/)
 *  Plugin Author [Gaylord Focker](https://wordpress.org/support/users/webdata/)
 * (@webdata)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/does-this-work-for-multiple-stores/#post-12990901)
 * Hi,
 * It depends, but maybe this plugin would be more suitable for you: [https://wordpress.org/plugins/webdata-custom-shipping-methods-for-woocommerce/](https://wordpress.org/plugins/webdata-custom-shipping-methods-for-woocommerce/)
 * Kim
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WebData Distance Based Fee for WooCommerce] Two distances – two flat rates](https://wordpress.org/support/topic/two-distances-two-flat-rates/)
 *  Plugin Author [Gaylord Focker](https://wordpress.org/support/users/webdata/)
 * (@webdata)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/two-distances-two-flat-rates/#post-12970553)
 * Hi,
 * Use this plugin instead: [https://wordpress.org/plugins/webdata-custom-shipping-methods-for-woocommerce/](https://wordpress.org/plugins/webdata-custom-shipping-methods-for-woocommerce/)
 * Kim

Viewing 15 replies - 46 through 60 (of 163 total)

[←](https://wordpress.org/support/users/webdata/replies/page/3/?output_format=md)
[1](https://wordpress.org/support/users/webdata/replies/?output_format=md) [2](https://wordpress.org/support/users/webdata/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/webdata/replies/page/3/?output_format=md)
4 [5](https://wordpress.org/support/users/webdata/replies/page/5/?output_format=md)…
[9](https://wordpress.org/support/users/webdata/replies/page/9/?output_format=md)
[10](https://wordpress.org/support/users/webdata/replies/page/10/?output_format=md)
[11](https://wordpress.org/support/users/webdata/replies/page/11/?output_format=md)
[→](https://wordpress.org/support/users/webdata/replies/page/5/?output_format=md)