PATH:
home
/
shotlining
/
portal.shotlining.com
/
wp-content
/
plugins
/
woocommerce-bulk-order-form
/
templates
<?php if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly ?> <form id="wcbulkorderform_<?php echo esc_attr( $formid ); ?>" data-formid="<?php echo esc_attr( $formid ); ?>" class="wcbulkorderform <?php echo esc_attr( $template ); ?>" method="post" action="" role="search"> <div class="backEndResponse" > <?php if ( function_exists('wc_print_notices') ) wc_print_notices(); ?> </div>
[-] form-header.php
[edit]
[-] form-content.php
[edit]
[+]
..
[-] table-header.php
[edit]
[-] table-footer.php
[edit]
[+]
add-to-cart
[-] form-footer.php
[edit]