ssss
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -249,7 +249,7 @@ add_action( 'woocommerce_after_checkout_billing_form', 'my_staff_checkout_field' | ... | @@ -249,7 +249,7 @@ add_action( 'woocommerce_after_checkout_billing_form', 'my_staff_checkout_field' |
| 249 | 249 | ||
| 250 | function my_staff_checkout_field( $checkout ) { | 250 | function my_staff_checkout_field( $checkout ) { |
| 251 | 251 | ||
| 252 | echo '<div id="my_custom_checkout_field"><h3>' . __('SJHCG Staff') . '</h3>'; | 252 | echo '<div id="my_custom_checkout_field"><h3>' . __('St. Joseph\'s Health Centre Guelph (SJHCG) Staff') . '</h3>'; |
| 253 | 253 | ||
| 254 | woocommerce_form_field( 'are_you_staff', array( | 254 | woocommerce_form_field( 'are_you_staff', array( |
| 255 | 'type' => 'select', | 255 | 'type' => 'select', | ... | ... |
-
Please register or sign in to post a comment