'Show woocommerce shipping methods

i have a woocommerce website with the plugin dokan installed in it. the problem i have is i want to configure shipping methods in woocommerce and not in dokan. the checkout page should only show woocommerce shipping methods instead of the shipping methods configured in each one of the vendors.

i only found how to hide the shipping methods via this code:

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');

please can you show me the solution and sorry for my bad english.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source