Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › Product Vendors › Required Value before uload Product
Tagged: categorias sub categorias
- This topic has 9 replies, 3 voices, and was last updated 4 years, 5 months ago by Sarmistha Chakraborty.
- AuthorPosts
- May 7, 2020 at 5:41 am #127804
- May 7, 2020 at 12:11 pm #127880Sarmistha ChakrabortyMember
Hello,
Sorry, but we don’t get the field which you asking for “required field”.
Can you explain little more your requirement? From where(any other shipping plugin) you have this field?
Do you add any custom code for this field?
Kindly let us know, so we can guide you properly.Thanks.
- May 7, 2020 at 6:21 pm #128050artanettParticipant
This field come from Epeken All Kurir Plugin. Thank you
- May 7, 2020 at 9:52 pm #128108Sarmistha ChakrabortyMember
Hello,
This field appearing from “Epeken All Kurir” plugin. It will be better if you contact with their support.
This is the custom solution which we are providing to you-
Add the below js in your theme’s js file –jQuery(document).ready(function ($) { if( $('#vendor_data_asal_kota').length > 0 ) { $('#vendor_data_asal_kota').attr('data-required','1'); $('#vendor_data_asal_kota').attr('data-required_message','Kota Asal Pengiriman : This field is required'); $("#vendor_data_asal_kota option[value='0']").attr('value',''); } });
Thanks.
- May 8, 2020 at 3:00 am #128177elkinnaranjoParticipant
Hello friends, good afternoon from Colombia. could someone help me how can I solve this problem ..
I am using a multivendors site with wcfm vendors. And when adding the categories in a store those same categories are seen in the other stores as a solution so that only my categories are seen only in my store.Hola amigos buenas tardes desde Colombia. alguien podría ayudarme como soluciono este inconveniente..
estoy usando un sitio multivendors con wcfm vendors. Y al momento de agregar las categorías en una tienda esas mismas categorías se ven en las demás tiendas como soluciono para que solamente mis categorías se vean solo en mi tienda.Attachments:
You must be logged in to view attached files.- May 8, 2020 at 5:50 pm #128411Sarmistha ChakrabortyMember
Hello,
You can achieve this using our WCFM – GROUPS & STAFFS(https://wclovers.com/product/woocommerce-frontend-manager-groups-staffs/) and WCFM – Membership plugin. https://wclovers.com/knowledgebase/wcfm-groups-staffs/
Set the category in “Product Categories” capability in group and assign the group with membership plan.
You have to set “Product Categories” option in each group’s capability, Who will registered only this group (via membership plan), only these vendor can see selected product categories.Thanks.
- June 10, 2020 at 11:23 pm #140373elkinnaranjoParticipant
could you help me with this error. I am trying to create a categories from the seller area and when I write the name of the category this table appears.
A term with the given name already exists at this level.
Attachments:
You must be logged in to view attached files.- June 11, 2020 at 10:51 pm #140663Sarmistha ChakrabortyMember
Hi,
By-default WooCommerce does not allow create the category with same name.
Thanks.
- June 12, 2020 at 4:41 am #140713elkinnaranjoParticipant
The category is being used by another seller and I also need it, how can I do it?
Attachments:
You must be logged in to view attached files. - June 14, 2020 at 9:47 pm #141294Sarmistha ChakrabortyMember
Hi,
By-default when the seller/vendor add any product category it will be visible for all other sellers/vendor’s dashboard. Have you added any custom code?
Thanks.
- AuthorPosts
- You must be logged in to reply to this topic.