Required Value before uload Product

We're shifting our Forum based support to a more dedicated support system!

We'll be closing our Forum support from 10th June, 2020 and move to Email Support assistance.

  • If you are a WCFM premium add-ons user, contact us- here
  • Want to know more before buying our add-ons? Send Pre sale queries- here
  • If you are a WCFM free user, please open a support ticket at WordPress.org
  • For WCFM App related queries, reach us- here
From now the forum will be read-only!

Multi Vendor Marketplace Plugin | WCFM Marketplace Forums Product Vendors Required Value before uload Product

Viewing 7 reply threads
  • Author
    Posts
    • #127804
      artanett
      Participant

      Need required value for upload product

      Attachments:
      You must be logged in to view attached files.
    • #127880

      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.

    • #128050
      artanett
      Participant

      This field come from Epeken All Kurir Plugin. Thank you

    • #128108

      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.

    • #128177
      elkinnaranjo
      Participant

      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.
    • #140373
      elkinnaranjo
      Participant

      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.
      • #140663

        Hi,

        By-default WooCommerce does not allow create the category with same name.

        Thanks.

    • #140713
      elkinnaranjo
      Participant

      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.
    • #141294

      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.

Viewing 7 reply threads
  • You must be logged in to reply to this topic.