• Resolved K

    (@kabirbd)


    Hey,
    I am trying to understand the plugin options. I am using the free version. But I also try premium trail and I didn’t figure out the following option.

    1. How can vendors add product attributes from there frontend?
    2. Is there any way to group attribute, in market place web its literally hundreds of thousands of attributes. So is there any way to group them?
    3. How can vendors add cat, tag from there frontend?
    4. How can disable vendor registration option from the normal customer registration page?

    TIA

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @kabirbd,

    1. Product attribute on the frontend is a feature available on the paid package of the plugin
    2. As the feature is not available on the free version the forum rules restrict us to discuss such features here. Please contact through our website for more information
    3. The category can be created by the admin and the vendor can select the category from the created categories. Yes there is option for vendors to add tags.
    4. If you need to hide only the vendor registration, You are unable to make the change by default. You can hide the vendor registration button.

    /wp-content/plugins/dokan-lite/templates/global/seller-registration-form.php
    Comment out line no: 68-71

    <label>   
      <input type="radio" name="role" value="seller"<?php checked( $role, 'seller' ); ?>> <?php esc_html_e( 'I am a vendor', 'dokan-lite' ); ?> 
       </label> 

    Use // to comment out. Make the changes using a child theme so that you do not lose the changes during an update. It is recommended to use a child theme during such modification. The mentioned link can be useful to you for the purpose: https://wpdoctor.press/overriding-dokan-plugin-template-easy/

    I hope this helps. Please check and let me know the result.

    Thread Starter K

    (@kabirbd)

    For, 1 got my answer.
    For, 3 I got a solution but not an answer.
    For, 4 I got a solution and its help.

    I appreciate your response I think I need to ask 2 ques from different angel which may help you to ans me and save my time also webdevs team’s.

    1. Is group attribute by product cat is available in the paid version?
    2. Is paid version allows vendors to create new tags and categories from there panel in the paid version?

    I think simple y/n ans will not break the community rules. You can reply me if you think so. But I market thread as resolved.

    Thank you for your assist.
    With Love.
    – K

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Attribute, Cat and Feature Issue.’ is closed to new replies.