• Resolved ntntee

    (@ntntee)


    Is it possible for vendors to Inserting/Adding Images to Product long Description, as description images.

Viewing 1 replies (of 1 total)
  • roshni07

    (@roshni07)

    Hello @ntntee,

    By default, you are unable to add an image on the description field. But a small change on the code can help you with the solution.

    /wp-content/plugins/dokan-lite/templates/products/new-product-single.php
    Line no: 413

    `<div class=”dokan-product-description”>
    <label for=”post_content” class=”form-label”><?php esc_html_e( ‘Description’, ‘dokan-lite’ ); ?></label>
    <?php wp_editor( $post_content , ‘post_content’, apply_filters( ‘dokan_product_description’, array( ‘editor_height’ => 50, ‘quicktags’ => false, ‘media_buttons’ => false, ‘teeny’ => true, ‘editor_class’ => ‘post_content’ ) ) ); ?>
    </div>`

    Make the ‘media_buttons’ => true

    This will help you with a solution you are looking for. I hope this helps

    • This reply was modified 6 years ago by roshni07.
Viewing 1 replies (of 1 total)

The topic ‘Inserting/Adding Images to Product long Description’ is closed to new replies.