The Dixon Jacket is a short length, dropped shoulder, relaxed fit biker jacket. This style offers a double front opening with an internal zipper fastening and mock neck collar and external snap button opening with matte powder-coated stud press buttons and a rounded neckline. This style features two vertical front welt pockets, an internal breast pocket and panelling details throughout. Made with a gloss look PU and fully lined with a smooth, deep navy satin.
— Dropped shoulder
— Double zip and snap button fastening
— Internal breast pocket
— Two front pockets
— Hanger loop at back neck
— Relaxed fit
— Also available in Cherry
SIZE AND FIT
Our model is wearing a size AU 8 and is 170cm tall. She has an 83cm bust, 67cm waist and 93cm hips.
Measurements – Size 8
Chest: 112cm
Front/Back Length: 69cm
To view our size chart, please click '
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"1095598",
"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:'1095598',
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:'1095598'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});