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

Namespace: CMS.StrandsRecommender.Web.UI
Assembly: CMS.StrandsRecommender.Web.UI (in CMS.StrandsRecommender.Web.UI.dll) Version: 10.0.0
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