Forum Replies Created
- AuthorPosts
Ramamurthy Krishnan
KeymasterHi,
We’re really glad that you have loved our plugins.
As it is a customization work so please contact us here – https://wclovers.com/woocommerce-multivendor-customization/
We’ll get back to you.Thanks,
Ramamurthy Krishnan
KeymasterHi,
I want to have products from vendor A and vendor B as a gruoped product ??
No, you can’t have grouped product using products of two different vendors.another question is there a plugin you recommend for customer loyalty and rewards?
Please take a look upon the plugin link given below, I hope this will justify your requirements.
Link: https://codecanyon.net/item/woocommerce-pdf-vouchers-wordpress-plugin/7392046Thanks,
Ramamurthy Krishnan
KeymasterHi,
You have to enable ( ON Mode ) the “Enquiry”, “Following / Followers” and “Support Ticket” options under store-manager->Settings->Modules.
This should work but if the issue still persists then please share us your website login details and we will get back to you.Please share your website login details here as private reply.
Thanks,
Ramamurthy Krishnan
KeymasterHi,
I’ve checked the link you shared, it displays in a correct manner.
I’ve attached a screenshot below of how it looks in my screen.Please do let me know if any further issues.
Thanks,
Attachments:
You must be logged in to view attached files.Ramamurthy Krishnan
KeymasterHi,
I’ve corrected the issue in your site, you can check it, its working now.
The given code was correct but there was a quotation issue.Corrected code without quotation issue given below:
add_filter( 'woocommerce_product_tabs', 'custom_remove_product_tabs', 9999 ); function custom_remove_product_tabs( $tabs ) { unset( $tabs['wcfm_product_multivendor_tab'] ); return $tabs; }Thanks,
Ramamurthy Krishnan
KeymasterHi,
Please check the login details for yourself once because its still not working.Thanks,
Ramamurthy Krishnan
KeymasterHi,
Your website login credentials are not working, please check it once and do share us the correct one.Thanks,
Ramamurthy Krishnan
KeymasterHi,
The checkbox issue has been fixed also. Yes, I’ve added css code under wp-admin->Buddyboss->OneSocial Theme->Custom Codes section.Thanks,
Ramamurthy Krishnan
KeymasterHi,
That code should work but still can you share me your website login credentials so that I can check.
Please send your login credentials as private message over here.Thanks,
Ramamurthy Krishnan
KeymasterHi,
Please add the below given code in your theme’s functions.php file. It’ll remove the “More Offers” tab from product page.
add_filter( ‘woocommerce_product_tabs’, ‘custom_remove_product_tabs’, 9999 );
function custom_remove_product_tabs( $tabs ) {
unset( $tabs[‘wcfm_product_multivendor_tab’] );
return $tabs;
}Thanks,
Ramamurthy Krishnan
KeymasterHi,
Please contact us here for the purpose – https://wclovers.com/woocommerce-multivendor-customization/
We’ll definitely help you.Thanks,
Ramamurthy Krishnan
KeymasterHi,
Yes you can restrict vendors to add products under specific categories by using our “WOOCOMMERCE FRONTEND MANAGER – GROUP & STAFF” addon.
Using this addon you’ll be able to create specific groups which will have some restricted categories of your choice (you can restrict it by setting capabilities to that group) and assign vendors to that specific group.
Addon Link: https://wclovers.com/product/woocommerce-frontend-manager-groups-staffs/Thanks,
Ramamurthy Krishnan
KeymasterHi,
Demo Affiliate Account Login Details:
Username: affiliate@test.com
Password: test@affiliate1Affiliate User Registration: http://wcfmdemos.com/demos/fashionista/affiliate-register/
You can also register here as a affiliate user and check how it works.Thanks,
Ramamurthy Krishnan
KeymasterHi,
Yes we understood your requirement. This is a customization work so please contact us https://wclovers.com/woocommerce-multivendor-customization/
We’ll definitely help you.Thanks,
Ramamurthy Krishnan
KeymasterHi,
Upload option from media manager is provided due to security purpose. Yes you can upload image for your product from “Add Product” section.Thanks,
Ramamurthy Krishnan
KeymasterHi,
I’ve changed the wcfm dashboard view to full width.
Please check it once and do let me know if any other issues.Thanks,
Ramamurthy Krishnan
KeymasterHi,
Don’t worry just share us your site access and we will definitely help you if there’s an issue.Thanks,
November 11, 2019 at 11:34 am in reply to: Successfully add a Staff but new user never gets email #91767Ramamurthy Krishnan
KeymasterHi,
It can be a problem of your mail server. Can you please confirm that you are getting other emails or not?
Regarding a staff to be a regular user — yes staff acquires the options of a regular user by default.Thanks
November 7, 2019 at 11:52 pm in reply to: Successfully add a Staff but new user never gets email #91341Ramamurthy Krishnan
KeymasterHi,
You have to set the “Email” options to “ON” mode under Settings->Notification Manager for “New Staff”, then new staff will get email notification.
Whenever you will add a new user with an existing email id it will give an error “email address is already in use” —- Are you doing the same?Thanks
Ramamurthy Krishnan
KeymasterHi,
Can you please elaborate a bit what customization you want in the vendor membership?Ramamurthy Krishnan
KeymasterHi,
These are the only steps by which you can achieve this but after following these steps if the issue still persists then we can only figure it out after we get the access to your site.
Whenever you are done with your server transition just contact us with your website link, credentials and forum topic thread link here: https://wclovers.com/woocommerce-multivendor-customization/We’ll gladly help you.
Thanks
Ramamurthy Krishnan
KeymasterHi,
Please choose the specific country for “Sell to specific countries” and “Ship to specific countries” dropdown under wp-admin->WooCommerce->Settings->General and save it?
If the problem still persists then please share the url with us.Thanks
Ramamurthy Krishnan
KeymasterHi,
It will be great if you share your website details after your server transition and we will gladly help you for this. Unless we have the access we can’t figure out whats the issue is.Thanks
Ramamurthy Krishnan
KeymasterHi,
Glad to hear that your issue has been resolved.
Let me know if there’s anything else we can help you with.
Can we ask for a favor? Would you mind taking a few minutes to review our plugin at https://wordpress.org/support/plugin/wc-multivendor-marketplace/reviews/ and let others know about your 5 Star experience with WCFM Marketplace. Also, follow us on Twitter https://twitter.com/wcfmmp for more exciting news, important updates, and irresistible offers.Thanks
Ramamurthy Krishnan
KeymasterHi,
You can go to WooCommerce->Settings->General and choose the country where you want to sell or ship under “Sell to specific countries” and “Ship to specific countries” dropdown and save it. Then remove the country field by adding the below given code in your style.css file..wcfm-store-list-page .country_select + .select2 {
display: none;
}Thanks
- AuthorPosts