Turtle Bags Green and Black Stripe Bag
This beautiful Fairtrade Green and Black Stripey jute tote bag from Turtle bag, has woven green and black stripes on a natural background, and two natural woven handles. A lovely, simple shopping bag that can be worn over your arm or hand held - perfect for trips to the shops, playgroup or work. This red and black Stripey jute bag is un-lined and we love it’s simple and stylish design. It folds down to take to the market and can be wipeable, which is great if your carrying wet or dirty fresh vegetables or fruit. Ethically made from sustainable Jute by women in the Women’s Empowerment Programme in Bangladesh, this is a great bag for ethically minded parents.
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":"760187",
"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:'760187'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "?m=login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});