About CartaMatic Lite

SECURE CART FEATURES:
Creates shopping list using html form and perl
Calculates Totals from quantities chosen
Works with your Merchant Account (*sends you an order with all credit card, order and shipping info).

*Orders are NOT sent to you via INSECURE email. They are kept on your secure server and an email notice is sent to you with a link to the order. Orders are only accessed with your password

Access the admin area with index.cgi?admin=admin
Default Password is: 'admin'

Instructions
SET UP INSTRUCTIONS:
Upload unstuffed CartaMaticLite directory to your website.
chmod 755 - index.cgi, and number.txt .
You may need to modify the shebang line on index.cgi (#!/usr/bin/perl)
Modify user variables at top of index.cgi
Modify cart.shtml by adding your products to the top section. Each checkbox is named Item. And the value should list the price, a dash, and the name ie: "50-Widget1"
Prices should include shipping charges.