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 🙂
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://ww.wp.xz.cn/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 🙂