Turtle Bags Blue and Black Stripey Bag
Simple yet chic, Fairtrade and eco friendly. This handwoven jute bag is perfect for all your carrying needs, whether it's to the shops, work or a trip out with friends.
This Turtle Bags Blue and Black Stripe Bag with Short Handle is a beautiful natural jute bag with three vertical, bold, black and blue stripes and two natural woven handles. It’s bound to become an everyday classic in your eco wardrobe. We love its simple yet classic design, unlined, wipeable and able to be folded up to take to the shops or market.
This lovely natural jute bag is ethically made using sustainable jute and was handwoven by women in the Women’s Empowerment Programme in Bangladesh, this is a great bag for the ethically minded.
Dimensions: 40 cm x 40cm
Turtle Bags was founded back in 2001 when single use carrier bags were readily available, their aim is to raise awareness of the hazards of plastic bags and to provide a high quality, sustainable, plastic free alternative. Turtle Bags are not just committed to helping protect our oceans, they're also proud of their fair trade practices and ethical supply chains.
'
});
})
function addtocart(qty,skus,key){
var data = {
"productId":"759826",
"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:'759826'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "?m=login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});