diff --git a/classes/Cart.php b/classes/Cart.php index b71237cfe..964b83e26 100644 --- a/classes/Cart.php +++ b/classes/Cart.php @@ -1261,7 +1261,7 @@ class CartCore extends ObjectModel return true; } - public static function getTotalCart($id_cart, $use_tax_display = false, $type = CART::BOTH) + public static function getTotalCart($id_cart, $use_tax_display = false, $type = Cart::BOTH) { $cart = new Cart($id_cart); if (!Validate::isLoadedObject($cart))