These versatile pots are great for cooking and storage. The hinged handle flips over the fitted lid to lock it in place. Lids also have top handle tabs.
- Rolled Lip Provides greater stability with PotLifter and reduces the pots tendency to warp, assuring a consistent lid fit.
- Rounded Corners Shape helps heat travel up sides of pot more quickly, boosting efficiency 5% and makes cleanup easier.
- Durable Scratch and dent resistant 18-10 Stainless Steel stands up in the most rugged conditions.
- PanHandler Securely grips rim of pot for easy lifting.
- Tip: Your MSR pots will be even more efficient if you allow them to blacken with use. That's because a blackened surface absorbs heat better than a light one.
Prop 65 A (General): This product contains chemicals known to the State of California to cause cancer, and birth defects or other reproductive harm.
'
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"1199271",
"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:'1199271',
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:'1199271'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});