Hello all,
I have a website where I'm working with the Live Integration project, and I have a custom Discount Provider. Both these dll subscribe to the same notifier:Dynamicweb.Notifications.eCommerce.Cart.CheckoutDoneOrderIsComplete.
The issue is that when I insert a voucher in the checkout process, the LiveIntegration subscriber is ignored. It only subscribes to the DiscountProvider.
I've removed the Discount Provider dll from the site, and when I complete an order, the Live Integration subscriber is triggered.
I'm attaching the Discount Provider event subscriber just to make sure that I'm not doing anything that will override the Live Integration Subscriber.
Thank you in advance
'Gonzalo'