fixed shipping price regardless of how many vendors the customer is buying from

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!

Best Multi Vendor Marketplace Plugin for WordPress Forums WCFM – Marketplace (WooCommerce Multivendor Marketplace) fixed shipping price regardless of how many vendors the customer is buying from

Viewing 3 reply threads
  • Author
    Posts
    • #47496
      Jem
      Guest

      for example, i have a flat shipping rate in woocommerce, say $5, if a customer bought from 3 vendors, the shipping fee will become 5×3=$15. is it possible to make it stay at $5 regardless of how many vendors the customer is buying from?

      apologies btw, i think i posted on the wrong section earlier.

    • #47502
      WCFM Forum
      Member

      Hi,

      Well, this is possible, Then have to disable “Vendor Shipping”.

      Do you want to only keep “Admin Shipping”?

      Thank You

    • #47525
      Jem
      Guest

      hi, thank you for responding. ive already disabled these two options https://imgur.com/a/ZksPzip but the shipping fee still multiplies. what exactly do i need to disable? and yes, i want to only have an admin shipping rate.

    • #47528
      WCFM Forum
      Member

      Hi,

      Add this code your child theme’s functions.php –

      add_filter( 'wcfmmp_is_shipping_enabled', function( $is_allow, $vendor_id ) {
        return false; 
      }, 50, 2 );

      Thank You

Viewing 3 reply threads
  • The topic ‘fixed shipping price regardless of how many vendors the customer is buying from’ is closed to new replies.