var products = []; products[84] = ["Adrenal Stress Test", 239.99, "Test Checkers", "An adrenal stress test is a type of test that measures the function of the adrenal glands, which are responsible for producing hormones that are involved in stress response, metabolism, and energy production. This at-home test is typically performed using saliva collected at specific times throughout the day to assess the body's cortisol levels, a hormone that is released by the adrenal glands in response to stress.", "", "By placing an order with us you will be charged $ __prc__ + $0.00 for S&H for One Time for Test Checkers __prdname__. If you are not completely satisfied with your purchase of Test Checkers __prdname__ at any time, please call 877-744-4238 or email care@testcheckers.com, Monday-Saturday: 9 am to 5 pm EST. You will receive your package within 2-5 business days of payment via USPS First Class Mail. I agree that my credit card charge will appear as Test Checkers.", "" ] ; products[85] = ["Indoor & Outdoor Allergy Test", 199.99, "Test Checkers", "Indoor and outdoor allergy tests can help identify allergens that may be causing symptoms such as sneezing, runny nose, itchy throat, watery eyes, and skin rash. This at-home test may help identify which specific allergens a person may be reacting to and can be helpful in developing a treatment plan to reduce or eliminate exposure to those allergens and relieve allergy symptoms.", "", "By placing an order with us you will be charged $ __prc__ + $0.00 for S&H for One Time for Test Checkers __prdname__. If you are not completely satisfied with your purchase of Test Checkers __prdname__ at any time, please call 877-744-4238 or email care@testcheckers.com, Monday-Saturday: 9 am to 5 pm EST. You will receive your package within 2-5 business days of payment via USPS First Class Mail. I agree that my credit card charge will appear as Test Checkers.", "" ] ; products[86] = ["Food & Environmental Sensitivity Test", 159.99, "Test Checkers", "This at-home lab test assesses your body's immune response to 96 different foods, which may help provide guidance on which types of foods to consider prioritizing in a two-part elimination diet.", "", "By placing an order with us you will be charged $ __prc__ + $0.00 for S&H for One Time for Test Checkers __prdname__. If you are not completely satisfied with your purchase of Test Checkers __prdname__ at any time, please call 877-744-4238 or email care@testcheckers.com, Monday-Saturday: 9 am to 5 pm EST. You will receive your package within 2-5 business days of payment via USPS First Class Mail. I agree that my credit card charge will appear as Test Checkers.", "" ] ; products[87] = ["Keto + ACV Gummies", 119.99, "Test Checkers", "KetoKetogenic diet is considered to be one of the most effective means of weight management by most fitness enthusiasts. This typical high fat-low carb dietary pattern requires adequate nutritional support which may help maintain an optimal state of ketosis in the body- by which excess fat is converted into energy efficient ketones.

ACV GummiesAcetic acid content in Apple Cider Vinegar-commonly referred to as ACV, makes it the ultimate choice for those on a weight management journey. Ranging from digestive distress to excessive weight, the therapeutic goodness of ACV may help address many a health concern fast and easy.", "", "By placing an order with us you will be charged $ __prc__ + $0.00 for S&H for One Time for Test Checkers __prdname__. If you are not completely satisfied with your purchase of Test Checkers __prdname__ at any time, please call 877-744-4238 or email care@testcheckers.com, Monday-Saturday: 9 am to 5 pm EST. You will receive your package within 2-5 business days of payment via USPS First Class Mail. I agree that my credit card charge will appear as Test Checkers.", "" ] ; products[88] = ["Keto Capsules", 69.99, "Test Checkers", "Ketogenic diet is considered to be one of the most effective means of weight management by most fitness enthusiasts. This typical high fat-low carb dietary pattern requires adequate nutritional support which may help maintain an optimal state of ketosis in the body- by which excess fat is converted into energy efficient ketones.", "", "By placing an order with us you will be charged $ __prc__ + $0.00 for S&H for One Time for Test Checkers __prdname__. If you are not completely satisfied with your purchase of Test Checkers __prdname__ at any time, please call 877-744-4238 or email care@testcheckers.com, Monday-Saturday: 9 am to 5 pm EST. You will receive your package within 2-5 business days of payment via USPS First Class Mail. I agree that my credit card charge will appear as Test Checkers.", "" ] ; products[89] = ["ACV Gummies", 59.99, "Test Checkers", "Acetic acid content in Apple Cider Vinegar-commonly referred to as ACV, makes it the ultimate choice for those on a weight management journey. Ranging from digestive distress to excessive weight, the therapeutic goodness of ACV may help address many a health concern fast and easy.", "", "By placing an order with us you will be charged $ __prc__ + $0.00 for S&H for One Time for Test Checkers __prdname__. If you are not completely satisfied with your purchase of Test Checkers __prdname__ at any time, please call 877-744-4238 or email care@testcheckers.com, Monday-Saturday: 9 am to 5 pm EST. You will receive your package within 2-5 business days of payment via USPS First Class Mail. I agree that my credit card charge will appear as Test Checkers.", "" ] ; products[90] = ["Fertility Test Kit", 49.99, "Test Checkers", "DNA skin tests can determine whether a person has dry, oily, combination, or sensitive skin. This information can help in selecting appropriate skincare products and routines. This test typically involves collecting a DNA sample, often through a cheek swab or saliva sample.", "", "By placing an order with us you will be charged $ __prc__ + $0.00 for S&H for One Time for Test Checkers __prdname__. If you are not completely satisfied with your purchase of Test Checkers __prdname__ at any time, please call 877-744-4238 or email care@testcheckers.com, Monday-Saturday: 9 am to 5 pm EST. You will receive your package within 2-5 business days of payment via USPS First Class Mail. I agree that my credit card charge will appear as Test Checkers.", "" ] ; products[91] = ["Ketone Test Strips", 19.99, "Test Checkers", "27 pages of leading health advice to help you stop emotional binge eating.", "", "By placing an order with us you will be charged $ __prc__ + $0.00 for S&H for One Time for Test Checkers __prdname__. If you are not completely satisfied with your purchase of Test Checkers __prdname__ at any time, please call 877-744-4238 or email care@testcheckers.com, Monday-Saturday: 9 am to 5 pm EST. You will receive your package within 2-5 business days of payment via USPS First Class Mail. I agree that my credit card charge will appear as Test Checkers.", "" ] ; console.log(products); var orderedItems = []; var orderedTotQty = 0; var maxQty = 10; var shipRates = false; var handling = 0; var carturl = "cart.php"; // Function to check item exists in cart var checkItemExists = function(itemId) { var order = $.cookie('order'); if (!order) { return false; } else { var itemExists = false; var items = order.split("|"); order = ""; for (var i = 0; i < items.length; i = i + 1) { var position = items[i].indexOf("-"); var prodId = items[i].substring(0, position); var quantity = parseInt(items[i].substring(position + 1)); if (order != "") { order += "|"; } if (prodId == itemId) { return true; } } } return false; } //Funtion adds Items to Cart var addItem = function(itemId, Qty, showFullCart) { if (typeof showFullCart === "undefined") { showFullCart = false; } orderedTotQty = $.cookie('orderedTotQty'); if (!orderedTotQty) { orderedTotQty = 0; } Qty = parseInt(Qty); if(Qty > maxQty) { alert("Maximum " + maxQty + " of this product can be selected in a single order"); return false; } var order = $.cookie('order'); if (!order) { order = itemId + "-" + Qty; orderedItems[itemId] = Qty; } else { var itemExists = false; var items = order.split("|"); order = ""; for (var i = 0; i < items.length; i = i + 1) { var position = items[i].indexOf("-"); var prodId = items[i].substring(0, position); var quantity = parseInt(items[i].substring(position + 1)); if (order != "") { order += "|"; } if (prodId == itemId) { alert("Product already exist in cart"); return false; if((quantity + Qty) > maxQty) { alert("Maximum " + maxQty + " of this product can be selected in a single order"); return false; } quantity += Qty; order += prodId + "-" + quantity; itemExists = true; } else { order += prodId + "-" + quantity; } orderedItems[prodId] = quantity; } if (!itemExists) { if (order != "") { order += "|"; } order += itemId + "-" + Qty; orderedItems[itemId] = Qty; } } orderedTotQty = parseInt(orderedTotQty); orderedTotQty += Qty; $('.cartqty').html(orderedTotQty); $.cookie('order', order); $.cookie('orderedTotQty', orderedTotQty); var url = window.location.pathname; var filename = url.substring(url.lastIndexOf('/') + 1); if (filename == carturl) { showCart(showFullCart, 'add', itemId); } else { $(location).attr('href', carturl); } }; //Funtion decrements Items to Cart var removeItem = function(itemId, Qty) { Qty = parseInt(Qty); var order = $.cookie('order'); if (!order) { orderedItems[itemId] = 0; refreshRow(itemId); } else { var items = order.split("|"); order = ""; for (var i = 0; i < items.length; i = i + 1) { var position = items[i].indexOf("-"); var prodId = items[i].substring(0, position); var quantity = parseInt(items[i].substring(position + 1)); if (prodId == itemId) { quantity -= Qty; if (quantity > 0) { if (order != "") { order += "|"; } order += prodId + "-" + quantity; } itemExists = true; orderedItems[prodId] = quantity; refreshRow(itemId); } else { if (order != "") { order += "|"; } order += prodId + "-" + quantity; orderedItems[prodId] = quantity; } } } orderedTotQty -= Qty; $('.cartqty').html(orderedTotQty); $.cookie('order', order); $.cookie('orderedTotQty', orderedTotQty); var url = window.location.pathname; var filename = url.substring(url.lastIndexOf('/') + 1); if (filename == carturl) { showCart(false, 'remove', itemId); } else { $(location).attr('href', carturl); } }; //Funtion sets Item quantity on the Cart var setItemQty = function(itemId, Qty) { Qty = parseInt(Qty); if(Qty > maxQty || Qty < 0) { return false; } var order = $.cookie('order'); orderedTotQty = 0; if (!order) { orderedItems[itemId] = 0; } else { var items = order.split("|"); order = ""; for (var i = 0; i < items.length; i = i + 1) { var position = items[i].indexOf("-"); var prodId = items[i].substring(0, position); var quantity = parseInt(items[i].substring(position + 1)); if (prodId == itemId) { quantity = Qty; if (order != "") { order += "|"; } order += prodId + "-" + quantity; itemExists = true; } else { if (order != "") { order += "|"; } order += prodId + "-" + quantity; } orderedItems[prodId] = quantity; orderedTotQty += quantity; } } $('.cartqty').html(orderedTotQty); $.cookie('order', order); $.cookie('orderedTotQty', orderedTotQty); var url = window.location.pathname; var filename = url.substring(url.lastIndexOf('/') + 1); if (filename == carturl) { showCart(false, 'set', itemId); } else { $(location).attr('href', carturl); } }; var removeRowItem = function(itemId, showFullCart) { if (typeof showFullCart === "undefined") { showFullCart = false; } var order = $.cookie('order'); if (!order) { orderedTotQty = 0; } else { var items = order.split("|"); order = ""; orderedTotQty = 0; orderedItems = null; orderedItems = new Array(); for (var i = 0; i < items.length; i = i + 1) { var position = items[i].indexOf("-"); var prodId = items[i].substring(0, position); var quantity = parseInt(items[i].substring(position + 1)); if (prodId == itemId) { } else { if (order != "") { order += "|"; } order += prodId + "-" + quantity; orderedTotQty += quantity; orderedItems[prodId] = quantity; } } } if($('#prow-' + itemId).length == 1) { $('#prow-' + itemId).remove(); } $.cookie('order', order); $.cookie('orderedTotQty', orderedTotQty); showCart(true, 'removerow', itemId); }; //Emptying the cart var emptyCart = function() { var order = $.cookie('order'); order = ""; orderedTotQty = 0; orderedItems = null; orderedItems = new Array(); $.cookie('order', order); $.cookie('orderedTotQty', orderedTotQty); if($('[id^="prow-"]').length > 0) { $('[id^="prow-"]').each(function(){ $(this).remove(); }); } $('.trm_1').hide(); showCart(false, 'empty'); }; //Displaying the cart items & calculations function showTotalPrice() { var cartHtml = ""; var total = 0; //var total_gbp = 0; var shipping = 0; var grand_total = 0; //var grand_total_gbp = 0; var sub_total = 0; //var sub_total_gbp = 0; var shippingType = ''; var order = $.cookie('order'); orderedTotQty = $.cookie('orderedTotQty'); if($('#shippingCountry').val() == '') { shippingType = ''; } else if($('#shippingCountry').val() == 'US') { shippingType = 'US'; } else { shippingType = 'INTERNATIONAL'; } if (!order) { orderedTotQty = 0; } else { var items = order.split("|"); if(shipRates) { shipping = shipRates * 1.0; } for (var i = 0; i < items.length; i = i + 1) { var position = items[i].indexOf("-"); var prodId = items[i].substring(0, position); var quantity = parseInt(items[i].substring(position + 1)); if (prodId != "" && quantity > 0) { sub_total = round((quantity * products[prodId][1]), 2); //sub_total_gbp = round((quantity * products[prodId][6]), 2); total += (quantity * products[prodId][1]); //total_gbp +=(quantity * products[prodId][6]) } } total = round(total, 2); //total_gbp = round(total_gbp, 2); } var snh = shipping + handling; //if(shipping == 0) { // snh = shipping; //} console.log(snh); grand_total = total + snh; $('#total-price').html('$ ' + total.toFixed(2)); $('#shipping-price').html('$ ' + snh.toFixed(2)); $('#grand-total').html('$ ' + grand_total.toFixed(2)); }; // Refresh row content with updated quantity / price for a product function refreshRow(pid) { pid = parseInt(pid); quantity = orderedItems[pid]; sub_total = round((quantity * products[pid][1]), 2); $('#prow-' + pid + ' .tot-price').html('$' + sub_total.toFixed(2) + ' USD'); $('#prow-' + pid + ' .qtybox').val(quantity); $('#prow-' + pid + ' .dispqty').html(quantity); } function replaceAllStr(str, find, rstr) { //return str.replace(new RegExp(escapeRegExp(find), 'g'), replace); //return str.replace(/find/g, '\\$&'); return str.replace(new RegExp(find, "g"), rstr); } //Displaying the cart items & calculations function showCart(showFullCart, act, itm) { var cartHtml = ""; var order = $.cookie('order'); orderedTotQty = $.cookie('orderedTotQty'); if (!order) { orderedTotQty = 0; if($('[id^="prow-"]').length == 0) { $("#cartBox").html("

Cart is empty. Shop Now!

  Browse Products"); } showTotalPrice(); return false; } else { var items = order.split("|"); var total = 0; var total_gbp = 0; var shipping = 0; var grand_total = 0; orderedTotQty = parseInt(orderedTotQty); if (typeof showFullCart === "undefined") { return false; } else if(showFullCart == false) { if ((typeof act !== "undefined") && (typeof itm !== "undefined")) { if((act == 'add' || act == 'set' || act == 'remove') && itm > 0) { refreshRow(itm); } else if(act == 'removerow' && itm > 0) { itm = parseInt(itm); } } showTotalPrice(); return false; } orderedItems = null; orderedItems = new Array(); cartHtml += "
Products Sub TotalPrice
"; var total = 0; var term_htm =''; for (var i = 0; i < items.length; i = i + 1) { var position = items[i].indexOf("-"); var prodId = items[i].substring(0, position); var quantity = parseInt(items[i].substring(position + 1)); if (prodId != "" && quantity > 0) { orderedItems[prodId] = quantity; var sub_total = round((quantity * products[prodId][1]), 2); //var sub_total_gbp = round((quantity * products[prodId][6]), 2); total += sub_total; //total_gbp += sub_total_gbp; termTxt = products[prodId][5]; termTxt = replaceAllStr(termTxt, ' __prc__', products[prodId][1].toFixed(2)); termTxt = replaceAllStr(termTxt, '__pname__', products[prodId][2]); termTxt = replaceAllStr(termTxt, '__prdname__', products[prodId][0]); term_htm += '' + termTxt + ''; cartHtml += "
" + "
" + "
" + products[prodId][4] + " " + products[prodId][0] + "

Qty: "+ quantity +" $" + sub_total.toFixed(2) + "

" + "
" + "" + ""+ "
Qty: "+ quantity +"
" + "
$" + sub_total.toFixed(2) + "
" + "
$" + sub_total.toFixed(2) + "
" + "
" } } cartHtml += "
" +"
" +"
    " +"
  • Sub Total: $" + total.toFixed(2) + "
  • " +"
  • Shipping & Handling: $0.00
  • " +"
  • Total: $" + total.toFixed(2) + "
  • " +"
" +"
" +""; cartHtml += "
"; cartHtml += "
"; cartHtml += "
" +"
" +"" +"" +"Remove" +"
"; cartHtml += "
"; cartHtml += "
" +"
" +"" +"" +"Remove" +"
"; cartHtml += "
"; if (cartHtml != "") { $("#cartBox").html(cartHtml); $(".trm_1").html(term_htm); } else { $("#cartBox").html(" Loading..."); } var upProdId1 = 90; if(checkItemExists(upProdId1)) { $(".offerBox:eq(0) .sec1-shopnow").text("Added To Order"); $(".offerBox:eq(0) .sec1-shopnow").addClass("prd-added"); $(".offerBox:eq(0) .remove-from-cart").show(); } else { $(".offerBox:eq(0) .sec1-shopnow").text("Add To Order"); $(".offerBox:eq(0) .sec1-shopnow").removeClass("prd-added"); $(".offerBox:eq(0) .remove-from-cart").hide(); } var upProdId2 = 91; if(checkItemExists(upProdId2)) { $(".offerBox:eq(1) .sec1-shopnow").text("Added To Order"); $(".offerBox:eq(1) .sec1-shopnow").addClass("prd-added"); $(".offerBox:eq(1) .remove-from-cart").show(); } else { $(".offerBox:eq(1) .sec1-shopnow").text("Add To Order"); $(".offerBox:eq(1) .remove-from-cart").hide(); $(".offerBox:eq(1) .sec1-shopnow").removeClass("prd-added"); } return false; } }; var round = function(value, decimals) { return Number(Math.round(value + 'e' + decimals) + 'e-' + decimals); };