It’s very sure now that you won’t miss the Nike x UNDEFEATED Dunk Low “5 On It” as well. Acknowledging this legendary era for the silhouette while extending its legacy into the feature, UNDEFEATED curates a combination of five long-lauded materials to outfit their latest Dunk Low. An all-black color palette energizes a mix of premium suede, pony hair, ostrich leather, nylon, and canvas. 5 materials. 5 strikes. 5 on It.
- Please register on our website to join the raffle (www.atmos.co.id)
- The online raffle is open now and closes on October 21st, 2021 at 23:59 (GMT+7).
- Winners will be drawn and notified by email on October 23rd, 2021.
- Followand mention three friends in the comment below.
- Please make sure your Instagram account is not private.
- Any double entry is disqualified.
- Your account payment must be under the same name with your registered account at our atmos website.
- Winners will have one hour to complete their purchase. Otherwise your order will be automatically canceled, redrawn and offered to other participants.
- atmos Indonesia reserves all rights to amend the terms and conditions without prior notice.
- If you have any queries please contact our customer service team who will be happy to help.
'
});
})
function addtocart(qty,skus,key){
var data = {
"productId":"103957",
"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:'103957'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});