if(typeof Ignify == "undefined") Ignify={};
if(typeof Ignify.eCommerce == "undefined") Ignify.eCommerce={};
if(typeof Ignify.eCommerce.Web == "undefined") Ignify.eCommerce.Web={};
if(typeof Ignify.eCommerce.Web.Store == "undefined") Ignify.eCommerce.Web.Store={};
if(typeof Ignify.eCommerce.Web.Store.AddToCart_class == "undefined") Ignify.eCommerce.Web.Store.AddToCart_class={};
Ignify.eCommerce.Web.Store.AddToCart_class = function() {};
Object.extend(Ignify.eCommerce.Web.Store.AddToCart_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	AddSkuToCart: function(SkuID, strAccessoriesList, Qty, ConfigDetails, ConfigPrice, shipmentFreq, txtShipmentQty, rentalFreq, LastCategory, PrescriptionRequired) {
		return this.invoke("AddSkuToCart", {"SkuID":SkuID, "strAccessoriesList":strAccessoriesList, "Qty":Qty, "ConfigDetails":ConfigDetails, "ConfigPrice":ConfigPrice, "shipmentFreq":shipmentFreq, "txtShipmentQty":txtShipmentQty, "rentalFreq":rentalFreq, "LastCategory":LastCategory, "PrescriptionRequired":PrescriptionRequired}, this.AddSkuToCart.getArguments().slice(10));
	},
	AddDataToSession: function(configDetails, configPrice) {
		return this.invoke("AddDataToSession", {"configDetails":configDetails, "configPrice":configPrice}, this.AddDataToSession.getArguments().slice(2));
	},
	url: '/ajaxpro/Ignify.eCommerce.Web.Store.AddToCart,Ignify.eCommerce.Web.Store.ashx'
}));
Ignify.eCommerce.Web.Store.AddToCart = new Ignify.eCommerce.Web.Store.AddToCart_class();


