var products = [];
products[211] = ["Earplugs", 1.23, "Good Music To Your Ears Now", "Block out unwanted noise with these comfortable earplugs. Perfect for sleeping, studying, or working in loud environments. Made from soft silicone for a snug fit and reusable design. Provides effective noise reduction while maintaining comfort for extended wear.", "
", 0,"By clicking the Order Now button and submitting this order, I agree that my card will be charged $ __prc__ + $0.00. If this product is not right for me, or I have any questions, contact customer service with any questions by calling 800-317-1540 or e-mailing info@goodmusictoyourearsnow.com. Charges will appear on my credit card statements as goodmusictoyourearsnow. Standard shipping orders will be processed and shipped with USPS within about 1 business day. Shipping time is estimated to be 5-7 business days from when your order ships out. Thank you for your business.", "1"];
products[212] = ["Bluetooth Wireless Earphones", 14.93, "Good Music To Your Ears Now", "Experience wireless audio freedom with these Bluetooth earphones. Superior sound quality, active noise cancellation, and long-lasting battery for uninterrupted music and calls. Comfortable fit for extended wear, ideal for workouts, commuting, or daily use.", "
", 0,"By clicking the Order Now button and submitting this order, I agree that my card will be charged $ __prc__ + $0.00. If this product is not right for me, or I have any questions, contact customer service with any questions by calling 800-317-1540 or e-mailing info@goodmusictoyourearsnow.com. Charges will appear on my credit card statements as goodmusictoyourearsnow. Standard shipping orders will be processed and shipped with USPS within about 1 business day. Shipping time is estimated to be 5-7 business days from when your order ships out. Thank you for your business.", "1"];
products[213] = ["1 Portable Bluetooth Speaker", 19.93, "Good Music To Your Ears Now", "Upgrade your audio setup with two portable Bluetooth speakers. Enjoy stereo sound, wireless connectivity, and extended battery life. Perfect for parties, outdoor gatherings, or filling larger spaces with music. Compact and easy to carry for versatile entertainment.", "
", 0,"By clicking the Order Now button and submitting this order, I agree that my card will be charged $ __prc__ + $0.00. If this product is not right for me, or I have any questions, contact customer service with any questions by calling 800-317-1540 or e-mailing info@goodmusictoyourearsnow.com. Charges will appear on my credit card statements as goodmusictoyourearsnow. Standard shipping orders will be processed and shipped with USPS within about 1 business day. Shipping time is estimated to be 5-7 business days from when your order ships out. Thank you for your business.", "1"];
products[214] = ["2 Portable Bluetooth Speakers", 29.93, "Good Music To Your Ears Now", "Take your music anywhere with this compact portable Bluetooth speaker. High-quality sound, wireless connectivity, and long battery life for hours of uninterrupted playback. Easy to carry and perfect for outdoor adventures, parties, or home use.", "
", 0,"By clicking the Order Now button and submitting this order, I agree that my card will be charged $ __prc__ + $0.00. If this product is not right for me, or I have any questions, contact customer service with any questions by calling 800-317-1540 or e-mailing info@goodmusictoyourearsnow.com. Charges will appear on my credit card statements as goodmusictoyourearsnow. Standard shipping orders will be processed and shipped with USPS within about 1 business day. Shipping time is estimated to be 5-7 business days from when your order ships out. Thank you for your business.", "2"];
products[215] = ["Ear Wireless Headset", 39.93, "Good Music To Your Ears Now", "Stay connected hands-free with this wireless ear headset. Crystal-clear sound, noise cancellation, and long battery life. Comfortable ergonomic design for all-day wear. Perfect for calls, music, and voice commands with easy touch controls.", "
", 0,"By clicking the Order Now button and submitting this order, I agree that my card will be charged $ __prc__ + $0.00. If this product is not right for me, or I have any questions, contact customer service with any questions by calling 800-317-1540 or e-mailing info@goodmusictoyourearsnow.com. Charges will appear on my credit card statements as goodmusictoyourearsnow. Standard shipping orders will be processed and shipped with USPS within about 1 business day. Shipping time is estimated to be 5-7 business days from when your order ships out. Thank you for your business.", "1"];
products[216] = ["Sunrise Clock Sound Machine", 59.93, "Good Music To Your Ears Now", "Wake up naturally with this sunrise alarm clock and sound machine. Gradual light simulation mimics dawn, with soothing nature sounds and white noise. Also functions as a dimmable night light. Compact design, easy to use without a phone, perfect for travel.", "
", 0,"By clicking the Order Now button and submitting this order, I agree that my card will be charged $ __prc__ + $0.00. If this product is not right for me, or I have any questions, contact customer service with any questions by calling 800-317-1540 or e-mailing info@goodmusictoyourearsnow.com. Charges will appear on my credit card statements as goodmusictoyourearsnow. Standard shipping orders will be processed and shipped with USPS within about 1 business day. Shipping time is estimated to be 5-7 business days from when your order ships out. Thank you for your business.", "1"];
products[217] = ["Soundbar", 109.93, "Good Music To Your Ears Now", "Enhance your TV audio with this ultra-slim soundbar. Deep bass, surround sound, and voice enhancement for clear dialogue. Multiple connectivity options including Bluetooth, Optical, AUX, and USB. Three EQ modes for music, movies, and news. Wall-mountable design.", "
", 0,"By clicking the Order Now button and submitting this order, I agree that my card will be charged $ __prc__ + $0.00. If this product is not right for me, or I have any questions, contact customer service with any questions by calling 800-317-1540 or e-mailing info@goodmusictoyourearsnow.com. Charges will appear on my credit card statements as goodmusictoyourearsnow. Standard shipping orders will be processed and shipped with USPS within about 1 business day. Shipping time is estimated to be 5-7 business days from when your order ships out. Thank you for your business.", "1"];
products[218] = ["Karaoke Machine Set", 159.93, "Good Music To Your Ears Now", "Turn any gathering into a karaoke party with this portable machine. Powerful sound with subwoofer, Bluetooth connectivity, and dynamic disco lights. Rechargeable battery for extended play. Supports USB, TF card, AUX, and TWS for stereo sound. Built-in handle for easy transport.", "
", 0,"By clicking the Order Now button and submitting this order, I agree that my card will be charged $ __prc__ + $0.00. If this product is not right for me, or I have any questions, contact customer service with any questions by calling 800-317-1540 or e-mailing info@goodmusictoyourearsnow.com. Charges will appear on my credit card statements as goodmusictoyourearsnow. Standard shipping orders will be processed and shipped with USPS within about 1 business day. Shipping time is estimated to be 5-7 business days from when your order ships out. Thank you for your business.", "1"];
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 shipping = 0;
var grand_total = 0;
var sub_total = 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);
total += (quantity * products[prodId][1]);
}
}
total = round(total, 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("
You have not selected any product...
  Browse Products"); } showTotalPrice(); return false; } else { var items = order.split("|"); var total = 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][4] + " " + products[prodId][0] + "
" + "