Problem with state field
-
Hello
I am using the plugin.
I define two field
billing section
Label: Estado / Provincia
Meta nema: _billing_state
ccs class: form-row-wide address-field thwcfd-field-wrapper thwcfd-field-stateshipping section
Label: Provincia
Meta nema: _shipping_state
ccs class: form-row-wide address-field thwcfd-field-wrapper thwcfd-field-stateIn checkout when I call
$shipping_state = WC()->customer->get_shipping_state();
$shipping_state = WC()->customer->get_billing_state();The system is send me back the _billing_state value
I wonder if this behavior has something to do with the plugin
Thanks
The page I need help with: [log in to see the link]
- The topic ‘Problem with state field’ is closed to new replies.