StrandsEventsMemoryIsItemsPurchasedEventPending Method |
Checks if item purchased event should be rendered. This method returns true only once and after that assumes that event has been rendered.
Namespace: CMS.StrandsRecommender.InternalAssembly: CMS.StrandsRecommender (in CMS.StrandsRecommender.dll) Version: 12.0.0
Syntax public static bool IsItemsPurchasedEventPending(
out int lastOrderID
)
Parameters
- lastOrderID
- Type: SystemInt32
Output parameter which will be set to the value passed to the RememberItemsPurchasedEvent(Int32) method when storing information about pending event
Return Value
Type:
BooleanTrue if cart update event should be rendered
See Also