Change ZIP-code in registration

Hi, For the Dutch market I need to change the ZIP-code from 5 to 6 characters. I checked this page: http://en.wiki.shopware.de/Adjusting-th … _1315.html However in my Shopware installation (Shopware 4.2.1) there is no maxlength=“5” in the code in the file frontend/register/billing_fieldset.tpl. Even when I add maxlength=“6” I get an error. I still only can use 5 characters. Is there some other validation? How can I get this right in Registration? By the way, in “Account” a customer can change the ZIP-code without problems. Strange? Thanks for your help. Jason

Hi Jason, of course - You can change these „max length“. With Shopware 4.3.0 there is no limitation by 5. In Shopware 4.3 we changed a lot of these fields. So you don’t have to do a template modification Sebastian

[quote=„Sebastian Klöpper“]Hi Jason, of course - You can change these „max length“. With Shopware 4.3.0 there is no limitation by 5. In Shopware 4.3 we changed a lot of these fields. So you don’t have to do a template modification Sebastian[/quote] So you mean I need to upgrade and then Dutch ZIP-format isn’t a problem anymore? Not sure how big the impact of an upgrade will be… Isn’t there another way to solve this? Jason

Hi, sorry - The limitation for the ZIP-Code was removed in 4.2.0 So you should be able to use longer zip codes for the registration. There is no special validation What happend when you use our public demo? http://nl.shopwaredemo.de/

1 „Gefällt mir“

[quote=„Sebastian Klöpper“]Hi, sorry - The limitation for the ZIP-Code was removed in 4.2.0 So you should be able to use longer zip codes for the registration. There is no special validation What happend when you use our public demo? http://nl.shopwaredemo.de/[/quote] Hmmm, that’s strange. No errors there. Also a local demo with 4.2.3 has no errors entering the ZIP-code. I will look into the differences first… Thanks!