Krounchy 5 fruits 500gr

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

Krounchy 5 fruits 500gr
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);