Click or drag to resize
StrandsScriptRendererRenderCurrencyScript Method
Includes information about current currency in the page. Strands is then able to show recommendations with price in given currency.

Namespace: CMS.StrandsRecommender.Web.UI
Assembly: CMS.StrandsRecommender.Web.UI (in CMS.StrandsRecommender.Web.UI.dll) Version: 10.0.0
Syntax
C#
public void RenderCurrencyScript(
	string currencyCode
)

Parameters

currencyCode
Type: SystemString
currency code
See Also