Title: Admin Shipping
Last modified: September 27, 2020

---

# Admin Shipping

 *  Resolved [mohitbd](https://wordpress.org/support/users/mohitbd/)
 * (@mohitbd)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/admin-shipping/)
 * We want only to show our shipping method on cart/checkout page. we don’t want
   to show multivendor shipping like this [https://prnt.sc/u8unw5](https://prnt.sc/u8unw5).
   customer can add product from multiple vendors but the customer sees only one
   shipping method. how I’ll get achieve the feature? any custom code?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fadmin-shipping%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Rashed Ripon (a11n)](https://wordpress.org/support/users/rur165/)
 * (@rur165)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/admin-shipping/#post-13461075)
 * Hello [@mohitbd](https://wordpress.org/support/users/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 🙂
    -  This reply was modified 5 years, 10 months ago by [Rashed Ripon (a11n)](https://wordpress.org/support/users/rur165/).
 *  Thread Starter [mohitbd](https://wordpress.org/support/users/mohitbd/)
 * (@mohitbd)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/admin-shipping/#post-13461399)
 * Its working, Thanks a lot!
 *  [ajnet.net](https://wordpress.org/support/users/ajnetnet/)
 * (@ajnetnet)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/admin-shipping/#post-13932967)
 * 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 €
 *  [Rashed Ripon (a11n)](https://wordpress.org/support/users/rur165/)
 * (@rur165)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/admin-shipping/#post-13934397)
 * Hello [@ajnetnet](https://wordpress.org/support/users/ajnetnet/) ,
 * I have already replied on your thread about this – [https://wordpress.org/support/topic/shipping-cost-for-each-vendor-3/](https://wordpress.org/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 🙂

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

The topic ‘Admin Shipping’ is closed to new replies.

 * ![](https://ps.w.org/dokan-lite/assets/icon-256x256.gif?rev=3239229)
 * [Dokan: AI Powered WooCommerce Multivendor Marketplace Solution – Build Your Own Amazon, eBay, Etsy](https://wordpress.org/plugins/dokan-lite/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/dokan-lite/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/dokan-lite/)
 * [Active Topics](https://wordpress.org/support/plugin/dokan-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/dokan-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/dokan-lite/reviews/)

 * 4 replies
 * 3 participants
 * Last reply from: [Rashed Ripon (a11n)](https://wordpress.org/support/users/rur165/)
 * Last activity: [5 years, 6 months ago](https://wordpress.org/support/topic/admin-shipping/#post-13934397)
 * Status: resolved