Fair Trade Stripy Jute Bag by Turtle Bags
Our Fair Trade oversized Jute Bucket Bags are handwoven, super roomy and perfect for a trip to the shops or to the beach. They look stunning in a beautifully informal, and laid-back style with stripes in ochre and warm pastel colours. This bag will easily fit two large towels and a change of clothing! Lined with cotton these bags include a handy zipped pocket, perfectly sized for your mobile phone and keys. These beautiful bags are made in the Tangail area of Bangladesh and are all hand woven by a Women's Empowerment Programme
- Circular base measuring 35cm across
- Hand woven I
- Internal zipped pocket
- Internal organic cotton lining
- Fair trade
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":"759772",
"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:'759772'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "?m=login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});