Notice: Trying to access array offset on value of type bool in

Проблема следующая:

Notice: Trying to access array offset on value of type bool in /public_html/catalog/model/extension/payment/sbercard.php on line 102

Notice: Trying to access array offset on value of type bool in /public_html/catalog/model/extension/payment/sbercard.php on line 109

Notice: Trying to access array offset on value of type bool in /public_html/catalog/model/extension/payment/sbercard.php on line 109

Notice: Trying to access array offset on value of type bool in /public_html/catalog/model/extension/payment/sbercard.php on line 109

Вот строки с 102 по 109:

            $out_summ = $order_info['total'];
        }

        foreach ($instros as $instro) {
            if ($instro == 'checkouthref' || $instro == 'href' || $instro == 'hrefprint' || $instro == 'orderid' || $instro == 'card4num' ||  $instro == 'itogo' ||  $instro == 'itogobez' ||  $instro == 'itogozakaz' || $instro == 'komis' || $instro == 'total-komis' || $instro == 'plus-komis' || $instro == 'totals' || $instro == 'nds' || $instro == 'bvnds' || isset($order_info[$instro]) || substr_count($instro, "ordercustom_") || substr_count($instro, "shippingAddresscustom_") || substr_count($instro, "paymentAddresscustom_") || substr_count($instro, "customercustom_") || substr_count($instro, "paymentsimple4_") || substr_count($instro, "shippingsimple4_") || substr_count($instro, "simple4_")){
                if ($instro == 'href'){
                    if (!$this->config->get('payment_sbercard_securelink')){
                        $instro_other = $order_info['store_url'] . 'index.php?route=extension/

Ответы (0 шт):