Добрый вечер всем.
Переименовал название досивки после чего полетели ошибки:
Warning: A non-numeric value encountered in /httpdocs/catalog/model/extension/shipping/item.php on line 32Warning: A non-numeric value encountered in /httpdocs/catalog/model/extension/shipping/item.php on line 34
Помогите пожалуйси,визуально сравниваю ошипотому чток нет ни каких.куда копать ума не приложу.
$quote_data['item'] = array(
'code' => 'item.item',
'title' => $this->language->get('text_description'),
32 строка 'cost' => $this->config->get('item_cost') * $items,
'tax_class_id' => $this->config->get('item_tax_class_id'),
34строка- 'text' => $this->currency->format($this->tax->calculate($this->config->get('item_cost') * $items, $this->config->get('item_tax_class_id'), $this->config->get('config_tax')), $this->session->data['currency'])
);