Is there anyway to hide the store name at shop page, category 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 – Feature Request Is there anyway to hide the store name at shop page, category page

Viewing 18 reply threads
  • Author
    Posts
    • #53379
      jinping dai
      Guest

      Actually i only want to show the store name at cart or checkout page when the buyer purchased products from different stores.

      Is there any solution for this?

      Thanks,

    • #53553
      WCFM Forum
      Keymaster

      Hi,

      Yeah sure, you just have to add this line to child theme’s function.php

      add_filter( 'wcfmmp_is_allow_archive_product_sold_by', '__return_false' );

      Thank You

    • #53692
      jinping dai
      Guest

      if i want to hide it also at single product page, do you have any code?
      Thanks a lot for your quick respond!

    • #53745
      WCFM Forum
      Keymaster

      Well, then disable this option form WCFM Admin Setting -> Marketplace Setting – https://ibb.co/n3Qrbss

      Thank You

    • #54115
      jinping dai
      Guest

      Thank you for promptly reply. I know there is an option to disable the sold by appearance. It hide the “sold by” everywhere.

      i am using a shipping pro plugin. i found that enabling this option can show the shipping store. It is quite useful for checking out if the customers buy from two or more stores. I just need it here so i dont want to use that option.

      is there anyway to add a code to some php file to achieve this?

      Best regards,

    • #54176
      WCFM Forum
      Keymaster

      Hi,

      i am using a shipping pro plugin

      – This plugin does not work for multi-vendor sites, it does not support WC Shipping package, indeed break down everything!

      Please contact this plugin author to enhance their addon.

      Thank You

    • #54365
      jinping dai
      Guest

      Thanks for your reply.

      Actually each store are sharing the setting for same shipping setting from shipping pro. i separate each store by category and set rule also by category.

      So far i did not find any problem. if i enable to show “sold by”,each store (for me they my different warehouses) will be labeled as “store A shipping”.

      that why i have to enable it, but i dont want to show it on the product page. if there is anyway to do it, just let me know!

      Thanks a lot,
      jinping dai

    • #54529
      jinping dai
      Guest

      come on supporter, give me a hand!

    • #54569
      WCFM Forum
      Keymaster

      Hi,

      Kindly show me screenshot, what exactly you want to disable!

      Thank You

    • #54711
      jinping dai
      Guest

      Hello,
      thanks for your reply.
      From below picture i point out to hide the store but not disable “sold by” in the marketplace setting.
      hide shop name

      From another picture you will understand why i cannot disable that option because we want to show the store name at cart/checkout page when buyer buys from different house. we want him to be informed clearly as it is.
      we need the store information at cart and checkout page

    • #54946
      WCFM Forum
      Keymaster

      Hi,

      Please disable this option from WCFM Admin Setting -> Marketplace Setting – https://ibb.co/1qmK2wc

      Thank You

    • #55151
      jinping dai
      Guest

      Dear,

      in the picture, i pointed out that hide it without disabling that option.
      any possibility to do that?

    • #55154
      WCFM Forum
      Keymaster

      Hi,

      in the picture, i pointed out that hide it without disabling that option.
      any possibility to do that?

      – Then what that setting option will do?

      Thank You

    • #55416
      jinping dai
      Guest

      Look at the second picture. it shows the name or the store that will ship the product. if we disable that option, such information will not be brought to customer during checkout.

      That is the reason i dont want to disable it, but trying to find some shortcode or php code for single product page.

    • #55786
      WCFM Forum
      Keymaster

      Hi,

      Please use this to disable this only from Single Product Page –

      add_filter( 'wcfmmp_is_allow_single_product_sold_by', '__return_false' );

      Thank You

    • #55871
      jinping dai
      Guest

      Help me please。

    • #55977
      WCFM Forum
      Keymaster

      Help for what? I already gave you code!

    • #56132
      jinping dai
      Guest

      Ah, i did not see it!
      Thanks for the great support. I love you guys! You guys are wonderful!

    • #56199
      WCFM Forum
      Keymaster

      You are always welcome 🙂

Viewing 18 reply threads
  • The topic ‘Is there anyway to hide the store name at shop page, category page’ is closed to new replies.