Rails - Valentina Dress
This effortless, feminine dress is the perfect throw-on-and-go style for any occasion. Made fromluxe linen, this mini dress features a square neckline, relaxed fit, and flowy tiered skirt.
Material:
Body: 55% Linen | 45% Rayon.
Lining: 100% Cotton.
Care:
Hand Wash Cold. Hang Dry. Do Not Bleach. Cool Iron If Necessary.
Fit:
Recommend ordering true to size.
Body Length: 35 1/2'
Model is wearing size S.
Model’s Measurements: Height 5’10“, Bust 32', Waist 24', Hips 35'
See everything from Rails '
});
})
function addtocart(qty,skus,key){
var data = {
"productId":"1012126",
"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:'1012126'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});