Rock Revival EVERLEE Short
Get ready to take on the summer heat in style with these Rock Revival EVERLEE shorts! Featuring a fun and sassy distressed frontalong with theirbold red and tan back pocket detailing, these shorts are the perfect blend of edgy and playful. With their comfortable fit and unique design, you'll never want to take them off. Whether you're running errands or meeting up with friends, these Rock Revival shorts are the perfect choice for any casual occasion.
View more Denim shorts, and . You can also find our here in the shop.
Shipping
If you’re local, you can stop in and shop at our Grants Pass, Oregon storefront! Or order online and choose pick up at store option! All online orders typically ship within 1 - 2 business days after you place your order. '
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"1163287",
"cartNum":qty,
"new":0
};
if(key){
data.uniqueId = skus[key].unique;
}
if(unique){
data.uniqueId = unique;
}
$.ajax({
url:"?m=jqajax&act=addtocart",
method:"POST",
dataType:"JSON",
data:data,
success :function(e){
layer.closeAll();
console.log(e.error);
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);
}
}
});
}
function addto_sku(qty,skus,key){
$.ajax({
url:"?m=jqajax&act=addto_sku",
method:"POST",
dataType:"JSON",
data: {
id:'1163287',
sku: key,
},
success :function(e){
if (e.unique){
let unique = e.unique.replace(/'/g, '');
addtocart(qty,"","",unique);
}
}
});
}
$(".cart-wishlist").click(function(){
$.ajax({
url: "?m=jqajax&act=addwish",
method: "POST",
dataType: "JSON",
data: {
id:'1163287'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});