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 1
This is the simplest ordering option that you can use. This option tells the shopping cart software to add one item to the cart and that this item will be shipped via UPS Ground.
 ACME Searchtub |
Monster Truck 4x4 Tracker *Shipped via UPS Ground
This wonderful little tub loves running around with the big boys.
|
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">
<input type="hidden" name="AddItem" value="demo|Monster Truck 4x4 Tracker|900.00|1|ST01-gnd||upsground|80">
<input type="submit" value="Add To Cart">
</form>
|
|