I have created a custom checkout handler and placed in the dw server, but dw still uses the default handerl
I have written this in the class header:
[Dynamicweb.Extensibility.AddInName("MyHandler")] [Dynamicweb.Extensibility.AddInActive(true)] public class MyHandlerCheckOut : Dynamicweb.Ecom7.Cart.CheckoutHandler And I'm able to select this in paymethods, I've added a pay method Test, but then I don't know where to setup Cart v2 to use my custom handler.
Best regards, P