addNamespace("Ignify.eCommerce.Web.Store.MasterTemplates.Default.Modules");
Ignify.eCommerce.Web.Store.MasterTemplates.Default.Modules.CategoryProductList_Module_class = Class.create();
Object.extend(Ignify.eCommerce.Web.Store.MasterTemplates.Default.Modules.CategoryProductList_Module_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GenerateWarrantyDropDown: function(id, ParentPriceForWarranty, productid, ddlWarrantyClientID) {
		return this.invoke("GenerateWarrantyDropDown", {"id":id, "ParentPriceForWarranty":ParentPriceForWarranty, "productid":productid, "ddlWarrantyClientID":ddlWarrantyClientID}, this.GenerateWarrantyDropDown.getArguments().slice(4));
	},
	initialize: function() {
		this.url = '/ajaxpro/Ignify.eCommerce.Web.Store.MasterTemplates.Default.Modules.CategoryProductList_Module,Ignify.eCommerce.Web.Store.ashx';
	}
}));
Ignify.eCommerce.Web.Store.MasterTemplates.Default.Modules.CategoryProductList_Module = new Ignify.eCommerce.Web.Store.MasterTemplates.Default.Modules.CategoryProductList_Module_class();


