Здравствуйте! Вылезли такие ошибки:
2020-01-06 19:13:46 - PHP Notice: Undefined index: in /var/www/data/www/catalog/controller/feed/yandex_yml.php on line 345
2020-01-06 19:13:46 - PHP Notice: Undefined index: order-before in /var/www/data/www/catalog/controller/feed/yandex_yml.php on line 1241
345:
elseif ($product[$this->config->get($this->CONFIG_PREFIX.'barcode_field')]) {
$delivery_cost = $product[$this->config->get($this->CONFIG_PREFIX.'barcode_field')];
}
1241:
$retval = '<delivery-options><option cost="'.$delivery_option['cost'].'" days="'.$delivery_option['days'].'" order-before="'.$delivery_option['order-before'].'"'
.(isset($delivery_option['before']) ? ' order-before="'.$delivery_option['before'].'"' : '').' /></delivery-options>' . $this->eol;
Весь файл целиком:
https://pastebin.com/geuHK8c5
Как исправить?