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.CommonObjects == "undefined") Ignify.eCommerce.Web.Store.CommonObjects={};
if(typeof Ignify.eCommerce.Web.Store.CommonObjects.ClientCart_class == "undefined") Ignify.eCommerce.Web.Store.CommonObjects.ClientCart_class={};
Ignify.eCommerce.Web.Store.CommonObjects.ClientCart_class = function() {};
Object.extend(Ignify.eCommerce.Web.Store.CommonObjects.ClientCart_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetCartItems: function() {
		return this.invoke("GetCartItems", {}, this.GetCartItems.getArguments().slice(0));
	},
	url: '/ajaxpro/Ignify.eCommerce.Web.Store.CommonObjects.ClientCart,Ignify.eCommerce.Web.Store.ashx'
}));
Ignify.eCommerce.Web.Store.CommonObjects.ClientCart = new Ignify.eCommerce.Web.Store.CommonObjects.ClientCart_class();


