/*
 Cart configurations.
*/

TaxRate               = 0.08446;
TaxByRegion           = true;
//TaxPrompt             = 'For tax purposes, please select if you are an Arizona resident before continuing.';
TaxablePrompt         = 'Arizona Residents';
NonTaxablePrompt      = 'Other States';
MinimumOrder          = 25.00;
//MinimumOrderPrompt    = 'Your order is below our minimum order, please order more before checking out.';
MinimumShippingCharge = 1.95;
CartErrorTagId        = 'showcarterrordiv';
DisplayNotice         = false;
DisplayShippingRow    = true;

/* used with admin.ccinfoadmin.php */
window.storeconfigurejso = {
 mailinglabel: '\
<table style="width:8in" border="0px" cellspacing="0px" cellpadding="0px">\
 <tr>\
  <td valign="top" nowrap="nowrap" style="height:1.5in">\
    <center>\
    <br/>\
    <span style="font-weight:bold;font-size:18px;visibility:hidden">WWW.AZSIGNSHOP.COM</span><br/>\
    <b style="visibility:hidden">Internet Order Number:</b> FRMVordernumber<br/>\
    <b style="visibility:hidden">Date:</b> FRMVorderdate<br/>\
    </center>\
  </td>\
  <td valign="top">\
    COUPON NUMBER: <br/>\
  </td>\
 </tr>\
 <tr>\
  <td valign="top" nowrap="nowrap" style="height:2.0in;width:4.0in">\
    <b style="visibility:hidden">SHIP TO:</b><br/>\
    FRMVshipto<br/>\
  </td>\
  <td valign="top" nowrap="nowrap" style="height:2.0in;width:4.0in">\
    <b style="visibility:hidden">BILL TO:</b><br/>\
    FRMVbillto<br/>\
  </td>\
 </tr>\
 <tr>\
  <td valign="top" colspan="2" style="height:2.75in;width:8.0in">\
   <center>\
     <span style="visibility:hidden">THE FOLLOWING ITEMS WERE ORDERED:</span><br/>\
     FRMVordersummary\
   </center>\
  </td>\
 </tr>\
 <tr>\
  <td valign="top" colspan="2" style="text-align:justified;font-size:12px;white-space:wrap;padding-left:1.0in;padding-right:1.0in">\
   <br/>\
  </td>\
 </tr>\
</table>'

};
