Linking to your store is fairly easy and you can link from just about anywhere. Here are the most common ways to link to your store:
Link to your store's main page
http://www.yourdomain.com/store
Simply link to the store subdirectory of your main web site. This will automatically load the store's main page.
Link to a category:
http://www.yourdomain.com/store/agora.cgi?product=java
This will show all the products in the java category. To limit this to java and java only add this to the end of the URL: &xm=on
Link to a category with specific page layout:
http://www.yourdomain.com/store/agora.cgi?product=java&ppinc=4a
This will show all the products in the java category using the productPage-4a.inc file which shows products 4 across with minimal information with additional links
Link to a specific product (number is exact database number for product):
http://www.yourdomain.com/store/agora.cgi?p_id=00125
This will show a single product with the database number 00125
Link to a specific page (product page):
http://www.yourdomain.com/store/agora.cgi?page=java.html
If you wish to have static pages, design and upload to the html/pages sub directory and use the linking method to access that page directly.
Linking if your domain name is not yet active
Often times your account and shopping cart will be established by Denver Web Host before your domain name is established or transferred. In the interim, you can link to products and catagories by substituting the domain name part with http://webhq.biz/~youraccountname/For example linking to a specific product, in this case product ID 00125, could be accomplished by a link that goes to:
http://webhq.biz/~youraccountname/store/agora.cgi?p_id=00125