User Guide

Adding and Updating the Shopping Cart 97
The second row should reflect the field names of your destination database.
Double check to make sure that you havent made any typos and that you entered
the correct field names.
Note: Data-Map Third Row: Do not change this row. Provides keys for required columns of
the shopping cart. This allows the shopping cart code to track required columns without
having to know the column title or the relative column position. As a result, you can name
the cart columns anything you like and order them however you want. The CSV file contains
entries for this row. Do not change them. All columns beyond the required column should be
left blank. The following columns are required. You change the column names, as long as
you do not change the entries in the columns in the third row.
Note: Weight and TotalWeight columns are provided in the
ShoppingCart_WeightTracking.csv file. These are useful for determining shipping costs, and
are required if you choose to use the UPS shipping capabilities available.
Column Name Column Key
Quantity QUANTITY
Product PRODUCT
Price PRICE
Total TOTAL
Product ID ID
Weight* WEIGHT
TotalWt* TOTALWEIGHT
Remove REMOVE