if(typeof AIKON == "undefined") AIKON={};
if(typeof AIKON.CommerceLive == "undefined") AIKON.CommerceLive={};
if(typeof AIKON.CommerceLive.WebService == "undefined") AIKON.CommerceLive.WebService={};
AIKON.CommerceLive.WebService.ShoppingCart_class = function() {};
Object.extend(AIKON.CommerceLive.WebService.ShoppingCart_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	Add: function(LeadID, ProductID, RasterValueID, Quantity) {
		return this.invoke("Add", {"LeadID":LeadID, "ProductID":ProductID, "RasterValueID":RasterValueID, "Quantity":Quantity}, this.Add.getArguments().slice(4));
	},
	AddWithAddress: function(LeadID, ProductID, AddressID, Quantity) {
		return this.invoke("AddWithAddress", {"LeadID":LeadID, "ProductID":ProductID, "AddressID":AddressID, "Quantity":Quantity}, this.AddWithAddress.getArguments().slice(4));
	},
	url: '/ajaxpro/AIKON.CommerceLive.WebService.ShoppingCart,AIKON.CommerceLive.ashx'
}));
AIKON.CommerceLive.WebService.ShoppingCart = new AIKON.CommerceLive.WebService.ShoppingCart_class();


