addNamespace("Ignify.eCommerce.Web.Store.MasterTemplates.Ignify.Theme.Product");
Ignify.eCommerce.Web.Store.MasterTemplates.Ignify.Theme.Product.GiftCertificateDetailsTemplate_class = Class.create();
Object.extend(Ignify.eCommerce.Web.Store.MasterTemplates.Ignify.Theme.Product.GiftCertificateDetailsTemplate_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	AJAXAddToCart: function(strRecipientData) {
		return this.invoke("AJAXAddToCart", {"strRecipientData":strRecipientData}, this.AJAXAddToCart.getArguments().slice(1));
	},
	initialize: function() {
		this.url = '/ajaxpro/Ignify.eCommerce.Web.Store.MasterTemplates.Ignify.Theme.Product.GiftCertificateDetailsTemplate,Ignify.eCommerce.Web.Store.ashx';
	}
}));
Ignify.eCommerce.Web.Store.MasterTemplates.Ignify.Theme.Product.GiftCertificateDetailsTemplate = new Ignify.eCommerce.Web.Store.MasterTemplates.Ignify.Theme.Product.GiftCertificateDetailsTemplate_class();


