• Resolved alexliii

    (@alexliii)


    Hello,

    Two points please:

    1#
    We used the code snippets before to remove Vendor Name on cart and checkout page:

    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

    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

    (@yeasinarafathridoy)

    Hi 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

    (@yeasinarafathridoy)

    Hi 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.