addNamespace("Ignify.eCommerce.Web.Store.MasterTemplates.Ignify.Modules");
Ignify.eCommerce.Web.Store.MasterTemplates.Ignify.Modules.ProductListingInGrid_Module_class = Class.create();
Object.extend(Ignify.eCommerce.Web.Store.MasterTemplates.Ignify.Modules.ProductListingInGrid_Module_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	AddAlltoCart: function(purchaseString, sBaseURL, isUserLoggedIn) {
		return this.invoke("AddAlltoCart", {"purchaseString":purchaseString, "sBaseURL":sBaseURL, "isUserLoggedIn":isUserLoggedIn}, this.AddAlltoCart.getArguments().slice(3));
	},
	AJAXAddtoWishList: function(skucode) {
		return this.invoke("AJAXAddtoWishList", {"skucode":skucode}, this.AJAXAddtoWishList.getArguments().slice(1));
	},
	initialize: function() {
		this.url = '/store/ajaxpro/Ignify.eCommerce.Web.Store.MasterTemplates.Ignify.Modules.ProductListingInGrid_Module,Ignify.eCommerce.Web.Store.ashx';
	}
}));
Ignify.eCommerce.Web.Store.MasterTemplates.Ignify.Modules.ProductListingInGrid_Module = new Ignify.eCommerce.Web.Store.MasterTemplates.Ignify.Modules.ProductListingInGrid_Module_class();

