Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WC Marketplace › B2B sale option
- This topic has 34 replies, 3 voices, and was last updated 6 years ago by WCFM Forum.
- AuthorPosts
- September 6, 2018 at 2:18 am #30910addyGuest
good morning
awesome wc lovers
i would like to add minimum order quantity option for my vendors and option should be on product page and vendor dashboard for B@B sale.
here is my second question: You can integrate any Third Party plugin using Custom Fields, but you should use the same fields name as used by Third Party plugins.
so i can use plugin for minimum order quantity “what does mean field here”
once again thanks to come up with wclovers multivendor marketplace.
thanks for ur fastest support in advance.
so in love with wc locers - September 7, 2018 at 8:15 am #31026WCFM ForumMember
Hi,
Thanks for get in touch with us and you are always welcome π
“here is my second question: You can integrate any Third Party plugin using Custom Fields, but you should use the same fields name as used by Third Party plugins.”
– Let me clear this one. Hope you know WP “meta”. Now for a product all additional info store in post_meta with a specific “meta_key”.
Now, suppose you are using a min order value plugin which store “min order value” with meta_key -> “_product_order_min_val”, so when you are creating WCFM custom field you have to create field with this same name “_product_order_min_val”.So you have to now this “meta_key” for that custom plugin.
Please know me if you still have any queries regarding this.
Between, which plugin you are trying to use.
Thanks again for your appreciation and if you get a chance then please add a review forme – https://wordpress.org/support/plugin/wc-multivendor-marketplace/reviews/
Thank You
- September 10, 2018 at 2:58 am #31237addyParticipant
hello good morning wc lovers
i tried Download
Woocommerce Minimum and Maximum Quantity plugin, https://wordpress.org/plugins/woo-min-max-quantity-limit/ and i added ‘meta key’ all goes fine when i am adding product from woo commerce on checkout it says minimum order should br xyz(value) much but the same i tried with wcfm it just proceed to checkout page.help me.
Thanks for wcfm multi-vendor marketplace - September 11, 2018 at 12:01 am #31280addyParticipant
hay wc lovers
good morning,
i found the solution by using woocommerce extension, thanks for your support. your answer was so specific and clear it help me to find solution.
here is my next question
1# how to hide block name or label name from product page as per requirement.
2# how to change font size of block name or label name on product page.thanks for best multi-vendor plugin
lots of love for wc lovers - September 11, 2018 at 9:35 am #31319WCFM ForumMember
Hi,
You are always welcome and really thanks for your appreciation.
1# how to hide block name or label name from product page as per requirement.
– Can you please show me which labels you want to change? it will be easier for me to guide you.2# how to change font size of block name or label name on product page.
– Well, you can do this easily just by some CSS tweaks, add custom css in your child theme’s style.cssThank you
- September 12, 2018 at 1:37 am #31404addyParticipant
Good morning wc lovers
I mean when we are adding custom field from back end it showing on product page. Block and label, I want to show only label name
For example:
I make custom field for
(block) phone number
( label) phone number
(type) number
So now it will show both in product page like this
(block) Phone number
(label) Phone number 123456789
So I want to show only label and font bigger for this.
Please write css for me too it will be great help.
Hope you understand me,Thanks for your great support as always.
Attachments:
You must be logged in to view attached files. - September 12, 2018 at 8:00 am #31436WCFM ForumMember
Hi,
Thanks for the detailed description.
I understand your requirement.
I will help you in this after WCFM Ultimate next update (5.0.6).
Thank You
- September 17, 2018 at 12:47 pm #31792WCFM ForumMember
Hi,
Kindly add this line of PHP code for the purpose (add code in theme’s functions.php) –
add_filter( 'wcfm_is_allow_custom_field_block_name_display', '__return_false' );
For make label font larger use this CSS –
label.wcfm_custom_field_display_label { font-size: 18px; }
Thank You
- October 12, 2018 at 12:21 pm #33879
- October 13, 2018 at 6:53 am #33911WCFM ForumMember
Hi,
It’s also possible using WC hooks.
Between, which custom field you want to show?Thank You
- October 13, 2018 at 12:35 pm #33924addyParticipant
Hello wclovers
1# I want to show sold by on product/shop page also.
2# I make some custom field by using wcfm example text aria for custom message it’s showing on single product page perfectly but I want to show on product/shop page.
I am not good in coding please can you help me
Thanks - October 14, 2018 at 8:40 am #33967WCFM ForumMember
Hi,
1# I want to show sold by on product/shop page also.
– This is by default feature. Between, which multi-vendor plugin you are using?2# I make some custom field by using wcfm example text aria for custom message itβs showing on single product page perfectly but I want to show on product/shop page.
– Sure, we will help you in this. But for that I have to access your site.Thank You
- October 15, 2018 at 2:45 am #34003addyParticipantThis reply has been marked as private.
- October 15, 2018 at 8:05 am #34025WCFM ForumMember
Hi,
Thanks for the details.
# i want to show the store/vendor name on homepage – DONE
# i have created custom field minimum order quantity using meta minimum_allowed_quantity from a plugin – DONE# i want to change dash board text Price to wholesale price was and sale wholesale now – not getting this clearly.
Thank You
- October 15, 2018 at 9:37 am #34037addyParticipant
Thanks for awesome support lots of love and respect for you guys
This is for regular price label change function wcfm_custom_product_fields_pricing( $pricing_fields, $product_id, $product_type ) {
if( isset( $pricing_fields[‘regular_price’] ) ) {
$pricing_fields[‘regular_price’][‘label’] = ‘Regular Price’;
}
return $pricing_fields;
}
add_filter( ‘wcfm_product_manage_fields_pricing’, ‘wcfm_custom_product_fields_pricing’, 50, 3 );I want [‘sale_price’] label change also
Thanks you again - October 15, 2018 at 9:40 am #34038WCFM ForumMember
Hi,
You are welcome π
add this within this function –
if( isset( $pricing_fields['sale_price'] ) ) { $pricing_fields['sale_price']['label'] = 'Sales Price'; }
Thank You
- October 16, 2018 at 2:44 am #34083addyParticipantThis reply has been marked as private.
- October 16, 2018 at 3:02 pm #34125WCFM ForumMember
Hi,
DONE! Take a look.
Thank You
- October 17, 2018 at 3:32 am #34149addyParticipant
Thank you so much
Now I have a second problem vendor verification not showing In notification but showing in email
#2 fallow button not showing on vendor store banner
Please help
Thanks again for your fastest support - October 17, 2018 at 2:45 pm #34196WCFM ForumMember
Hi,
You are welcome π
I am checking this.
Thank You
- October 20, 2018 at 5:04 pm #34432WCFM ForumMember
Hi,
Follow button is there – https://ibb.co/e9Aoqf
Well, follow button is only available to logged in users.
Thank You
- October 20, 2018 at 11:49 pm #34470addyParticipant
Thank you so much
As your marketplace having a best features i dont want to miss any of them
thanks for your support
still i cant verify vendors because its not sending notification but getting email verification pending for review,
thanks again
Hoping you will solve this problem too ASAP - October 21, 2018 at 6:56 am #34490WCFM ForumMember
Hi,
We are looking in to this and if it’s WCFM problem then we will definitely resolve by next update.
I am also debugging this to your site!
Thank You
- October 24, 2018 at 3:27 pm #34761WCFM ForumMember
Hi,
WCFM Ultimate new version has just released and this issue has been resolved.
Kindly update yours and take a look.
Thank You
- October 28, 2018 at 1:21 am #35156addyParticipant
wow its really nice again and again falling love with wc lovers
you guys number #1 as always
THE BEST SUPPORT AND FASTEST
Suggestion: if on the fields of verification we can add some “help test (you can use clear photo from your phone) will be more nice
wishing for you to capture all multivendor market plugin
best regards
” when your going to launch theme??” - October 28, 2018 at 1:35 am #35157addyParticipant
i am interested in WOOCOMMERCE FRONTEND MANAGER β GROUP & STAFF
is this plugin can help me to………….
# making vendor managers who will appoint vendors to open there store .(if other vendors wants to join without vendor manager they can join as of right now my website doing so i mean no change in this)
if some one buy from vendor store
vendor manager and admin will get message of item sold from x vendor store
example M is vendor manage, V is vendor, c is customer and A is admin
M (vendor manager) appoint v (vendor) to open there store
now c (customer) buy product t-shirt
so M(vendor manager), V (vendor) and A (admin) will get notification C(customer) bought Tshirt
is it possible?
thanks - October 28, 2018 at 2:02 am #35159addyParticipantThis reply has been marked as private.
- October 29, 2018 at 1:19 pm #35244BingalGuest
Hi,
First of all, thanks for your appreciations, really pleasure for us.
I understand you problem, it’s a small CSS tweak I guess. I am looking into this.
Between, WCFM Groups manager are dedicated for managing their group vendors products and orders.
I am checking your theme issues and will update you soon.
Thank you
- October 30, 2018 at 2:39 am #35291addyParticipant
Hi
Good day
I got email from my theme
Please contact this plugin to get the function to call these fields.
Then add action in file /revo/libs/woocommerce-hook.php
http://prntscr.com/lbpm5k
Please help me for it
ThanksAttachments:
You must be logged in to view attached files. - October 31, 2018 at 10:34 am #35393WCFM ForumMember
Hi,
Ok, I am checking this.
Thanks for the details.
- October 31, 2018 at 10:51 am #35394WCFM ForumMember
Hi,
I have made changes as per their instruction.
Kindly take a look.
Thank You
- October 31, 2018 at 11:17 am #35398addyParticipant
Hi
Good day custom field not visible on homepage again
The theme have worst supportPlease help me for this
Thank you - November 1, 2018 at 6:39 am #35494WCFM ForumMember
Hi,
Custom field visible, but only when you will hover on a product.
I have changed hook as per theme support suggestion.
Thank You
- November 2, 2018 at 2:32 am #35560addyParticipant
hello
first i want to say thanks for giving your precious time to us.
thanks its works but i changeback the hook as you change before
But still i need your help
i am using revo theme https://themeforest.net/item/revo-multipurpose-responsive-woocommerce-theme/18276186 and they dont support at all.
minimum order quantity, and its done already by the help of wclovers on the desktop view.
but the problem is when i am using mobile theme the custom field from wcfm premium not showing on the mobile view and in the slider and other pages of mobile view please visit from mobile http://www.misterwholesaler.com because they have themes\revo\mlayouts. the mobile layout option you can see in appearance~theme option.
i need this field to show minimum order quantity all over the website pages in mobile view too.
i attach screenshot from phone and desktop too.
please take a look
thanksAttachments:
You must be logged in to view attached files. - November 2, 2018 at 10:44 am #35583WCFM ForumMember
Hi,
I have replied you on this at email.
Please reply me over there.
Thank You
- AuthorPosts
- The topic ‘B2B sale option’ is closed to new replies.