Back to Easy Shop Support

jd12404
jd12404

Hello,

wonderful plug-in. but I'm not able to go through with an order. There's an issue with the Swiss zip codes. Works fine with the US.

in console log:

shipping_address.zip | errorPlacement | cart.js

jd12404
jd12404

Okay... I found the issue.

I changed this file: cartContainer/billing_adress.htm line 52:

        <input type="text" class="form-control" name="billing_address[zip]" value="{{ user.billing_address.zip ?: cart.billing_address.zip }}" minlength="4" maxlength="12">

minlength to 4

1-2 of 2