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 at the shipping section 2 shipping fees. one for A and second for B so the shipping fee is duplicated so instead my costumer have 5 used for example as shipping fee he will have 10 usd so imagine if i have 10 venders so it will be 50 used the is crazy i don’t know why they don’t solve this problem every body talking about
i want one shipping fee for my customer how to do it. i tried all the code in support like
remove_filter( ‘woocommerce_cart_shipping_packages’, ‘dokan_custom_split_shipping_packages’ ); remove_filter( ‘woocommerce_shipping_package_name’, ‘dokan_change_shipping_pack_name’); remove_action( ‘woocommerce_checkout_create_order_shipping_item’, ‘dokan_add_shipping_pack_meta’)
or this
remove_filter( ‘woocommerce_cart_shipping_packages’, ‘dokan_custom_split_shipping_packages’ );
but nothing hapend
so please any one can help me please
Thanks.
