Remove vendor name on Shop page, keep only in Product page

We're shifting our Forum based support to a more dedicated support system!

We'll be closing our Forum support from 10th June, 2020 and move to Email Support assistance.

  • If you are a WCFM premium add-ons user, contact us- here
  • Want to know more before buying our add-ons? Send Pre sale queries- here
  • If you are a WCFM free user, please open a support ticket at WordPress.org
  • For WCFM App related queries, reach us- here
From now the forum will be read-only!

Multi Vendor Marketplace Plugin | WCFM Marketplace Forums WCFM – Ultimate Remove vendor name on Shop page, keep only in Product page

Viewing 4 reply threads
  • Author
    Posts
    • #74540
      Kelanvest SB
      Participant

      I want to set Seller/Vendor name on single product page. But when i enabling it to WCFM sold by option then It also showing in Shop page too. need to show it only single product page mean when user go in to single product option to see the details about product then want it. Your help is required.

    • #74550
      Kelanvest SB
      Participant

      1. I think I should remove something from CSS. Could you please tell me where should I find that CSS?

      2. I need my star rating to be centered. So I should add this CSS?
      .post-type-archive-product .wcfmmp_sold_by_container .wcfmmp-store-rating {margin: 0 auto;}

      Which location?

    • #74934
      WCFM Forum
      Keymaster

      Hi,

      Please don’t use CSS for such purpose.

      Use this code snippet – add_filter( 'wcfmmp_is_allow_archive_product_sold_by', '__return_false' );

      Add this code to your child theme’s functions.php
      In case you do not have child theme then add code using this plugin – https://wordpress.org/plugins/code-snippets/

      Thank You

    • #75598
      Kelanvest SB
      Participant

      Solved. Big thanks!

    • #75958
      WCFM Forum
      Keymaster

      Great … thanks for the update 🙂

Viewing 4 reply threads
  • The topic ‘Remove vendor name on Shop page, keep only in Product page’ is closed to new replies.