How can I disable the house number notification in Shopify?

Shopify released an update asking customers to fill in the house number in the streetname field. As our shipper requires both datapoints (street and housenumber) seperately we have created two seperate fields.

How can I turn of this notification?

Hi,

Which theme you are working? and what you want from this field?

I want to disable the notification.

Hi @JeroenHes ,

as JoesIdeas noted you cannot change the check out process if you are not in the Shopify Plus program. If I recall it correctly also the Shopify terms of service forbids such adjustments.

But separating the number from the street name is a simple post processing step. Whatever your process looks like you should be able to somewhere integrate this step, it is a one-liner in python or javascript using regex.

Regards
Thomas

Hi there,

Check your checkout form options

You can change some of the fields on your checkout pages so that they are required, optional, or hidden.

  1. From your Shopify admin, go to Settings > Checkout.

  2. In the Form options section, make the appropriate changes.

  3. Click Save.

  4. Hope this will work !