Title: dadatdev's Replies | WordPress.org

---

# dadatdev

  [  ](https://wordpress.org/support/users/dadatdev/)

 *   [Profile](https://wordpress.org/support/users/dadatdev/)
 *   [Topics Started](https://wordpress.org/support/users/dadatdev/topics/)
 *   [Replies Created](https://wordpress.org/support/users/dadatdev/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/dadatdev/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/dadatdev/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/dadatdev/engagements/)
 *   [Favorites](https://wordpress.org/support/users/dadatdev/favorites/)

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Dokan: AI Powered WooCommerce Multivendor Marketplace Solution – Build Your Own Amazon, eBay, Etsy] Dokan plugin adding the Shipping fee to each item of cart & checkout](https://wordpress.org/support/topic/dokan-plugin-adding-the-shipping-fee-to-each-item-of-cart-checkout-2/)
 *  Thread Starter [dadatdev](https://wordpress.org/support/users/dadatdev/)
 * (@dadatdev)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/dokan-plugin-adding-the-shipping-fee-to-each-item-of-cart-checkout-2/#post-17358024)
 * Thanks [MD Mobin Chowdhury](https://wordpress.org/support/users/mobin210385/)
   This worked!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Dokan: AI Powered WooCommerce Multivendor Marketplace Solution – Build Your Own Amazon, eBay, Etsy] Dokan plugin adding the Shipping fee to each item of cart & checkout](https://wordpress.org/support/topic/dokan-plugin-adding-the-shipping-fee-to-each-item-of-cart-checkout/)
 *  [dadatdev](https://wordpress.org/support/users/dadatdev/)
 * (@dadatdev)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/dokan-plugin-adding-the-shipping-fee-to-each-item-of-cart-checkout/#post-17318949)
 * Hi, I tried this code on dokan lite 3.9.3 but it does not work. Can someone help
   with an update?
 * function dokan_lite_remove_split_shipping() { dokan_remove_hook_for_anonymous_class(‘
   woocommerce_cart_shipping_packages’, ‘WeDevs\Dokan\Shipping\Hooks’, ‘split_shipping_packages’,
   10 ); dokan_remove_hook_for_anonymous_class( ‘woocommerce_checkout_create_order_shipping_item’,‘
   WeDevs\Dokan\Shipping\Hooks’, ‘add_shipping_pack_meta’, 10 ); dokan_remove_hook_for_anonymous_class(‘
   woocommerce_shipping_package_name’, ‘WeDevs\Dokan\Shipping\Hooks’, ‘change_shipping_pack_name’,
   10 ); } add_action( ‘wp_head’, ‘dokan_lite_remove_split_shipping’ );

Viewing 2 replies - 1 through 2 (of 2 total)