ssss
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
1 changed file
with
0 additions
and
17 deletions
| ... | @@ -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> | ... | ... |
-
Please register or sign in to post a comment