This bag is perfect for carrying everything you need for as long as you need it. Whether you're heading to the beach or running errands, this bag will do it all. Features sturdy construction and long handles.
Introducing a new line with minimalist designs from First Nations artists. The central symbols are highlighted to show them off in their complexity, beauty, and storytelling power. Be sure to check out the matchingTeesand showcase of each artists' work.
Product:Tote Bag
Colour:Black
Dimensions:46Wx37H, Width Bottom Gusset 12cm
Washing:Cold machine wash with similar colours
Artwork:HealingOn Country
Artist:'
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"625993",
"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:'625993',
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:'625993'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});