32d98a8b by Jeff Balicki

sss

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent b081e7be
......@@ -291,7 +291,12 @@ function my_staff_checkout_field( $checkout ) {
)
), $checkout->get_value( 'is_your_registration' ));
echo '<tr class="coupon-form"><td colspan="2">';
wc_get_template(
'checkout/form-coupon.php',
);
echo '</td></tr>';
echo "</div></div><script>
......@@ -380,7 +385,7 @@ function display_custom_meta_data_in_backend_orders( $order ){
/*
* Hooking "Coupon form" after order total in checkout page with custom function
*/
add_action( 'woocommerce_review_order_after_order_total', 'woocommerce_checkout_coupon_form_custom' );
//add_action( 'woocommerce_review_order_after_order_total', 'woocommerce_checkout_coupon_form_custom' );
/*
* Rendering html for "Coupon form" with custom function
......
......@@ -36,7 +36,7 @@ if ( ! wc_coupons_enabled() ) { // @codingStandardsIgnoreLine.
?>
<div id="coupon-form" class="checkout_coupon" method="post" style="display:none;">
<p><strong><?php esc_html_e( 'If you have a SJHCG staff coupon code, please apply it below.', 'woocommerce' ); ?></strong></p>
<p><?php esc_html_e( 'If you have a SJHCG staff coupon code, please apply it below.', 'woocommerce' ); ?></p>
<p class="form-row form-row-first">
<input type="text" name="coupon_code" class="input-text" placeholder="<?php esc_attr_e( 'SJHCG staff coupon code', 'woocommerce' ); ?>" id="checkout_coupon_code" value="" />
......