2 раза в фале встречается. В обоих заменить на 0?
..........................................................................................
// New Guest customer
$customer->is_guest = (Tools::isSubmit('is_new_customer') ? !Tools::getValue('is_new_customer', 1) : 0);
$customer->active = 1;
....................................................................................
if (!count($this->errors)) {
$customer->active = 1;
// New Guest customer
.......................................................................................
Сообщение отредактировал OXOTHUK (27-03-2018 17:56)