Forum Replies Created
- AuthorPosts
Sarmistha Chakraborty
MemberHi,
I would like to know if it is possible to disable “Add to my Store” on the vendors page, it allows the vendor to add other vendors products to their store.
>>Please go to WCFM Admin Setting -> Modules -> Set OFF “Single Product Multi-vendor” and “Add to Store Catalog” modules – https://ibb.co/VNCkwWNon the product page a vendor can add products to categories, can this be disabled and let them create their own categories?
>>Sorry this point is not clear. Can you explain it little more with a screenshot.Thanks.
Sarmistha Chakraborty
MemberThis reply has been marked as private.Sarmistha Chakraborty
MemberHi,
Please share us your site access then we can debug your site.
Thanks.
Sarmistha Chakraborty
MemberHi,
No, you don’t have to mail anywhere any PO/MO files. It is not required.
Please go though the link : https://localise.biz/wordpress/plugin/beginners and also check the point 6 (Add a new language)Thanks.
Sarmistha Chakraborty
MemberHi,
Sorry for the typo, it isn’t WCFM 3.4.0
It is WCMp 3.4.0. after WCMp 3.4.0 we have stopped the support for WCMp.
Which version are you using for WCMp plugin?Sarmistha Chakraborty
MemberHi,
We assume that you have already removed previous code(otherwise new script will not execute), and you already checked that the new script are include in your site.
Still you having the same problem please share us your site details with site url(Set as private reply), then we will do it for you.Thanks.
Sarmistha Chakraborty
MemberSarmistha Chakraborty
MemberHi,
It seems like the membership settings,page is not setup correctly. Please check here : https://wclovers.com/knowledgebase/wcfm-membership/ and setup properly.
Thanks.
Sarmistha Chakraborty
MemberHello,
Share your vendor registration page URL, then we can see the issue then guide you accordingly.
Before that please check once only active WooCommerce and our WCFM plugins, and default wordpress theme, you still have same issue or not.Thanks.
Sarmistha Chakraborty
MemberHi,
Please paste the css rght way. now it was (PFA)
  z-index:1It will be,
.wcfmmp-stores-listing .wcfmmp-store-list-map { z-index: 1; }Thanks.
Attachments:
You must be logged in to view attached files.Sarmistha Chakraborty
MemberHello,
Which version are you using for WCFM plugin?
Actually after WCFM 3.4.0 we have stopped the support for WCMp as it’s active growth has fallen to a great extent. Please see : https://wclovers.com/blog/were-breaking-up-with-wcmp/Thanks.
Sarmistha Chakraborty
MemberHi,
Try the css n your activated theme’s style.css
.wcfmmp-stores-listing .wcfmmp-store-list-map { z-index: 1; }Thanks.
Sarmistha Chakraborty
MemberHello,
Can u elaborate a little on your requirement so we can guide you accordingly? You have created custom field for product? or vendor registration/profile? and when you want to trigger the mail to vendor?
Thanks.
Sarmistha Chakraborty
MemberHello,
We tested our local server using Flatsome theme.(PFA) And it’s fine.
Can you share us the page URL, then we can check it and guide you accordingly.Thanks.
Attachments:
You must be logged in to view attached files.Sarmistha Chakraborty
MemberHello,
In this case please do not add the previously mentioned code,
Add the below script in your theme’s js file,jQuery(document).ready(function ($) { $('textarea#product_tags').on('keypress',function(e){ var n = 3; //add your number of tags limitation var charCount = $(this).val().split(/[\.,\?]+/).length; if(charCount >= n+1) { alert("You cann't add more than "+n); e.preventDefault(); } }); });Thanks.
Sarmistha Chakraborty
MemberHello,
We have checked your “vendor page”. We need your site access details to check the issue.
Have you override vendor store template in your theme or add any custom script? Please check once.
We assume that all store information settings are checked in your site (PFA)Thanks.
Attachments:
You must be logged in to view attached files.April 7, 2020 at 1:48 pm in reply to: Need vendor registration fee feature in WCFM Membership plugin #116280Sarmistha Chakraborty
MemberHello,
For “add a vendor registration charges” you don’t need to any change in our WCFM core files.
Please check our documentation : https://wclovers.com/knowledgebase/wcfm-membership/ and https://www.youtube.com/watch?v=SfOMIxNfr3w&t=78sIf you still want to edit core file, then you need to backup of the files(those core files you are edited), then update the plugin, and replace the backup files only.
Thanks.
Sarmistha Chakraborty
MemberHello,
You can use below hook,
add_action('wcfm_order_status_updated','send_push_notification_on_update_order_status',10,2); function send_push_notification_on_update_order_status($orderid, $order_status) { /*add your code*/ }Thanks.
Sarmistha Chakraborty
MemberHello,
You may use Loco Translate for translation.
Here is a guide – https://wc-marketplace.com/knowledgebase/wcmp-translation-guide/Thanks.
Sarmistha Chakraborty
MemberHello,
body#tinymce { color: #333; /* Add your text color*/ }Add this css to your activated theme’s style.css
Thanks.
Sarmistha Chakraborty
MemberHello,
In this case vendor can not create new tag. He can assign only existing tags.
Thanks.
Sarmistha Chakraborty
MemberHello,
add_filter('wcfmmp_is_store_sidebar','__return_false');
Try 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/Sarmistha Chakraborty
MemberHello,
Ok. Which theme are you using?
Can you check once,
Firstly de-activate all others plugins. Only active WooCommerce & our WCFM plugins(updated versions).
And check once your “vendor registration” page have this “[wcfm_vendor_registration]” shortcode or not.Thanks.
April 6, 2020 at 11:57 am in reply to: Vendor store info does not show on vendor page header #115844Sarmistha Chakraborty
MemberHello,
Can you provide us one of the “vendor store page” url, then we can check your site.
Thanks.
Sarmistha Chakraborty
MemberHello,
Have you added any custom code snippets in your site? Please save once your site permalinks from settings.
Thank You.
- AuthorPosts