|
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.
|