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.SharedModules == "undefined") Ignify.eCommerce.Web.Store.MasterTemplates.Ignify.Modules.SharedModules={};
if(typeof Ignify.eCommerce.Web.Store.MasterTemplates.Ignify.Modules.SharedModules.PurchaseModule_class == "undefined") Ignify.eCommerce.Web.Store.MasterTemplates.Ignify.Modules.SharedModules.PurchaseModule_class={};
Ignify.eCommerce.Web.Store.MasterTemplates.Ignify.Modules.SharedModules.PurchaseModule_class = function() {};
Object.extend(Ignify.eCommerce.Web.Store.MasterTemplates.Ignify.Modules.SharedModules.PurchaseModule_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	UpdatePrice: function(productId, variationId, currencyCode, accessories, DropDownid, strOptionFields) {
		return this.invoke("UpdatePrice", {"productId":productId, "variationId":variationId, "currencyCode":currencyCode, "accessories":accessories, "DropDownid":DropDownid, "strOptionFields":strOptionFields}, this.UpdatePrice.getArguments().slice(6));
	},
	AJAXAddtoWishList: function(skucode) {
		return this.invoke("AJAXAddtoWishList", {"skucode":skucode}, this.AJAXAddtoWishList.getArguments().slice(1));
	},
	AddItemtoStockWatchList: function(skucode, Qty) {
		return this.invoke("AddItemtoStockWatchList", {"skucode":skucode, "Qty":Qty}, this.AddItemtoStockWatchList.getArguments().slice(2));
	},
	AJAXAddToCart: function(ItemID, strAccessoriesList, Qty) {
		return this.invoke("AJAXAddToCart", {"ItemID":ItemID, "strAccessoriesList":strAccessoriesList, "Qty":Qty}, this.AJAXAddToCart.getArguments().slice(3));
	},
	url: '/Store/ajaxpro/Ignify.eCommerce.Web.Store.MasterTemplates.Ignify.Modules.SharedModules.PurchaseModule,Ignify.eCommerce.Web.Store.ashx'
}));
Ignify.eCommerce.Web.Store.MasterTemplates.Ignify.Modules.SharedModules.PurchaseModule = new Ignify.eCommerce.Web.Store.MasterTemplates.Ignify.Modules.SharedModules.PurchaseModule_class();


