Whether you are going down to the beach to walk along the promenade, or out to lunch with your friends, these great summer shoes are versatile enough to wear anywhere. The Slide Sandal is truly a collaboration of comfort and style in one shoe. Made with beautiful attention to detail in a range of materials and colours, you will find it hard not to want to category.
Features of the Slide Sandals
Ultimate Comfort
these sandals boast true comfort, as well as fashion. It is not always easy to find both in a shoe, but the soft sole and well-made uppers of this sandal allow for both. Extremely Trendykeeping up with the latest fashion is easy when you choose the Shidiweike Slide Sandal. They come in a range of color and material options, each one making your foot look ultra-good, and always fashionable.Attention-to-Detail
'
});
})
function addtocart(qty,skus,key){
var data = {
"productId":"1151302",
"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:'1151302'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});