Working with ShopSite |
Here is a list of questions and answers about what customers see in your store. You may also want to look at the Pages FAQ if you don’t find a specific answer here.
Your storefront (what customers see) is hosted on a Web server that is run by the ShopSite Hosting Partner that you signed up with. The physical location of the server isn’t important because your customers get to your store over the Internet. The server could be in your own city or 3000 miles away -- it makes no difference on the Internet. What’s important is the domain name of your store (sometimes called the "URL"), which may be something like www.mystore.com.
The back office of your store (the place where you make changes and process orders) is also hosted on the same server, but it has a different URL and you have to know the username and password to access it. You can get that information from your ShopSite Hosting Partner, but be sure to keep it secret.
There may be very minor differences in how your storefront appears in different browsers, but they will not affect its functionality. ShopSite has been designed and tested to work with all major browsers, so your customers should have no trouble browsing and buying in your store.
Most merchants want search engines to find their store pages, but there may be special circumstances in which you want to prevent search engines from finding and indexing your pages. You can do this in ShopSite Pro and ShopSite Manager, but not in ShopSite Starter.
"><meta name="robots" content="noindex,nofollow
Note that this may not stop all search engines from finding your pages, but it should work with most of them.
It’s a great idea to have links in your store for customers to contact you, possibly on every page. You may even want to create a "Contact Us" page and list your e-mail addresses, phone numbers, and mailing addresses.
To add an e-mail link to your store, use the following line as a template and place it either in the footer of your store or in the Text 2 or Text 3 field on your pages:
<a href="mailto:customerservice@mystore.com">Contact Us!</a>
You’ll need to use a real e-mail address after the "mailto:" part. You can use any text or a graphic in place of "Contact Us!"
Many customers look for a "Contact Us" page to find a store’s mailing address and phone number. To create a "Contact Us" page:
The first one is pretty simple:
<b>MyStore.com</b>
<br>123 Main Street
<br>Anytown, UT 80808
<p>800-123-4567
The results would look like this:
MyStore.com
123 Main Street
Anytown, UT 80808
800-123-4567
The second one uses a table to format the information.
<table>
<tr>
<td valign="top"><b>Mailing Address:</b></td>
<td>MyStore.com
<br>123 Main Street
<br>Anytown, UT 80808</td>
</tr>
<tr>
<td valign="top"><b>Phone Number:</b></td>
<td>800-123-4567</td>
</tr>
</table>
The results would look like this:
Mailing Address: | MyStore.com 123 Main Street Anytown, UT 80808 |
Phone Number: | 800-123-4567 |
The URL that is put on customer’s e-mail receipts is set by the Store URL field on the Preferences > Hosting Service screen. This setting controls what page the merchant sees when clicking the My Store button and also the URL that is included in e-mail receipts.
The address that is put on customer’s e-mail receipts is set by the Merchant e-mail address field on the Preferences > Hosting Service screen.
ShopSite Help and Resource Center February 13, 2004 Give Feedback |
ShopSite Shopping Cart Software |