Trecce aux orties 350 gr
Bio européen
Produit en province de Liège
En direct du producteur
Prix de vente : 4.00 € l'unité
4.00 €350 g
- 11.43 € / kg
- Producteur : Goffard Sisters (SRL) Les Frangines
- Agriculture : Biologique
- Conditionnement : 350 g
Produit commandable jusqu'à 0 jour(s) avant la livraison
Trecce aux orties bio & locales (350gr)
Produites par les
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);