Make Zip Code/Postal Code Mandatory for Portuguese Orders

Hello,

Sometimes our customers don’t see / forget filling in the zip code field on checkout form. And since this field is not mandatory, we are having issues with our delivery partner regarding incomplete orders.

It makes no sense for the PORTUGUESE market an address without the zip code. In other markets (example Spain) this does not happen since the field is mandatory.

Please fix this or advise on a solution.

Using “company” field is not an option, neither plus plan or paid apps.

Regards,

Tiago

@goalmarketing
Hi, I hope all is working good.
check out this type of solution .


It means make your input field Required .
i hope it will help you to make out the mandatory to fill out the zipcode.

@Zworthkey

Thank you for the feedback.

You mean to change checkout.liquid, right? From my understanding this is only accessible to stores on Shopify Plus (docs)

Is there any other option?

Thanks,

Tiago

1 Like

No, In Shopify Also you can modify it.
According to your requirement.

1 Like

@Zworthkey

Thank you again for your reply.

But then, where do I modify/alter this code? I can’t find any file on the template for the checkout part.

I’m also a developer, but not familiar with shopify structure.

Thanks,

Tiago

search
checkout.liquid

Not possible with our account, there is no checkout.liquid or option to create it.

As mentioned before this is a feature for Shopify Plus only, according to their docs: https://shopify.dev/themes/architecture/layouts/checkout-liquid

Even so, thanks for the solution.