namespace CustomModules.CustomModules.EcomExtension
{ [Subscribe(Dynamicweb.Notifications.eCommerce.Order.Steps.Completed)] public class EcomConfirmationMailExtender: NotificationSubscriber { public override void OnNotify(string notification, Dynamicweb.Extensibility.NotificationArgs args) { Base.WriteTextFile("yay", "/files/dummy.txt"); } } }