EcommerceTransformationFunctionsGetAddToWishListLink Method (Object, String) |
Returns link to add specified product to the user's wish list.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax public static string GetAddToWishListLink(
Object productId,
string imageUrl
)
Parameters
- productId
- Type: SystemObject
Product ID - imageUrl
- Type: SystemString
Image URL
Return Value
Type:
StringSee Also