Preparing the First Page

First page is a HTML code without header and footer. To instruct online store what actions to perform when customer clicks on a link, the link should be of one the following kinds:

  • "http://store.reseller.com/?NAME_PATH=DOMAINS_PATH". "DOMAINS_PATH" here is the name of purchase scenario. Such link will bring customer to respective purchase scenario where he can select a service plan and proceed ordering services. For information on managing purchase scenarios, refer to the Managing Purchase scenarios section earlier in this guide.
  • "http://store.reseller.com/http/index.php?redirect=linux_basic". "linux_basic" here is the name of redirect. Such link will direct a customer to a purchase scenario, with particular service plan and subscription period already added to the shopping cart. For information on managing redirects, refer to the Adding Redirect section earlier in this guide.
  • "http://store.reseller.com/http/index.php?redirect=linux_basic&fromurl=http://store.reseller.com". "fromurl=http://store.reseller.com" string adds possibility to redirect the customer back to first page. The customer is redirected to specified URL if clicks the first step in navigation path or an error occurred during redirect with service plan processing.

When preparations are done, it is time to upload the first page.