Order collection of customer not shown when free shipment is available

We're shifting our Forum based support to a more dedicated support system!

We'll be closing our Forum support from 10th June, 2020 and move to Email Support assistance.

  • If you are a WCFM premium add-ons user, contact us- here
  • Want to know more before buying our add-ons? Send Pre sale queries- here
  • If you are a WCFM free user, please open a support ticket at WordPress.org
  • For WCFM App related queries, reach us- here
From now the forum will be read-only!

Multi Vendor Marketplace Plugin | WCFM Marketplace Forums WCFM – Marketplace (WooCommerce Multivendor Marketplace) Order collection of customer not shown when free shipment is available

Tagged: 

Viewing 2 reply threads
  • Author
    Posts
    • #112582
      alexdezi
      Participant

      Hello!
      I noticed that if free shipment is available, other other shipment methods are hidden by the plugin. In the standard woocommerce option all available options are shown – this way you can offer for example “free shipping” and “express shipping (for an additional fee).

      I am looking for a way to show all available shipping methods. In my case I need the customer to select between “order collection” and “free shipping (if available)” and “express shipping”.

      Am I missing a setting or could you share a code snippet?

      Thank you!

    • #112583
      alexdezi
      Participant

      This is all done via shipping zones by the way…

    • #114970
      WCFM Forum
      Keymaster

      Hi,

      Add this line to your site for the purpose-

      add_filter( 'wcfm_is_allow_hide_other_shipping_if_free', '__return_false' );

      Add this code to your child theme’s functions.php
      In case you do not have child theme then add code using this plugin – https://wordpress.org/plugins/code-snippets/

Viewing 2 reply threads
  • You must be logged in to reply to this topic.