Попробуйте поменять в /classes/Adress.php
Цитата:
protected $fieldsRequired = array('id_country', 'alias', 'lastname', 'firstname', 'address1', 'phone_mobile',);
на:
Цитата:
protected $fieldsRequired = array('id_country', 'alias', 'lastname', 'firstname', 'address1', 'postcode', 'phone_mobile',);
В authentication.tpl добавить:
Цитата:
<p class="required">
<label for="postcode">{l s='Postal code / Zip code'}</label>
<input type="text" class="text" name="postcode" id="postcode" value="{if isset($smarty.post.postcode)}{$smarty.post.postcode|escape:'htmlall,UTF-8'|stripslashes}{/if}" />
<sup>*</sup>
И еще тут почитайте:
http://www.prestadev.ru/forum/tema-295.html