Click or drag to resize
StrandsScriptRendererRenderPurchasedTrackingScript Method
Renders purchased script with informations about all purchased items.

Namespace: CMS.StrandsRecommender
Assembly: CMS.StrandsRecommender (in CMS.StrandsRecommender.dll) Version: 8.2.23
Syntax
C#
public void RenderPurchasedTrackingScript(
	string orderID,
	IEnumerable<StrandsPurchasedEventData> orderData
)

Parameters

orderID
Type: SystemString
ID of the order
orderData
Type: System.Collections.GenericIEnumerableStrandsPurchasedEventData
Informations about items to render
Exceptions
ExceptionCondition
ArgumentNullExceptionorderData is null
See Also