Banner Logo

Be a part of the family: Connect, Receive Support,
Contribute, and Reap Abundant Rewards!

REMOVE SELLER’S NAME FROM PRODUCT BOX

General Marketplace Discussion (User’s interaction forum)

Resolved
Viewing 3 reply threads
  • Author
    Posts
    • #119199
      calzadium.com
      Participant

      Dear Ladies and Gentlemen,

      When I upload a product as a seller (supplier), the seller’s name appears on the product box, and I don’t like it to appear, in fact I don’t find it interesting that this happens. How can I remove the seller’s name from the product box?

      I appreciate your help.

      Yours Sincerely,

      Ricardo Trenado
      Calzadium.com

    • #119275

      Hi,

      Please add this code in the function.php of the current active theme:

      add_action('init','remove_sold_by_from_product_loop');
      function remove_sold_by_from_product_loop(){
        global $WCMp;
        remove_action('woocommerce_after_shop_loop_item', array($WCMp->vendor_caps, 'wcmp_after_add_to_cart_form'), 6);
      }
      Copy

      Regards,

    • #119566
      calzadium.com
      Participant

      Dear Friend,

      Excellent solution, the name of the Seller no longer appears on the product box.

      Thank you very much for your help.

      Yours Sincerely,

      Ricardo Trenado
      Calzadium.com

    • #119607

      Thank you for the update. We are closing this thread for now. If you need any further help, just open another thread.

      Also, I hope you are satisfied with our assistance and plugin. A 5/5 review here- https://wordpress.org/support/plugin/dc-woocommerce-multi-vendor/reviews/#new-post , would be a great way to share your experience with others.

      This motivates us to continue providing the best experience possible and also helps others know how WC-Marketplace can make their life easier.

Viewing 3 reply threads

The topic ‘REMOVE SELLER’S NAME FROM PRODUCT BOX’ is closed to new replies.