• Resolved loopforever

    (@loopforever)


    Hello,
    I want to ask the same question.

    Link

    But I guess the code updated again, can you help?

    Vendor should add a maximum of 3 tags.

     <select multiple="multiple" placeholder="<?php esc_attr_e( 'Select product tags', 'dokan-lite' ); ?>" name="product_tag[]" id="product_tag_search" class="product_tag_search product_tags dokan-form-control dokan-select2" data-placeholder="<?php esc_attr_e( 'Select tags', 'dokan-lite' ); ?>"></select>
                                     
    • This topic was modified 5 years, 3 months ago by loopforever.
Viewing 1 replies (of 1 total)
  • Hello @loopforever ,

    First of all, you should always save your modified template file in a child theme to save the changes from the plugin update.

    You can use the same tricks to add the attribute – data-maximum-selection-length="3" to the file – dokan-lite/templates/products/new-product-single.php or in the new-product.php.

    Find the line as seen here – https://prnt.sc/10fmldi and add the attribute.

    Thank you 🙂

Viewing 1 replies (of 1 total)

The topic ‘Same Problem’ is closed to new replies.