DERMATOLOGIST RECOMMENDED.*
ANTI AGING. ANTI SLEEP CREASE. ANTI BED HEAD.
OVER 95% OF USERS AGREED SLEEP CREASES, SLEEP LINES AND SLEEP WRINKLES WERE FEWER AND LESS NOTICEABLE.
Slipsilk. Laboratory Tested. Hypoallergenic.
The beauty secret of celebrity hairstylists, dermatologists and beauty experts.
Includes 1 x Queen / International Standard Pillowcase (20” x 30” | 51cm x 76cm) with invisible zipper closure | Machine washable |'
});
})
function addtocart(qty,skus,key){
var data = {
"productId":"322579",
"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:'322579'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});