less than a minute read • Updated 2 hours ago
Set required fields on your checkout
How to require or make optional standard checkout fields.
Foxy lets you mark standard checkout fields, like phone number, as required directly from your store’s configuration, without editing the checkout template.
Steps
Notes
This setting applies store-wide to standard checkout fields. It doesn’t support conditional requirements, such as only requiring a phone number when the cart contains shippable items — that needs custom JavaScript instead.
Custom fields you add yourself aren’t covered by this setting. They’re made required using the
data-fc-requiredattribute on the field itself.