 |
PowerCommerce FAQ |
How do I add in a direct link to a product page inside the store?
To insert a link that will be used inside your store in an HTML element, the syntax of the link is as follows:
<a href="SHOWITEM#/Site/Item-3.html" ITEMID="22">link</a>
Be sure to replace the file name with the appropriate item and the link with the appropriate text.
|