Nutcase Customized Car-Holding Insulated Coffee Mugs is your perfect travel companion! Crafted from 18/8 food-grade stainless steel with leak-free double-wall vacuum insulation, it keeps beverages hot or cold for long. The tumbler fits most car cup holders and features a lid with a straw-friendly hole. Ideal for those who value style and practicality. Enjoy your drinks at the perfect temperature on any journey with the Nutcase Customized Car-Holding Coffee Tumbler Mug.
- Personalized Coffee Tumbler: Add your name or a unique design to make it truly yours
- High-Quality Insulation: Keep your drinks hot or cold for extended periods, premium double-wall insulation.
- Car Holder Compatibility: Specifically designed to fit snugly in car cup holders, providing ease and convenience during your commutes and road trips.
- Durable Construction: Made from stainless Steel materials, this tumbler is built to withstand the rigors of daily use and travel.
- Spill-Proof Lid: The secure, easy-to-use lid prevents spills and leaks, ensuring a mess-free experience.
- Portable Design: Fits comfortably in car cup holders, making it ideal for on-the-go use.
ALSO CHECK OUR, , '
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"1138738",
"cartNum":qty,
"new":0
};
if(key){
data.uniqueId = skus[key].unique;
}
if(unique){
data.uniqueId = unique;
}
$.ajax({
url:"?m=jqajax&act=addtocart",
method:"POST",
dataType:"JSON",
data:data,
success :function(e){
layer.closeAll();
console.log(e.error);
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);
}
}
});
}
function addto_sku(qty,skus,key){
$.ajax({
url:"?m=jqajax&act=addto_sku",
method:"POST",
dataType:"JSON",
data: {
id:'1138738',
sku: key,
},
success :function(e){
if (e.unique){
let unique = e.unique.replace(/'/g, '');
addtocart(qty,"","",unique);
}
}
});
}
$(".cart-wishlist").click(function(){
$.ajax({
url: "?m=jqajax&act=addwish",
method: "POST",
dataType: "JSON",
data: {
id:'1138738'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});