addNamespace("Ignify.eCommerce.Web.Store.MasterTemplates.Ignify.Modules.SharedModules");
Ignify.eCommerce.Web.Store.MasterTemplates.Ignify.Modules.SharedModules.FloatingCart_class = Class.create();
Object.extend(Ignify.eCommerce.Web.Store.MasterTemplates.Ignify.Modules.SharedModules.FloatingCart_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SetPanelHeight: function(PanelHeight) {
		return this.invoke("SetPanelHeight", {"PanelHeight":PanelHeight}, this.SetPanelHeight.getArguments().slice(1));
	},
	GetCartItems: function() {
		return this.invoke("GetCartItems", {}, this.GetCartItems.getArguments().slice(0));
	},
	RemoveCartItem: function(ProductCode) {
		return this.invoke("RemoveCartItem", {"ProductCode":ProductCode}, this.RemoveCartItem.getArguments().slice(1));
	},
	GetFormatCurrency: function(Amount) {
		return this.invoke("GetFormatCurrency", {"Amount":Amount}, this.GetFormatCurrency.getArguments().slice(1));
	},
	PayPalPreAuthorize: function(URLReffer, DomainName) {
		return this.invoke("PayPalPreAuthorize", {"URLReffer":URLReffer, "DomainName":DomainName}, this.PayPalPreAuthorize.getArguments().slice(2));
	},
	RemoveAllCartItems: function() {
		return this.invoke("RemoveAllCartItems", {}, this.RemoveAllCartItems.getArguments().slice(0));
	},
	GetControlVisibility: function(strURL) {
		return this.invoke("GetControlVisibility", {"strURL":strURL}, this.GetControlVisibility.getArguments().slice(1));
	},
	initialize: function() {
		this.url = '/ajaxpro/Ignify.eCommerce.Web.Store.MasterTemplates.Ignify.Modules.SharedModules.FloatingCart,Ignify.eCommerce.Web.Store.ashx';
	}
}));
Ignify.eCommerce.Web.Store.MasterTemplates.Ignify.Modules.SharedModules.FloatingCart = new Ignify.eCommerce.Web.Store.MasterTemplates.Ignify.Modules.SharedModules.FloatingCart_class();


