Adding items to the wish list |
Top Previous Next |
The items can be added to the wish list by calling the page with the Wishlist web part with following URL parameter: - productId - the ID of the product stored in the NodeSKUID database field (in the CMS_Tree table) or SKUID (in the COM_SKU table)
It means your link will typically look like this:
In the transformations, you can use the following method to display the link to the wish list:
You can use the ShoppingCartItemSelector control to display the Add to wishlist button as well. All you have to do is to set one of the following properties.
|