Scenario
Add an external link/s tab to a SiteBuilder website using Website tags
Solution
- External links can be added to the My Account tab using Tag Substitution.
- Navigate to Commerce > Site Builder > Tags > New to create an empty tag
- Supply Required Values
- Label: Enter a <name for the tag>
- Description: Leave it blank
- Default Value: Leave it blank
- Click Save
- Enter the tag created in Step 1 into the custom Theme used in the web store by navigating to Commerce > Site Builder > Themes
- Click Edit next to the current theme being used
- Navigate to the Body tab and enter the custom tag in the Content Area Template field:
-
<!-- start content area - Basic: Round Edges --><BR>
<TD valign="top"><TABLE><CUSTOMTAG></TABLE>
<TABLE border="0" cellpadding="0" cellspacing="0" width="100%"></TABLE>
</TD><BR><!-- end content area - Basic : Round Edges -->
-
- Click Save
- Enter the tag in the My Account tab by navigating to Lists > Web Site > Tabs
- Click the Edit link next to the My Account tab
- In the Tag Substitution tab, select the custom tag created in step 1
- Enter the HTML code for the external link in the Substitution Value column
-
<a href="http://www.google.com">GOOGLE</a> us!
-
- Click Done and Save