Wednesday, October 19, 2011

New ProStores SSML Code Samples at Fauxlaroids.com

Just added new SSML code samples for linking to a Product and displaying a Product Image or Thumbnail using the Product Number at PST8: Frequently Used & Other Handy Code.



SSML Link to Product: Creates a link to a specific product using the Product Number:
    <ss:link source="$store.products[####]"/>
~ or ~
    <ss:link source="$store.products[####]">AnchorText</ss:link>
EXAMPLE: <ss:link source="$store.products[126]"/> renders as Golden Mug



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"/>
~ or ~
    <ss:image source="$store.products[####].photoImage" alt="xxx" border="0"/>
EXAMPLE: <ss:image source="$store.products[126].thumbnailImage" alt="Golden Mug Image" border="0"/> renders as
Golden Mug Image


No comments:

Post a Comment