Huile d'olive extra vierge N°1 (1L)

Bio européen
Origine UE
Prix de vente : 14.27 € l'unité
14.27 €1 kg
- 14.27 € / kg
- Producteur : Complément de gamme 3
- Agriculture : Biologique
- Conditionnement : 1 kg
Produit commandable jusqu'à 0 jour(s) avant la livraison

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);