[-] FO : Check for cart rules before diplaying shopping cart in OPC

This commit is contained in:
gRoussac
2013-03-13 18:42:40 +01:00
parent 930e10f87c
commit be6ad7855a
5 changed files with 24 additions and 13 deletions
+1 -1
View File
@@ -1195,7 +1195,7 @@ class CarrierCore extends ObjectModel
$carrier_list = $available_carrier_list;
if (isset($warehouse_carrier_list))
$carrier_list = array_intersect($carrier_list, $warehouse_carrier_list);
$carrier_list = array_intersect($carrier_list, $warehouse_carrier_list);
if ($product->width > 0 || $product->height > 0 || $product->depth > 0 || $product->weight > 0)
{