[-] FO : First part of fix #PSCFV-8636, cart rule on specifice carrier / all carriers

This commit is contained in:
gRoussac
2013-04-15 18:30:41 +02:00
parent 5989481859
commit eca4a87082
3 changed files with 17 additions and 7 deletions
+1 -1
View File
@@ -347,7 +347,7 @@ class OrderControllerCore extends ParentOrderController
$this->context->smarty->assign(
array(
'free_shipping' => false, // Deprecated since a cart rule can be applied the specific carriers only
// 'free_shipping' => false, // Deprecated since a cart rule can be applied the specific carriers only
'is_guest' => (isset($this->context->customer->is_guest) ? $this->context->customer->is_guest : 0)
));
}