Developer forum

Forum » Development » Notifier for Anonymous Assortment

Notifier for Anonymous Assortment

Anders Ebdrup
Anders Ebdrup
Reply

Hi Dynamicweb,

 

We are working on a solution where we want to control the available products by setting a matching assortment, but we have an issue as we only have this AssortmentsCalculateUserAssortments-notifier and are missing a notifier when selecting the anonymous assortments.

Can we have the same implementation added for the anonymous assortments? (we are working with 8.8.1)

 

Best regards, Anders

 

 


Replies

 
Anders Ebdrup
Anders Ebdrup
Reply

Hi Dynamicweb,

 

We are in a bit of a hurry for having solved this. Can this be added in the next hotfix?

Thanks in advance.

 

Best regards, Anders

 
Dmitriy Benyuk
Reply

Hi Anders,
it will be fixed in TFS# 26482.
Best regards, Dmitrij

 
Anders Ebdrup
Anders Ebdrup
Reply

Hi Dmitriy,

 

Is this included in 8.8.1.19? And do you know the name of the notifier to look for?

 

Best regards, Anders

 
Dmitriy Benyuk
Reply

Hi Anders,
It is included in 8.8.1.20 for the next Tuesday.
The name is the same "AssortmentsCalculateUserAssortments", so in your notification subscriber you could check the current user to know if its anonymous assortments notification:
Dim user As Modules.UserManagement.User = Modules.UserManagement.User.Current(Modules.UserManagement.PagePermissionLevels.Frontend)
                    If Not IsNothing(user) Then
                         process AssortmentIDsByUser
                    Else
                        process AnonymousUsersAssortmentIDs
                    End If

Regards, Dmitrij

 
Anders Ebdrup
Anders Ebdrup
Reply

Thank you for quick response.

 

Is it possible to have this fix earlier than next week, as we have two projects which depends on this fix and we have clients which expect the change in the latest hotfix?

 
Kristian Kirkholt Dynamicweb Employee
Kristian Kirkholt
Reply
This post has been marked as an answer

Hi Anders

The problem TFS#26482 "assortment notifications to work with anonymous assortments"  has now been fixed in version 8.8.1.20

You are able to find this build in the download section:

http://doc.dynamicweb.com/releases-and-downloads/releases

Please contact Dynamicweb Support if you need any additional help regarding this.

Kind Regards
Dynamicweb Support
Kristian Kirkholt

Votes for this answer: 1

 

You must be logged in to post in the forum