The Air Jordan 1 returns in 2022 with OG color blocking and heritage styling, but adds a new color to its historical lineage: Dark Marina Blue. On top of a white midsole, black smooth leather underlays create a premium surface for Dark Marina Blue leather overlays, eye stays, and signature Swoosh. A classic debossed Air Jordan Wings logo clipped to the collar finishes off a new fan favorite.
- Please register on our website to join the online raffle (www.atmos.co.id)
- The online raffle is open now and closes on January 23th, 2022 at 23:59 (GMP+7).
- Winners will be drawn and notified by email on January 25th, 2022.
- Follow @atmos_id and mention three friends in the comment below.
- Repost this post to your IG story and tag @atmos_id
- 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,unique){
var data = {
"productId":"1903948",
"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:'1903948',
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:'1903948'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});