Thé Earl Grey (20pces) 36 gr
Bio européen
Origine Belgique
Prix de vente : 2.03 € l'unité
2.03 €40 g
- 50.75 € / kg
- Producteur : Oxfam Fairtrade
- Agriculture : Biologique
- Conditionnement : 40 g
Produit commandable jusqu'à 0 jour(s) avant la livraison
Thé noir bio avec un arôme naturel de bergamote, en infusettes. Emballé au Sri Lanka.
Ingrédients : thé noir*° (96%), arôme naturel (bergamote) (4%)
function initArticleProduit() {
if (!!getGlobalData('PRODUCT_ID')) {
// pas de WIP (execution en arrière plan)
eshopProductService.getById(getGlobalData('PRODUCT_ID'))
.then((res) => insererInfos(res.data))
// les erreurs 404 sont ignorées
.catch((err) => err.response.status != 404 && RestApi.defaultXhrErrorHandler(err))
.finally(chargerRestriction);
}
}
whenGlobalDataLoad()
.then(initArticleProduit);