• Resolved gryadn

    (@gryadn)


    Hello
    from the seller product add area
    dokan-product-short-description
    how do i remove it with code snippets

    Thank you

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Tanvir Hasan

    (@tanvirh)

    Hi @gryadn

    To achieve your requirement you can overwrite the template for removing the short description area.

    You need to create two folders inside the child theme as below:
    child-theme/dokan/products/

    Inside this file path, you just need to copy the below-mentioned three files.

    1. tmpl-add-product-popup: This is the pop-up form that comes up when you click ‘add a new product’ for the first time.

    2. new-product-single.php: After feeling up the pop-up form when you click on ‘create product’ it gets redirected to this template. So any changes made there will reflect in this situation.

    3. new-product.php: This template is used when you edit existing products.

    I hope this information will help you decide which product template you should override.

    Thank you!

    Thread Starter gryadn

    (@gryadn)

    i am looking for a shortcode to remove this field
    I don’t want to use CSS code.

    https://wedevs.s3.amazonaws.com/uploads/2017/11/5.png

    Thanks

    • This reply was modified 2 years, 8 months ago by gryadn.
    Shafinoid

    (@shafinahmad01)

    Hi @gryadn

    You will need to manually override the product upload and edit templates to achieve your requirements. Because specific hooks to remove the short description of the product are unavailable.

    For further instructions you can reach us here.

    Have a nice day!

    Shafinoid

    (@shafinahmad01)

    Hi @gryadn,

    I believe you have received your solution and that is why I am resolving this topic. However, feel free to create another one anytime.

    Enjoy your day!

    Thread Starter gryadn

    (@gryadn)

    Danke

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘dokan-product-short-description’ is closed to new replies.