changed path from dirname(__FILE__) to PS_ROOT_DIR
This commit is contained in:
@@ -314,7 +314,7 @@ class OrderControllerCore extends ParentOrderController
|
||||
$this->_assignCarrier();
|
||||
$this->step = 2;
|
||||
$this->displayContent();
|
||||
include(dirname(__FILE__).'/../footer.php');
|
||||
include(_PS_ROOT_DIR_.'/footer.php');
|
||||
exit;
|
||||
}
|
||||
$orderTotal = $this->context->cart->getOrderTotal();
|
||||
|
||||
Reference in New Issue
Block a user