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.MasterTemplates == "undefined") Ignify.eCommerce.Web.Store.MasterTemplates={};
if(typeof Ignify.eCommerce.Web.Store.MasterTemplates.Ignify == "undefined") Ignify.eCommerce.Web.Store.MasterTemplates.Ignify={};
if(typeof Ignify.eCommerce.Web.Store.MasterTemplates.Ignify.Modules == "undefined") Ignify.eCommerce.Web.Store.MasterTemplates.Ignify.Modules={};
if(typeof Ignify.eCommerce.Web.Store.MasterTemplates.Ignify.Modules.Search == "undefined") Ignify.eCommerce.Web.Store.MasterTemplates.Ignify.Modules.Search={};
if(typeof Ignify.eCommerce.Web.Store.MasterTemplates.Ignify.Modules.Search.ProductList_class == "undefined") Ignify.eCommerce.Web.Store.MasterTemplates.Ignify.Modules.Search.ProductList_class={};
Ignify.eCommerce.Web.Store.MasterTemplates.Ignify.Modules.Search.ProductList_class = function() {};
Object.extend(Ignify.eCommerce.Web.Store.MasterTemplates.Ignify.Modules.Search.ProductList_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	AddItemtoStockWatchList: function(skucode, Qty) {
		return this.invoke("AddItemtoStockWatchList", {"skucode":skucode, "Qty":Qty}, this.AddItemtoStockWatchList.getArguments().slice(2));
	},
	IsUserSession: function() {
		return this.invoke("IsUserSession", {}, this.IsUserSession.getArguments().slice(0));
	},
	url: '/Store/ajaxpro/Ignify.eCommerce.Web.Store.MasterTemplates.Ignify.Modules.Search.ProductList,Ignify.eCommerce.Web.Store.ashx'
}));
Ignify.eCommerce.Web.Store.MasterTemplates.Ignify.Modules.Search.ProductList = new Ignify.eCommerce.Web.Store.MasterTemplates.Ignify.Modules.Search.ProductList_class();


