Posts by user137215 • 1 point
1 post
-
0
votes2
answers724
viewsA: Position the zip code field at the Woocommerce checkout
Your function is wrong, the correct is: add_filter( 'woocommerce_checkout_fields', 'woocommerce_checkout_fields_order' ); function woocommerce_checkout_fields_order( $fields ) {…