PATH:
home
/
letacommog
/
rdvenunclick.fr1
/
wp-content
/
plugins
/
dokan-lite
/
templates
/
orders
<?php if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly ?> <tr class="fee <?php if ( ! empty( $class ) ) echo esc_attr( $class ); ?>" data-order_item_id="<?php echo esc_attr( $item_id ); ?>"> <td class="check-column"><input type="checkbox" /></td> <td class="thumb"></td> <td class="name"> <input type="text" placeholder="<?php esc_attr_e( 'Fee Name', 'dokan-lite' ); ?>" name="order_item_name[<?php echo esc_attr( absint( $item_id ) ); ?>]" value="<?php if ( isset( $item['name'] ) ) echo esc_attr( $item['name'] ); ?>" /> <input type="hidden" class="order_item_id" name="order_item_id[]" value="<?php echo esc_attr( $item_id ); ?>" /> </td> <td class="quantity" width="1%">1</td> <td class="line_cost" width="1%"> <label><?php esc_html_e( 'Total', 'dokan-lite' ); ?>: <input type="text" name="line_total[<?php echo esc_attr( absint( $item_id ) ); ?>]" placeholder="0.00" value="<?php if ( isset( $item['line_total'] ) ) echo esc_attr( $item['line_total'] ); ?>" class="line_total" /></label> </td> <?php if ( get_option( 'woocommerce_calc_taxes' ) == 'yes' ) : ?> <td class="line_tax" width="1%"> <input type="text" name="line_tax[<?php echo esc_attr( absint( $item_id ) ); ?>]" placeholder="0.00" value="<?php if ( isset( $item['line_tax'] ) ) echo esc_attr( $item['line_tax'] ); ?>" class="line_tax" /> </td> <?php endif; ?> </tr>
[+]
..
[-] order-item-html.php
[edit]
[-] order-fee-html.php
[edit]
[-] order-download-permission-html.php
[edit]
[-] orders.php
[edit]
[-] listing.php
[edit]
[-] date-export.php
[edit]
[-] order-tax-html.php
[edit]
[-] orders-status-filter.php
[edit]
[-] details.php
[edit]
[-] downloadable.php
[edit]