Title: Snippet Code
Last modified: March 25, 2024

---

# Snippet Code

 *  Resolved [alexliii](https://wordpress.org/support/users/alexliii/)
 * (@alexliii)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/snippet-code/)
 * Hello,
 * Two points please:
 * 1#
   We used the code snippets before to remove Vendor Name on cart and checkout
   page:
 *     ```wp-block-code
       remove_filter( 'woocommerce_get_item_data', 'dokan_product_seller_info', 10 );
       ```
   
 * but it seems does not work with recent version, and could you please update us
   a new code snippet?
 * 2#
   We tested by Sandbox payment, and noted there is Sub orders:[https://prnt.sc/OsmNspgv52oh](https://prnt.sc/OsmNspgv52oh)
 * In our case, we ship all of orders to customer, and vendor never involve in the
   shipping process.
 * Anyway to disable that information please?

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

 *  Plugin Support [Yeasin Arafat](https://wordpress.org/support/users/yeasinarafathridoy/)
 * (@yeasinarafathridoy)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/snippet-code/#post-17531681)
 * Hi [alexliii](https://wordpress.org/support/users/alexliii/),
 * 1. The code you’ve provided continues to function smoothly in our local setup,
   with no problems detected, and the vendor’s name is successfully being removed
   from both the cart and checkout pages.
 * 2. To hide the suborder, please add the following CSS code to your WP-Admin >
   Appearance > Customize > Additional CSS field, and then save your changes. Hopefully,
   this resolves the issue.
 * `table.shop_table.my_account_orders.table.table-striped , .woocommerce-order-
   details> .dokan-info, .woocommerce-order-details>header{
   display: none;}
 * All the best,
 *  Plugin Support [Yeasin Arafat](https://wordpress.org/support/users/yeasinarafathridoy/)
 * (@yeasinarafathridoy)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/snippet-code/#post-17546825)
 * Hi [alexliii](https://wordpress.org/support/users/alexliii/),
 * As we haven’t heard back from you for a while, we’ll consider this topic resolved.
   If you encounter any further issues, please don’t hesitate to open a new topic.
 * Thanks!

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

The topic ‘Snippet Code’ 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/)

 * 2 replies
 * 2 participants
 * Last reply from: [Yeasin Arafat](https://wordpress.org/support/users/yeasinarafathridoy/)
 * Last activity: [2 years, 2 months ago](https://wordpress.org/support/topic/snippet-code/#post-17546825)
 * Status: resolved