diff --git a/controllers/front/OrderOpcController.php b/controllers/front/OrderOpcController.php index 0dfb052ad..130f531bd 100644 --- a/controllers/front/OrderOpcController.php +++ b/controllers/front/OrderOpcController.php @@ -494,7 +494,7 @@ class OrderOpcControllerCore extends ParentOrderController } $carriers = $this->context->cart->simulateCarriersOutput(); - $delivery_option = $this->context->cart->getDeliveryOption(null, true, false); + $delivery_option = $this->context->cart->getDeliveryOption(null, false, false); $wrapping_fees = (float)(Configuration::get('PS_GIFT_WRAPPING_PRICE')); $wrapping_fees_tax = new Tax((int)(Configuration::get('PS_GIFT_WRAPPING_TAX'))); $wrapping_fees_tax_inc = $wrapping_fees * (1 + (((float)($wrapping_fees_tax->rate) / 100))); diff --git a/themes/default/order-carrier.tpl b/themes/default/order-carrier.tpl index 62adb14ad..6ad17c751 100644 --- a/themes/default/order-carrier.tpl +++ b/themes/default/order-carrier.tpl @@ -71,21 +71,25 @@ {/if} {if !$opc} -{capture name=path}{l s='Shipping'}{/capture} -{include file="$tpl_dir./breadcrumb.tpl"} + {capture name=path}{l s='Shipping'}{/capture} + {include file="$tpl_dir./breadcrumb.tpl"} {/if} -{if !$opc}