// *************************************************************************
// Edit your LinkShareID
strLinkShareID='vtJ18U6LStE'
// Edit your emial address (this will appear on the buyer.html page
strSiteEmail='shop2world@gmail.com'
// *************************************************************************

// User Customizable Settings 
// You can change these to make prompts appear in a different language.
strSorry  = "I'm Sorry, your cart is full, please proceed to checkout.";
strAdded  = " was added to your shopping cart.";
strRemove = "Click 'Ok' to remove this product from your shopping cart.";
strILabel = "Item";
strSLabel = "Subtotal";
strDLabel = "Name";
strQLabel = "Qty.";
strPLabel = "Price";
strALabel = "Action";
strRLabel = "Remove From Cart";
strRButton= "Remove";
strSUB    = "Subtotal: ";
strTAX    = "Tax: ";
strTOT    = "Total: ";
strErrQty = "Invalid Quantity.";
strNewQty = 'Please enter new quantity:';
MinimumOrder          = 0.50;
MinimumOrderPrompt    = 'Your order is below our minimum order, please order more before checking out.';

