• Resolved Najm

    (@gcsaudi)


    Hi there,

    Is there any possible way to make all vendors products in 1 shipping fee?

    For example, if i order an item from Vendor A and and item from Vendor B, there will be only 1 shipping fee, not 2 shipping fees.

    As, we are handling the collections and shipping, i only want to charge customers for 1 shipping fee only.

    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello @gcsaudi ,

    Okay, this can be done with a simple hook.

    Please add this code in your theme’s functions.php file to remove the multiple shipment charge for each vendor:

    remove_filter( 'woocommerce_cart_shipping_packages', 'dokan_custom_split_shipping_packages' );

    Let me know if you face any issues.

    Thank you ??

    Thread Starter Najm

    (@gcsaudi)

    AMAZING!

    Thanks @rur165 it works like a charm!

    Hello,
    I want exactly that functionality but I would like the shipping fee to be multiplied by the number of vendors in the order.
    For example, I have a shipping cost of 6 € and if I buy only one product from a vendor the shipping cost will be 6 € but if I order 3 products from 3 different vendors I will have to pay 9 €

    Thank you so much. I wanted the same. Add this option in the admin for selection. Works fine for me WP Version 5.4.6. Dokan(Version 3.2.7) Dokan Pro(Version 3.3.0).

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘All order in 1 shipping.’ is closed to new replies.