Multiple vendor shipping
-
I want to disable the shipping cost for individual vendors and make it one shipping fee. But when I used the code provided in the previous support, it didn’t work and I still saw multiple shipping fees.
Here’s the code I used. I injected it into my website running on Blocksy using WPCode plugin
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');What should I do to resolve this?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Multiple vendor shipping’ is closed to new replies.