var products = [];
products[164] = ["DNA Metabolism - Double Pack", 239.99, "My Modern Testing", "At-Home DNA Metabolism Test allows people to learn about their unique genetic makeup and how it affects their metabolism. These tests provide reports on how an individual's body processes different types of food and nutrients, including carbohydrates, fats, and proteins. The results can be used to design a customized diet plan that is tailored to an individual's unique genetic makeup. ", "", "By placing an order with us you will be charged $ __prc__ + $0.00 for S&H for One Time for __prdname__ of My Modern Testing. If you are not completely satisfied with your purchase of __prdname__ of My Modern Testing at any time, please call 888-711-2144 or email care@mymoderntesting.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 My Modern Testing.", "" ] ;
products[165] = ["DNA Fitness Test", 199.67, "My Modern Testing", "At-Home DNA Fitness Test allows people to learn about their genetic makeup and how it affects their fitness goals. These tests provide reports on exercise response, diet markers, diet type recommendations, food sensitivities, alcohol responses, and predispositions. The results can be used to design a customized workout plan that is tailored to an individual's unique genetic makeup.", "
", "By placing an order with us you will be charged $ __prc__ + $0.00 for S&H for One Time for __prdname__ of My Modern Testing. If you are not completely satisfied with your purchase of __prdname__ of My Modern Testing at any time, please call 888-711-2144 or email care@mymoderntesting.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 My Modern Testing.", "" ] ;
products[166] = ["DNA Metabolism Test", 159.67, "My Modern Testing", "At-Home DNA Metabolism Test allows people to learn about their unique genetic makeup and how it affects their metabolism. These tests provide reports on how an individual's body processes different types of food and nutrients, including carbohydrates, fats, and proteins. The results can be used to design a customized diet plan that is tailored to an individual's unique genetic makeup. ", "
", "By placing an order with us you will be charged $ __prc__ + $0.00 for S&H for One Time for __prdname__ of My Modern Testing. If you are not completely satisfied with your purchase of __prdname__ of My Modern Testing at any time, please call 888-711-2144 or email care@mymoderntesting.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 My Modern Testing.", "" ] ;
products[167] = ["Keto + ACV Gummies", 129.99, "My Modern Testing", "KetoThe keto supplement may help sustain the high fat- low carb keto diet regimen & may help maintain an optimal state of ketosis in the body. It is formulated with a blend of Calcium, Magnesium, Sodium BHB salts along with MCT Oil & L-Arginine.
ACV GummiesThe optimally fortified nourishing ACV gummies which may help address a range of health concerns, offer adequate nutritional assistance and maintain desired fitness levels. Regular supplementation in consultation with a medical professional may help optimize metabolism, may help support digestive health and may help promote weight management.", "", "By placing an order with us you will be charged $ __prc__ + $0.00 for S&H for One Time for __prdname__ of My Modern Testing. If you are not completely satisfied with your purchase of __prdname__ of My Modern Testing at any time, please call 888-711-2144 or email care@mymoderntesting.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 My Modern Testing.", "" ] ;
products[168] = ["Keto Capsules", 99.99, "My Modern Testing", "The keto supplement may help sustain the high fat- low carb keto diet regimen & may help maintain an optimal state of ketosis in the body. It is formulated with a blend of Calcium, Magnesium, Sodium BHB salts along with MCT Oil & L-Arginine.", "
", "By placing an order with us you will be charged $ __prc__ + $0.00 for S&H for One Time for __prdname__ of My Modern Testing. If you are not completely satisfied with your purchase of __prdname__ of My Modern Testing at any time, please call 888-711-2144 or email care@mymoderntesting.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 My Modern Testing.", "" ] ;
products[169] = ["ACV Gummies", 59.99, "My Modern Testing", "The optimally fortified nourishing ACV gummies which may help address a range of health concerns, offer adequate nutritional assistance and maintain desired fitness levels. Regular supplementation in consultation with a medical professional may help optimize metabolism, may help support digestive health and may help promote weight management.", "
", "By placing an order with us you will be charged $ __prc__ + $0.00 for S&H for One Time for My Modern Testing __prdname__. If you are not completely satisfied with your purchase of My Modern Testing __prdname__ at any time, please call 888-711-2144 or email care@mymoderntesting.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 My Modern Testing.", "1 Bottle" ] ;
products[170] = ["Saliva Alcohol Test Strip", 189.99, "My Modern Testing", "Saliva Alcohol Test Strip allows people to learn about their alcohol levels. These tests provide fast reports on the BAC level of a person based on the color change on the test strip.", "
", "By placing an order with us you will be charged $ __prc__ + $0.00 for S&H for One Time for My Modern Testing __prdname__. If you are not completely satisfied with your purchase of My Modern Testing __prdname__ at any time, please call 888-711-2144 or email care@mymoderntesting.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 My Modern Testing.", "2 Bottles" ] ;
products[171] = ["Ketone Test Strips", 19.99, "My Modern Testing", "Professional and specially designed for ketone testing, Ketone Test Strips are made for quanlitative and semi-quantitative urine analysis. Allows users to quickly and easily measure ketone levels based on the color of the resulting test", "
", "By placing an order with us you will be charged $ __prc__ + $0.00 for S&H for One Time for My Modern Testing __prdname__. If you are not completely satisfied with your purchase of My Modern Testing __prdname__ at any time, please call 888-711-2144 or email care@mymoderntesting.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 My Modern Testing.", "" ] ;
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("
Start Purchasing 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[prodId][0] + " " + products[prodId][6] + "