strSorry = "I\'m Sorry, your cart is full, please proceed to checkout.";
strAdded = " added to your shopping cart.";
strRemove = "Click \'Ok\' to remove this product from your shopping cart.";
strILabel = "Product Id";
strDLabel = "Product Name/Description";
strQLabel = "Quantity";
strPLabel = "Price";
strSLabel = "Shipping";
strRLabel = "Remove From Cart";
strRButton = "Remove";
strSUB = "SUBTOTAL";
strSHIP = "SHIPPING";
strTAX = "TAX";
strTOT = "TOTAL";
strErrQty = "Invalid Quantity.";
strNewQty = "Please enter new quantity:";
MinimumOrderPrompt = "Your order is below our minimum order, please order more before checking out.";
MaximumOrderPrompt = "Your order is above our maximum order, please contact us or order less before checking out";
MinimumOrderWeightPrompt = "Your order is below our minimum order weight, please order more before checking out.";
MaximumOrderWeightPrompt = "Your order is above our maximum order weight, please contact us or order less before checking out";
strEmptyCart = "Your cart is empty.";
strPerItem = "/ea";
strOrderComment = "Add a comment or special instructions to your order:";
strOrderButton = "Order now !";
strBackButton = "Back";
strCartIntro = "List of items currently in your shopping cart";
strOrderTitle = "Your order";
strOrderIntro = "Please complete the information below and mail it with a check enclosed to the order of:";
strCustomerInfo = "Customer information";
strCustomerLastName = "Last name:";
strCustomerFirstName = "First name:";
strCustomerAddress = "Address:";
strCustomerCity = "City:";
strCustomerFax = "Phone/Fax:";
strCustomerEmail = "Email:";
strCustomerRequest = "Comments or instructions";
strPrintButton = "Print your order";
strClearButton = "Clear form";
