Best Multi Vendor Marketplace Plugin for WordPress › Forums › WCFM – Feature Request › Is there anyway to hide the store name at shop page, category page
- This topic has 18 replies, 2 voices, and was last updated 6 years, 5 months ago by
WCFM Forum.
- AuthorPosts
- March 19, 2019 at 1:40 am #53379
jinping dai
GuestActually 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,
- March 19, 2019 at 5:01 pm #53553
WCFM Forum
MemberHi,
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
- March 20, 2019 at 1:35 pm #53692
jinping dai
Guestif i want to hide it also at single product page, do you have any code?
Thanks a lot for your quick respond! - March 20, 2019 at 5:08 pm #53745
WCFM Forum
MemberWell, then disable this option form WCFM Admin Setting -> Marketplace Setting – https://ibb.co/n3Qrbss
Thank You
- March 23, 2019 at 2:34 am #54115
jinping dai
GuestThank 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,
- March 23, 2019 at 12:07 pm #54176
WCFM Forum
MemberHi,
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
- March 24, 2019 at 9:41 pm #54365
jinping dai
GuestThanks 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 - March 26, 2019 at 10:52 am #54529
jinping dai
Guestcome on supporter, give me a hand!
- March 26, 2019 at 2:09 pm #54569
WCFM Forum
MemberHi,
Kindly show me screenshot, what exactly you want to disable!
Thank You
- March 27, 2019 at 12:15 am #54711
jinping dai
GuestHello,
thanks for your reply.
From below picture i point out to hide the store but not disable “sold by” in the marketplace setting.
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.
- March 28, 2019 at 11:47 am #54946
WCFM Forum
MemberHi,
Please disable this option from WCFM Admin Setting -> Marketplace Setting – https://ibb.co/1qmK2wc
Thank You
- March 29, 2019 at 9:24 am #55151
jinping dai
GuestDear,
in the picture, i pointed out that hide it without disabling that option.
any possibility to do that? - March 29, 2019 at 9:34 am #55154
WCFM Forum
MemberHi,
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
- March 31, 2019 at 1:45 pm #55416
jinping dai
GuestLook 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.
- April 2, 2019 at 5:02 pm #55786
WCFM Forum
MemberHi,
Please use this to disable this only from Single Product Page –
add_filter( 'wcfmmp_is_allow_single_product_sold_by', '__return_false' );
Thank You
- April 2, 2019 at 11:04 pm #55871
jinping dai
GuestHelp me please。
- April 3, 2019 at 8:21 am #55977
WCFM Forum
MemberHelp for what? I already gave you code!
- April 4, 2019 at 11:17 am #56132
jinping dai
GuestAh, i did not see it!
Thanks for the great support. I love you guys! You guys are wonderful! - April 4, 2019 at 4:05 pm #56199
WCFM Forum
MemberYou are always welcome 🙂
- AuthorPosts
- The topic ‘Is there anyway to hide the store name at shop page, category page’ is closed to new replies.