add_filter( 'woocommerce_checkout_fields', 'customize_checkout_fields' ); function customize_checkout_fields( $fields ) { if( isset($fields['billing']['billing_country']) ) { $fields['billing']['billing_country']['class'][] = 'hidden'; $fields['billing']['billing_country']['required'] = false; } if( isset($fields['billing']['billing_city']) ) { $fields['billing']['billing_city']['class'][] = 'hidden'; $fields['billing']['billing_city']['required'] = false; } if( isset($fields['billing']['billing_phone']) ) { $fields['billing']['billing_phone']['required'] = true; } return $fields; } add_action( 'wp_head', 'hide_checkout_fields_css' ); function hide_checkout_fields_css() { echo ''; } Cart - Lite Mobile
Skip to content Skip to footer

Cart

1Shopping Cart
2Payment & Delivery Options
3Order Received
Product Price Quantity Subtotal Remove
iPad Air 5 iPad Air 5 655.00$
655.00$ ×

Cart totals

Subtotal 655.00$
Shipment

Shipping options will be updated during checkout.

Total 685.00$