Hi there,
I have a notification subscriber with the following Subscribe attributes:
[Subscribe(eCommerce.Product.AfterSave)] [Subscribe(eCommerce.ProductList.AfterCustomOrderChange)]
When I save a product my subscriber gets called correctly. However, when I reorder products in a product list in the backend and then save my changes, the subscriber does not get called.
Can someone look into this?
Thanks,
Imar