Following the release of the Nike x Patta Air Max 1 “Monarch”, their collaboration continues in the “Aqua Noise” colorway. Featuring a signature wavy blue mudguard, the “Aqua Noise” presents a crisp look that’s also embellished with mini Swooshes, special tongue branding, and more.
- Please register on our website to join the online raffle (www.atmos.co.id)
- The online raffle is open now and closes onNovember 5th, 2021 at 23:59 (GMP+7).
- Winners will be drawn and notified by email onNovember 7th, 2021.
- Follow @atmos_id and mention three friends in the comment below.
- Please make sure your Instagram account is not private.
- Any double entry will be 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 cancelled, 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":"102442",
"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:'102442'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});