SSML Link to Product: Creates a link to a specific product using the Product Number:
- <ss:link source="$store.products[####]"/>
- <ss:link source="$store.products[####]">AnchorText</ss:link>
SSML to display Product Images: Displays the image of a specific product using the Product Number:
- <ss:image source="$store.products[####].thumbnailImage" alt="xxx" border="0"/>
- <ss:image source="$store.products[####].photoImage" alt="xxx" border="0"/>