FOR THE SCHOLAR ON A BUDGET: PHG
Extra, extra! Read all about it! Famed archeologist Notre Latedto Anyonetrademarked excavated an underground temple! And what did she find? A pit of dangerously adorable kittens. (Kittens. Why'd it have to be kittens? She HATES kittens!) Also, she found rare sunglass artifacts known to ancient civilizations as PHGs. You may not like these pedantic frames, but she doesn’t care. She wants Artifacts, Not Artifeelings. (SAME. Excavators are our motivators.)
Features
Look good, run goodr in goodr's newest collection, the PHG.
These running sunglasses have a Doctorate in Spectaclology. This souped-up style has nose pads and temple grips to make sure that they stay on your face if you fall asleep studying.
Like all'
});
})
function addtocart(qty,skus,key){
var data = {
"productId":"392107",
"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:'392107'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});