Click this button after changing any of the above information to cause ShopSite to recalculate the URL that the associate should use to link to your store. The link will look something like this:
<a href="http://mystore.com/cgi-bin/ss/ref.cgi?name=Associate-Name
&storeid=Mystore-id">[Your link text or graphic goes here]</a>
(The href should have no spaces, but is shown here on two lines for easier reading.)
Select and copy the complete link and give it to the associate. You or the associate should replace the bracketed area [Your link text or graphic goes here] with your own banner image or the text you want displayed on the associate site for the customer to click. The associate then pastes this HTML code in their site. When a customer clicks on the link, they arrive at your store at the URL you specified in the Default Landing Page field, above.
You can create additional links for this associate that go to different landing pages in your store. After creating the associate link, copy it and paste it into a text editor, and then add a URL parameter that points to a page in your store. For example, to create a link that sends customers to a tshirts.html page in your store, you would add a URL parameter similar to what is shown in bold here:
<a href="http://mystore.com/cgi-bin/ss/ref.cgi?name=Associate-Name &storeid=Mystore-id&url=http://mystore.com/tshirts.html">[Your link text or graphic goes here]</a>
The value must be a full URL, including http://. You can create as many links for an associate as needed, each one specifying a different landing page in your store. Put in the link text or graphic, and the links are ready for the associate to place in their site. |