![]() | Welcome to Islandnet.com Locally owned and operated since 1993 |
| Create an Account • Pricing & Features • Domain Registration • Customer Sites • Help & Info | |
Friday May 16 2008 | |
Basket OverviewA shopping basket (or shopping cart) system is the electronic equivalent of a real shopping basket. When a customer enters your on-line store (simply by arriving at your web page) they have an empty basket. As they browse your web pages they will select products and place them in their basket. At any time they can review the current contents of their basket and adjust quantities or remove items. The basket maintains a running total of the cost of the merchandise for them too. When the customer is finished selecting items they can proceed to the "checkout" where they provide shipping information and choose a payment option. When they have submitted this information you receive an email message containing their order - all you have to do is collect payment and fulfill the order. If you happen to use one of the supported real-time credit card companies or i-Check, you don't even have to collect payment because it's done for you.Setting up an inBASKET site is not a difficult thing to do, but there is a lot involved. This overview should help you to understand all the components and where they go, etc. There are really two main aspects to an inBASKET site. The first involves creating the configuration file and all the support files. The second is the actual "store front" that the customers see.
inBASKET FilesThe most important part of an inBASKET site is the configuration file. This file is named basket.cfg by default and must be located in your ms2 directory. This file contains all the inBASKET options and settings that you can have.In addition to the configuration file, you will need to create several other files for inBASKET. The name and location of each of these files is entirely up to you since you specify them in the config file, but we reccomend placing them all in the ms2 directory and using a common prefix. Our demo uses basket.* for all file names, so that's what we'll assume here. More details about each file, along with sample files, can be found in subsequent pages.
Your Store FrontYour store front consists of all the pages that inBASKET doesn't generate or display itself. These are the pages that display and describe your products and allow the customer to add them to their basket.These are normal HTML files that are located in your regular web directory (normally the www directory). You can place all your products on a single web page, or spread them out over as many pages as you need - it makes no difference to inBASKET. It is common for each individual product to have it's own "Add to basket" button, but you can define your pages to add multiple products with a single button. It's entirely up to you and how you create your pages. The key to remember is that each button represents a separate input form (ie: <form ...> ... </form>). For more details about creating the input forms, read Creating the store pages.
<< BACK |
| Home • About Us • Contact Us • Terms of Use • Privacy Policy • Help Documents |
| Page generation time: 0.02 seconds |