[*] BO: Add free shipping to BackOffice Order

This commit is contained in:
rGaillard
2012-05-21 17:11:00 +00:00
parent 05d37b2c87
commit 5aeb25b804
3 changed files with 72 additions and 5 deletions
+2
View File
@@ -91,6 +91,8 @@ abstract class PaymentModuleCore extends Module
if (!$shop)
$shop = Context::getContext()->shop;
if (!$this->active)
die(Tools::displayError());
// Does order already exists ?
if (Validate::isLoadedObject($cart) && $cart->OrderExists() == false)
{