| Help Version: 2.12 Last Update: 01/12/01 |
|
HTML Form Code Overview |
| HTML based stores are designed using standard HTML
coding. However, you must create a "form" within your
HTML coding to be able to send the item data to the Quikstore Program.
This type of store does not require a database file like the one created for database type stores. It is critical however, that certain information be present and that calls by your pages to the Quikstore program follow a specific format. To assist you with this process, Quikstore uses a program called the QuikCode Wizard which should have been installed on your PC when you installed the software from the download or CD-Rom. If for some reason you don't have it, or would like an updated copy, you can find QuikCode at: Form Code Details: The QuikCode Wizard helps you to create HTML form code similar to the following: <FORM METHOD="POST" ACTION="http://www.yoursite.com/cgi-bin/quikstore.cgi">
</FORM>
At minimum, each <form> must contain the values listed above. If you want more than one item on a page, and you would like to be able to add multiple items at one time, you would repeat ONLY the item specific lines above like this: <FORM METHOD="POST" ACTION="http://www.yoursite.com/cgi-bin/quikstore.cgi">
<P>Candy:
<P>Toy:
</FORM> Each item must be identified individually. You may use more than one Add to Cart button or simply have one at the bottom of the form. Just continue to add additional lines as shown above, for each new item. There is no need to repeat the hidden "page" and "store_type" tags. The example below is a complete basic HTML page and will place four input boxes on one page with an "Add to Cart" button at the bottom. Each item has different information and should be accompanied by the necessary pictures, graphics and text to assist the customer in making a choice. Based on the choice selected and the quantity input by the customer, the required parameters will be passed to the "quikstore.cgi" program by the "form" which is executed when the customer presses the "Add to Cart" button. <HTML> </FORM>
Each page can be as simple or complex as your situation requires, as long as you provide the information outlined here in the format required by QuikStore. NOTE: Once you are done creating a product page, save it into the C:\Quikstore\server_files directory on your hard drive so that you can later publish these product pages to the server using the Installation Wizard. For more information about using the QuikCode Wizard, see the QuikCode section of this help file. This section also has information about adding Options to your products. |
Copyright © 1997-2003 iSoft-Solutions, inc.