DEMO 3

~Powerful New Feature!~
"UPSELL ABILITY"

This page has the ability to present a list of upsell items that are related to the item the shopper is adding to the cart.
For example, if you are selling color ink jet printers, you could offer a variety of color cartridges when the shopper adds a printer to their cart.

This is accomplished by making a separate basic HTML webpage, and placing it in the DATA directory that CartIt uses.
The file used in this example is printer_accessories.html


COLOR INKJET PRINTER


NOW ONLY $119.95

Quantity


NOTES: Here's the HTML source code that you would insert into your webpage next to the product. The "/cgi-bin/cartit.cgi" section will vary depending on the server. We can help you figure that out.

<FORM ACTION="/cgi-bin/cartit.cgi" METHOD="POST">
<INPUT maxLength=3 size=3 value=1 name=quantity>
<INPUT TYPE="HIDDEN" NAME="cartitadd"
VALUE="Color Ink Jet Printer^119.95^15">
<INPUT TYPE="HIDDEN" NAME="cartit_dynamic_file"
VALUE="printer_accessories.html">
<INPUT TYPE="SUBMIT" VALUE="Add Item To Shopping Cart?">
</FORM>