• I think I’ve found an issue within the checkout, specifically the State/County field.

    When you return a print_r of $field within the $checkout->checkout_fields[‘billing’] foreach – the type of County/State is ‘state’ – this seems to make it display none?.. Shouldn’t the type be text?…

    https://wordpress.org/plugins/woocommerce/

Viewing 1 replies (of 1 total)
  • Nope. WooCommerce uses the Chosen input plugin that makes choosing from a select box more user-friendly.

    This will dispay:none the <select> input, but also adds a control that the user will interact with. When they choose a state or country in the Chosen container, the <select> is updated with their choice.

    Here’s how it looks in code: http://cl.ly/image/2V2F3c0G2r3T

    Hope that helps, and what you were asking 😀

Viewing 1 replies (of 1 total)

The topic ‘Billing Checkout Fields’ is closed to new replies.