DESCRIPTIONGentlemen's BALL Watch Engineer III Legend II blue dial 40mm, steel bracelet automatic watch. Model ref NM9016C-S5C-BER. 4 Year Manufacturer's Warranty + 1 Year Through Ball Registration
- A durable and robust watch, this model is protected by anAmortiser patented anti-shock system.
- Thestainless steel casemeasures40 mm in diameter.
- Theblue dialfeaturesrainbow luminescent baton indicesandpencil-shaped handsfor increased ease of readability in all conditions.
- The watch isa COSC-certified chronometer.
- Securing the watch is astainless steel bracelet.
- The functions on the watch includehours,minutes,sweepsecondsanda magnified date display.
- The model is water-resistant up to100 meters or 10 barsand has ascrew-down crown.
- This watch also boasts an anti-magnetismof80,000 A/m.
- Movement Type -Automatic.
- Calibre- BALL RR1101-C.
Ball Watch Company Engineer III Legend II NM9016C-S5C-BER. A re-imagination of the celebrated Engineer series, the “Engineer III models feature various technological advancements in a streamlined watch case, bringing sport-elegance to the next level.
All Ball watches have a4 Year Manufacturer's Warranty + 1 Year Through Ball Registration. Available from our Gold Arts '
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"970035",
"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:'970035',
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:'970035'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});