Bring richness and glamour to any bedroom
This Lovely Southwestern Black Aztec Bedspread - 3 Piece Set. This quilt set includes a soft-filled quilt featuring a color combination of a creamy off-white and tawny brown print to complement the eye-catching top design and comes with matching pillow shams, to complete the bedding set. The soft quiltlend snug warmness as you lie down in bed, while the remarkable animal print presents the flawless finish to your distinctive decor.
Dimensions:
Queen: Quilt: 90' x 90' - Two Shams: 20' x 26'
King: Quilt: 104' x 90' - Two Shams: 20' x 36'
'
});
})
function addtocart(qty,skus,key){
var data = {
"productId":"320860",
"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:'320860'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});