Click or drag to resize
EcommerceTransformationFunctionsGetAddToWishListLink Method (Object, String)
Returns link to add specified product to the user's wish list.

Namespace: CMS.Ecommerce.Web.UI
Assembly: CMS.Ecommerce.Web.UI (in CMS.Ecommerce.Web.UI.dll) Version: 10.0.0
Syntax
C#
public static string GetAddToWishListLink(
	Object productId,
	string imageUrl
)

Parameters

productId
Type: SystemObject
Product ID
imageUrl
Type: SystemString
Image URL

Return Value

Type: String
See Also