• Resolved codythub

    (@codythub)


    Hi woocommerce,

    I was recently working on shipping methods in woocommerce that allows customers to pay for a specific shipping fee based on their location. But, during checkout when the country is selected, post/zip code field disappears. Went ahead to choose a different country and the post/zip code field appears.

    please, I’ll like to display zip code options during checkout, how do I get this done?
    I’m so confused.
    Thank you.

Viewing 4 replies - 16 through 19 (of 19 total)
  • Stef… Lol

    Customization??!
    The woocommerce team forget the MZ (Mozambique) country in class-wc-countries.php

    
    					'MZ' => array(
    						'postcode' => array(
    							'required' => false,
    							'hidden'   => true,
    						),
    						'state'    => array(
    							'label' => __( 'Province', 'woocommerce' ),
    						),
    					),
    

    Something like this.

    Stef

    (@serafinnyc)

    Add it to git. I know we had that problem with Ireland too. Then things changed.

    If it’s not avail now it’s declared custom.

    • This reply was modified 5 years, 6 months ago by Stef.
    • This reply was modified 5 years, 6 months ago by Stef.

    Thank You

    already added!

    Stef

    (@serafinnyc)

    Great. Have a nice weekend.

Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘Post/zip code doesn’t show during checkout when i select my country’ is closed to new replies.