Beispiel #1
0
 /**
  *
  */
 public static function emptyCart()
 {
     /** For Clear Cart */
     Cart::destroy_cart();
 }