|
Below is an example
that you can use when building your webstore. This example uses frames
to show the cart in its own frame. |
(To understand
how to set up your webstore you should know how to use the INPUT tags
of HTML or atleast how they work in your HTML-editor
Try http://www.blooberry.com/html/intro.htm
for a great HTML-guide)
(This page sells 3 items and uses the HTML Input tags to send information to
the Vipcart shoppingcart. In this example we will show the shoppingcart in
a lower frame, so the customer dont have to switch screens to be back to the
webshop. To call the shoppingcart the user must click the "Add to shoppingcart"
button below.
On each item there are 3 INPUT tags that must be specified: q (Quantity), p
& item (Item/Article/Product information).
A INPUT tag sends information to a CGI-program (such as Vipcart)
The MOST important tag that MUST exist in your HTML page is the INPUT tag "id".
This INPUT tag must have the same value as your UserID at vipcart.com. In this
example 33.
The best way for you to learn how to use the Vipcart shoppingcartsystem
is to test your way though. )
(The FORM tag must not be changed at all! Note that in this example we will show the cart in an own frame. We must also specify the frame-name in the Form tag. in this case target="cart")