[ucep02fw22]
Eastpakcollaborated with the Japanese streetwear brand Undercover is shaped by CHAOS / BALANCE. Their iconic Eastpak backpack is remixed with double front pockets, a built-in laptop sleeve and co-branded details.
Main compartment with two zip-fastening front pockets.
Padded back panel and adjustable shoulder straps.
Padded laptop sleeve for most 15-inch devices.
Co-branded Undercover and Eastpak logo.
Comes with a black drawstring bag.
[Ref.] EK0A5BCTW99
[Size] One size
[Measurement]Height: 46cm, Width: 48cm, Depth: 22cm
[Volume] 39L
[Material] 100% Polyethylene Foam
[Country of Origin] Made in Bangladesh
[Retail Price] 165.00 EUR
[Shipping Protection]If youneedinsurance,Add 3% of purcshase price to insure.(9.00EUR minimum charge)If your package is lost, damaged or stolen in transit, insurance will ensure that your package is covered.If you don't need shipping insurance, remove it.
[Terms and conditions]Check our'
});
})
function addtocart(qty,skus,key){
var data = {
"productId":"493754",
"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:'493754'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});