//--------------------------------------------------||
//  StaticCart Cart Configuration Module 1.0.0.115  ||
//--------------------------------------------------||

DEBUG                 = false;

MonetarySymbol        = '$';
MonetaryFormat        = 'default';
DisplayNotice         = true;
DisplayBorders        = false;
DisplayChangeQty      = true;
DisplayItemColumn     = true;
DisplayPriceColumn    = true;
DisplayShippingColumn = true;
DisplayShippingRow    = true;
ComputeShipping       = false;
DisplayExtentedColumn = true;
DisplayRemoveImage    = true;
RemoveImageType       = 'box';
RemoveImagePath       = './images/removal.gif';
DisplayTaxRow         = true;
TaxRate               = '0.0675';
TaxByRegion           = true;
TaxOnShipping         = true;
TaxPrompt             = 'For tax purposes, please select if you are a Ohio resident.';
TaxablePrompt         = 'Ohio Residents';
NonTaxablePrompt      = 'Other States';
MinimumOrder          = '1.00';
MinimumOrderPrompt    = 'Your order is below our minimum order!';

DisplayIdLink         = false;

//Payment Processor Options:
PaymentProcessor = '';

//Checkout Page Options:
CCCheckout            = true;
var expBill           = 1;

//Options for Programmers:
OutputItemId           = 'ID_';
OutputItemQuantity     = 'QUANTITY_';
OutputItemPrice        = 'PRICE_';
OutputItemXtend        = 'XTEND_';
OutputItemName         = 'NAME_';
OutputItemShipping     = 'SHIPPING_';
OutputItemWeight       = 'WEIGHT_';
OutputItemAddtlInfo    = 'ADDTLINFO_';
OutputOrderMethod      = 'METHOD';
OutputOrderWeight      = 'WEIGHT';
OutputOrderSubtotal    = 'SUBTOTAL';
OutputOrderShipping    = 'SHIPPING';
OutputOrderTax         = 'TAX';
OutputOrderTotal       = 'TOTAL';

AppendItemNumToOutput  = true;
HiddenFieldsToCheckout = false;

ldata = '111111demo';