• Resolved mohitbd

    (@mohitbd)


    We want only to show our shipping method on cart/checkout page. we don’t want to show multivendor shipping like this https://prnt.sc/u8unw5. customer can add product from multiple vendors but the customer sees only one shipping method. how I’ll get achieve the feature? any custom code?

    The page I need help with: [log in to see the link]

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

    If I understand correctly you are trying to show only one shipping rate instead of the shipping rate for each vendor separately. Is that right?

    Then you can add this code in your theme’s functions.php file:

    remove_filter( 'woocommerce_cart_shipping_packages', 'dokan_custom_split_shipping_packages' );

    This will remove Dokan’s functionality to remove multiple shipping rates.

    Let me know if you face any issues.

    Thank you ??

    Thread Starter mohitbd

    (@mohitbd)

    Its working, Thanks a lot!

    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 €

    Hello @ajnetnet ,

    I have already replied on your thread about this – https://www.ads-software.com/support/topic/shipping-cost-for-each-vendor-3/

    This is the exact opposite of what you are expecting. Here we suggested how he can disable Dokan’s default feature so that customer has to pay only one shipping fee.

    Please follow up on your thread.

    Thank you ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Admin Shipping’ is closed to new replies.