_shippingDhl; $dhlProducts = $carrierModel->getDhlProducts($this->_contentType); $options = []; foreach ($dhlProducts as $code => $title) { $options[] = ['value' => $code, 'label' => $title]; } if ($this->_noneMethod) { array_unshift($options, ['value' => '', 'label' => __('None')]); } return $options; } }