// Retro-compatibility fix of front controllers
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13847 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -92,6 +92,8 @@ class OrderControllerCore extends ParentOrderController
|
||||
{
|
||||
global $isVirtualCart;
|
||||
|
||||
parent::initContent();
|
||||
|
||||
if (Tools::isSubmit('ajax') && Tools::getValue('method') == 'updateExtraCarrier')
|
||||
{
|
||||
// Change virtualy the currents delivery options
|
||||
@@ -186,7 +188,6 @@ class OrderControllerCore extends ParentOrderController
|
||||
'currencyFormat' => $this->context->currency->format,
|
||||
'currencyBlank' => $this->context->currency->blank,
|
||||
));
|
||||
parent::initContent();
|
||||
}
|
||||
|
||||
protected function processAddressFormat()
|
||||
|
||||
Reference in New Issue
Block a user