PATH:
home
/
letacommog
/
laindinois
/
wp-content
/
plugins
/
dokan-lite
/
templates
/
products
<div class="dokan-form-group dokan-product-type-container <?php echo esc_attr( $class ); ?>"> <div class="content-half-part downloadable-checkbox"> <label> <input type="checkbox" <?php checked( $is_downloadable, true ); ?> class="_is_downloadable" name="_downloadable" id="_downloadable"> <?php esc_html_e( 'Downloadable', 'dokan-lite' ); ?> <i class="fa fa-question-circle tips" aria-hidden="true" data-title="<?php esc_attr_e( 'Downloadable products give access to a file upon purchase.', 'dokan-lite' ); ?>"></i> </label> </div> <div class="content-half-part virtual-checkbox"> <label> <input type="checkbox" <?php checked( $is_virtual, true ); ?> class="_is_virtual" name="_virtual" id="_virtual"> <?php esc_html_e( 'Virtual', 'dokan-lite' ); ?> <i class="fa fa-question-circle tips" aria-hidden="true" data-title="<?php esc_attr_e( 'Virtual products are intangible and aren\'t shipped.', 'dokan-lite' ); ?>"></i> </label> </div> <div class="dokan-clearfix"></div> </div>
[+]
..
[-] listing-status-filter.php
[edit]
[-] inventory.php
[edit]
[-] products.php
[edit]
[-] new-product-single.php
[edit]
[-] products-listing.php
[edit]
[-] others.php
[edit]
[-] download-virtual.php
[edit]
[-] tmpl-add-product-popup.php
[edit]
[-] listing-filter.php
[edit]
[-] downloadable.php
[edit]
[-] new-product.php
[edit]
[-] products-listing-row.php
[edit]