// JavaScript Document
var msg_enter_numeric_product_quantity = "Please enter valid product quantity!\nIt must be a numeric value.";
var msg_product_quantity_less = "Product quantity is less as";
var msg_enter_min_valid_quantity = "(min order quantity).\nPlease enter valid product quantity!";
var msg_product_quantity_bigger = "(min order quantity).\nPlease enter valid product quantity!";
var msg_enter_valid_max_quantity = "(max order quantity).\nPlease enter valid product quantity!";
var msg_enter_valid_email = "Please enter valid email address";
var msg_choose_min_1checkbox = "Please choose at least one check box";
var msg_want_cancel_subscription = "Do you really want to cancel your subscription?";
var msg_your_username = "your username";
var msg_your_password = "your password";
var msg_first_name = "first name";
var msg_last_name = "last name";
var msg_company_name = "company name";
var msg_address_line1 = "address line 1";
var msg_address_line2 = "address line 2";
var msg_city_name = "city name";
var msg_country = "country";
var msg_select_usa_state = "Please select USA state";
var msg_select_canada_province = "Please select Canadian province";
var msg_select_province_state = "Please select state or province";
var msg_custom_province_state = "custom province/state";
var msg_zip_postal_code = "ZIP/Postal Code";
var msg_phone_number = "phone number";
var msg_email_address = "email address";
var msg_username = "username";
var msg_password = "password";
var msg_password_confirmation = "password confirmation";
var msg_read_terms_before_registration = "Before proceeding with registration, please read our terms and conditions.";
var msg_check_terms_and_conditions = "Please confirm that you agree with our terms and conditions.";
var msg_select_shipping_first = "Please select shipping method first!";
var msg_name = "name";
var msg_different_password_and_comfirmation = "Password and confirmation are different!";
var msg_your_name = "your name";
var msg_your_email_address = "your email address";
var msg_your_friend_name = "your friend's name";
var msg_your_friend_email_address = "your friend's email address";
var msg_please_enter = "Please enter";
var msg_to_continue_please_check = "To continue, please check";
var msg_confirm_delete_item = "Do you really want delete selected item?";
var msg_confirm_empty_cart = "Do you really want to delete all items from your cart?";
var msg_number_of_items_exceeded_min = "The number of items you have selected is less than the minimum allowed.\nPlease adjust your quantity.";
var msg_number_of_items_exceeded_max = "The number of items ordered exceeded the maximum allowed.\nPlease adjust the quantity of this order";
var msg_number_of_items_exceed_inventory = "We sorry but this order will exceed our current inventory for this product.\nPlease adjust the quantity of this order";
var msg_incorrect_shipping_address = "We do not shipping to the country you have entered as your billing address.\nPlease uncheck \"Shipping address is the same as billing\" or select different country";
var msg_confirm_delete_shipping_address = "Do you really want to delete the select address?";
var msg_confirm_delete_wishlist = "Do you really want to delete all items in the selected Wish List?";
var msg_confirm_delete_wishlist_product = "Do you really want to delete the selected product from your Wish List?";
var msg_enterWishlistName = "Wish List name";
var msg_please_enter_zip_code = "Please enter your ZIP Code first";
var msg_select_state_or_province = "Please select...";
