19966420 by Jeff Balicki

ssss

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 0a9f9695
...@@ -135,23 +135,6 @@ do_action( 'woocommerce_before_cart' ); ?> ...@@ -135,23 +135,6 @@ do_action( 'woocommerce_before_cart' ); ?>
135 135
136 <?php do_action( 'woocommerce_cart_contents' ); ?> 136 <?php do_action( 'woocommerce_cart_contents' ); ?>
137 137
138 <tr>
139 <td colspan="6" class="actions">
140
141 <?php if ( wc_coupons_enabled() ) { ?>
142 <div class="coupon">
143 <label for="coupon_code"><?php esc_html_e( 'Coupon:', 'woocommerce' ); ?></label> <input type="text" name="coupon_code" class="input-text form-control" id="coupon_code" value="" placeholder="<?php esc_attr_e( 'Coupon code', 'woocommerce' ); ?>" /> <button type="submit" class="btn btn-outline-primary" name="apply_coupon" value="<?php esc_attr_e( 'Apply SJHCG Staff Coupon Code', 'woocommerce' ); ?>"><?php esc_attr_e( 'Apply SJHCG Staff Coupon Code', 'woocommerce' ); ?></button>
144 <?php do_action( 'woocommerce_cart_coupon' ); ?>
145 </div>
146 <?php } ?>
147
148 <button type="submit" class="btn btn-outline-primary" name="update_cart" value="<?php esc_attr_e( 'Update cart', 'woocommerce' ); ?>"><?php esc_html_e( 'Update cart', 'woocommerce' ); ?></button>
149
150 <?php do_action( 'woocommerce_cart_actions' ); ?>
151
152 <?php wp_nonce_field( 'woocommerce-cart', 'woocommerce-cart-nonce' ); ?>
153 </td>
154 </tr>
155 138
156 <?php do_action( 'woocommerce_after_cart_contents' ); ?> 139 <?php do_action( 'woocommerce_after_cart_contents' ); ?>
157 </tbody> 140 </tbody>
......