WSL's Lineup posters: celebrating the dreamiest waves on the Championship Tour. This poster has a partly glossy, partly matte finish and features a scene from Pipeline on the North Shore of Oahu, Hawaii. It
is 24' x 36'. 10 mil (0.25 mm) thick
Slightly glossy
Fingerprint resistant
Paper sourced from Japan
Please note that returns on posters are only accepted for misprinted, damaged or defective items. See the full poster return policy
'
});
})
function addtocart(qty,skus,key){
var data = {
"productId":"1195249",
"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:'1195249'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});