Display but do not require Street Address 2 for Vietnam.
This commit is contained in:
parent
fe1c83de1e
commit
8d840c4ea0
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: tweak
|
||||
|
||||
For Vietnam, the second street address line should be displayed but not required.
|
|
@ -1498,7 +1498,7 @@ class WC_Countries {
|
|||
),
|
||||
'address_2' => array(
|
||||
'required' => false,
|
||||
'hidden' => true,
|
||||
'hidden' => false,
|
||||
),
|
||||
),
|
||||
'WS' => array(
|
||||
|
|
Loading…
Reference in New Issue