• Resolved clementrectangle

    (@clementrectangle)


    Hi,

    We’re using your plugin to hide some Shipping methods when a category is in the cart, and hide others if this category isn’t in the cart.

    We’re using several Shipping methods, some are Woocommerce default methods, and others are managed with a plugin : Flexible Shipping.

    Until recently, all those methods were displayed in the “Select shipping method” dropdown. But now, I can only see the vanilla shipping methods, but not the Flexible Shipping ones…

    I know you’re not supposed to support any third party plugin, but since it worked before… I thought maybe you’d have an idea of what changed in the meantime ?

    Thanks a lot for any enlightment you’ll be able to provide…

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support Hitendra Chopda

    (@hitendra-chopda)

    Hello Clementrectangle,

    Thanks for reaching out to us and apologies for the inconvenience.

    Actually, our plugin only supports the default woocommerce shipping method only but don’t know in which version you are able to see the all shipping methods.

    If you share the working plugin version then we can check the code changes and get back to you.

    Click here and scroll down to last and select a specific plugin version if you want to test the previous version.

    Hope this helps.

    Best Regards,
    Hitendra & Dotstore Team

    Thread Starter clementrectangle

    (@clementrectangle)

    Hi,

    After further investigation, it turns out it’s not a modification in your plugin that changed the previous behaviour, but a change in the shipping plugin we use…

    The plugin is : https://fr.wordpress.org/plugins/flexible-shipping/advanced/

    They changed their way of managing Shipping methods with version 4… With the last version of Flexible Shipping 3 (3.16.5), the flexible shipping methods were displayed in the “Select shipping method” dropdown of your plugin.

    But with version 4 and their new way of managing Shipping methods, they’re not detected anymore 🙁

    I guess I’ll have to find an other “2 plugins combo” to achieve what I’m trying to achieve, since they already answered me to see this with you… thanks anyway !

    Thread Starter clementrectangle

    (@clementrectangle)

    Hi again !

    I’ve more informations about this, a dev of the other plugin looked into the issue and found how to resolve the problem 🙂

    In the class-woo-hide-shipping-methods-admin.php file, you’d have to add a new entry to the $whsm_all_cslist array : “flexible_shipping_single”.
    You already got “flexible” hardcoded here, that was the slug used by FS3, but the new slug used by FS4 is flexible_shipping_single.

    Here’s the line : https://plugins.trac.wordpress.org/browser/hide-shipping-method-for-woocommerce/trunk/admin/class-woo-hide-shipping-methods-admin.php#L1386

    Could you please make this modification and update your plugin ?

    Thanks !

    Plugin Support Hitendra Chopda

    (@hitendra-chopda)

    Hello Clementrectangle,

    Thanks for your valuable feedback.

    Sure, we will review this in detail and release these changes in our next release version soon.

    Best Regards,
    Hitendra & Dotstore Team

    Plugin Support Hitendra Chopda

    (@hitendra-chopda)

    Hello Clementrectangle,

    Greetings of the day!

    We have released the 1.1.1 version and resolved your query about the plugin compatible with the Flexible Shipping Plugin.

    Kindly Please update the version to the latest version.

    Best Regards,
    Hitendra & Dotstore Team

    Thread Starter clementrectangle

    (@clementrectangle)

    Yes, it indeed works fine now, thanks a lot for the modification ! 🙂

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Some shipping methods are no longer displayed…’ is closed to new replies.