Doré de Lathuy +/- 300gr
Bio européen
Produit en province de Liège
Origine Belgique
En direct du producteur
Prix de vente : 6.94 € l'unité
Produit en rupture
- 23.13 € / kg
- Producteur : Fromagerie des Ardennes
- Agriculture : Biologique
- Type produit : Produit laitier
- Conditionnement : 300 g
Produit commandable jusqu'à 0 jour(s) avant la livraison
Doré de Lathuy (+/- 300gr)
Produit par la FROMEGERIE DES ARDENNES (BIOFERME).
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);