mirror of
https://github.com/retailcrm/opencart-module.git
synced 2025-04-03 21:33:38 +03:00
commit
072b3a95b0
1 changed files with 1 additions and 1 deletions
|
@ -209,7 +209,7 @@ class Order {
|
|||
$shipping = explode('.', $data['shipping_code']);
|
||||
$shippingModule = $shipping[0];
|
||||
|
||||
if (isset($this->ocDelivery[$shippingModule][$data['shipping_code']]['title'])) {
|
||||
if (isset($this->oc_delivery[$shippingModule][$data['shipping_code']]['title'])) {
|
||||
$data['shipping_method'] = $this->oc_delivery[$shippingModule][$data['shipping_code']]['title'];
|
||||
} else {
|
||||
$data['shipping_method'] = $this->oc_delivery[$shippingModule]['title'];
|
||||
|
|
Loading…
Add table
Reference in a new issue