Hi,
I am trying to trigger a notification, so I can do my own custom sorting in customercenter of the favouritelist.
At the moment I am just fetching ALL products and doing the sort in the view. However this is to slow, since it is using liveintegration.
I tried using the subscriber: Ecommerce.Notifications.Ecommerce.ProductList.BeforeRender/Sort, but it is only triggered on actual productlist and not in customercenter.
I cant seem to find any corresponding subscriber. Am I missing something or does it not exist?
//jan