示例#1
0
 protected void editor_EditingComplete(object sender, MerchantTribe.Commerce.Content.BVModuleEventArgs e)
 {
     if ((e.Info.ToUpper() == "CANCELED"))
     {
         if ((Request.QueryString["doc"] == "1"))
         {
             MTApp.OrderServices.ShippingMethods.Delete(m.Bvin);
         }
     }
     else
     {
         if (e.Info != string.Empty)
         {
             m.Name = e.Info;
             MTApp.OrderServices.ShippingMethods.Update(m);
         }
     }
     Response.Redirect("Shipping.aspx");
 }
 protected void editor_EditingComplete(object sender, MerchantTribe.Commerce.Content.BVModuleEventArgs e)
 {
     Response.Redirect("Payment_Edit.aspx?id=" + this.MethodIdField.Value);
 }
 protected void editor_EditingComplete(object sender, MerchantTribe.Commerce.Content.BVModuleEventArgs e)
 {
     Response.Redirect("Payment.aspx");
 }
 protected void editor_EditingComplete(object sender, MerchantTribe.Commerce.Content.BVModuleEventArgs e)
 {
     Response.Redirect("Columns_Edit.aspx?id=" + b.ColumnId);
 }