StrandsEventsMemoryRememberItemsPurchasedEvent Method |
Stores information that items purchased event should be rendered. After calling this method,
IsItemsPurchasedEventPending(Int32) method will return
true once for the same user. Information will be stored in Cookies.
Namespace: CMS.StrandsRecommender.InternalAssembly: CMS.StrandsRecommender (in CMS.StrandsRecommender.dll) Version: 12.0.0
Syntax public static void RememberItemsPurchasedEvent(
int lastOrderID
)
Parameters
- lastOrderID
- Type: SystemInt32
ID of the order which was made
See Also