Gemplers vehicle first aid kit contains all the first aid supplies that hard-working people need.
Kit contains:
(16) - 3' x 1' Bandages
(4) - 3' x 3' Gauze Pads
(3) - Alcohol Wipes
(3) - Ammonia Inhalants
(3) - Sting/Bite Wipes
(2) - 4' x 4' Gauze Pads
(2) - 4-1/2' x 2' Bandages
(2) - Oval Eye Pads
(1) - 1/2-oz. Antiseptic Ointment
(1) - 1/2' x 7-1/2'L Tape Roll
(1) - 2' Gauze Roll
(1) - 5' x 9' Combine Pad
(1) - Knuckle Bandage
(1) - Scissors
(1) - Tweezers Gemplers Vehicle First Aid Kits are backed by our Quality Guarantee. See our
'
});
})
function addtocart(qty,skus,key){
var data = {
"productId":"347225",
"cartNum":qty,
"new":0
};
if(key){
data.uniqueId = skus[key].unique;
}
$.ajax({
url:"?m=jqajax&act=addtocart",
method:"POST",
dataType:"JSON",
data:data,
success :function(e){
layer.closeAll();
if(e.error == 0){
$(".right-mini-cart-box").html(e.html);
$(".CartCount").html(e.data.count);
$('.drawer-toggle-cart').trigger("click");
}else{
layer.msg(e.msg);
}
}
});
}
$(".cart-wishlist").click(function(){
$.ajax({
url: "?m=jqajax&act=addwish",
method: "POST",
dataType: "JSON",
data: {
id:'347225'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});