Я пытался изменить следующую строку в /public_html/catalog/controller/checkout/shipping_address.php
Код: Выделить всё
if ($country_info && $country_info['postcode_required'] && (oc_strlen($this->request->post['postcode']) < 4 || oc_strlen($this->request->post['postcode']) > 10)) {
$json['error']['postcode'] = $this->language->get('error_postcode');
}
Код: Выделить всё
{{ entry_postcode }}
Подробнее здесь: https://stackoverflow.com/questions/786 ... s-postcode