Features
- Unlimited Products and Orders
- Secure SSL Shopping Cart
- Free Real-Time Shipping
- eBay compatible application
- Electronic Softgood Download
- Inventory Tracking
- Coupon and Special Offers Discounts
- Customer Statistics
|

Example 4
This is identical to the previous example, except that it uses a pull down menu.
Note that these are examples of what Cart XL software can be made to do. You can create any layout, use any colors, or web design you wish for use with Cart XL.
The code used to create this button can be found below.

|
<form method="POST" action="//www.cartxl.net/cgi-bin/cart.cgi">
<select name="AddItem">
<option value="demo|Monster Truck 4x4 Tracker|900.00|1|ST01||prompt|80">
Monster Truck 4x4 Tracker</option>
<option value="demo|Slickster Big City Finder|800.00|1|ST02||prompt|80">
Slickster Big City Finder</option>
<option value="demo|Amphibious FrogTub Seeker|950.00|1|ST03||prompt|80">
Amphibious FrogTub Seeker</option>
</select>
<input type="image" name="submit" src="../images2/add.gif">
</form>
|
|