Версия ocStore 2.1.0.2.1
Что-бы убрать проверку поля, например «Фамилия», при создании заказа в админке, нужно удалить:
if ((utf8_strlen(trim($this->request->post['lastname'])) < 1) || (utf8_strlen(trim($this->request->post['lastname'])) > 32)) {
$json['error']['lastname'] = $this->language->get('error_lastname');
}
В файлах:
catalog\controller\api\customer.php catalog\controller\api\payment.php catalog\controller\api\shipping.php
Звездочки удаляются, как обычно. В файле \admin\view\template\sale\order_form.tpl, строку <div class="form-group required"> у нужного поля, меняем на <div class="form-group">