• Resolved limbclub

    (@limbclub)


    I’m using dokan lite i need help removing vendor’s name or seller name on cart and checkout order details page.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @limbclub

    Hopefully, you are doing well.

    To remove the vendor’s name from the cart page and checkout page you can use the following filter:
    remove_filter( 'woocommerce_get_item_data', 'dokan_product_seller_info', 10 );

    You will have to place the filter in your theme’s functions.php file. You can follow this thread to explore more regarding your query as this thread holds similar query and answers too.

    Thank you. Have a nice day! ??

    Hi @limbclub,

    We haven’t heard back from you in a while, so I’m going to mark this topic as resolved.

    If you’ve any further queries, feel free to create a new thread.

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to remove dokan vendor info or seller name on cart and checkout page’ is closed to new replies.