Click or drag to resize
StrandsEventsMemoryRememberCartUpdateEvent Method
Stores information that cart update event should be rendered. After calling this method, IsCartUpdateEventPending method will return true once for the same user. Information will be stored in Cookies.

Namespace: CMS.StrandsRecommender.Internal
Assembly: CMS.StrandsRecommender (in CMS.StrandsRecommender.dll) Version: 11.0.0
Syntax
C#
public static void RememberCartUpdateEvent()
See Also