PATH:
home
/
shotlining
/
portal.shotlining.com
/
wp-content
/
plugins
/
woocommerce-bulk-order-form
/
templates
<?php if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly ?> <table class="wcbulkordertable wcbulkorderproducttbl" id="wcbulkorderproducttbl"> <thead> <tr> <td><?php echo esc_html( $product_label ); ?></td> <?php if ( $is_variation ) : ?> <td><?php echo esc_html( $variation_label ); ?></td> <?php endif;?> <td><?php echo esc_html( $quantity_label ); ?></td> <?php if ( $price ) : ?> <td><?php echo esc_html( $price_label ); ?></td> <?php endif;?> <?php do_action( 'wc_bof_template_content_headers', $engine->attr ); ?> </tr> </thead> <tbody class="list">
[-] form-header.php
[edit]
[-] form-content.php
[edit]
[+]
..
[-] table-header.php
[edit]
[-] table-footer.php
[edit]
[+]
add-to-cart
[-] form-footer.php
[edit]