
In New Zealand, Zip Codes consist of 4 digits, not 5.
Workaround: disable the Zip Code validation,
i.e. validate_zip_code() in lib/pgmarket.inc.php

In shopping/templates/purchase_confirmation.ihtml the date() call
is not dependent on the shop administrator's preferred language;
maybe it should be chosen in application-??.inc.php.

If you use "strange" characters for category names, the layersmenu does not work
and JavaScript errors occur, as the JavaScript functions generated "on the fly"
assume "strange" names.
Either do not use "strange" characters, or extend the function
string_cleanup_js() in lib/stdlib.inc.php
(and send me the lines added by you, thanks :)

