Slice 33 cl

Produit avec consigne
Produit en province de Liège
En direct du producteur
Prix de vente : 2.46 € l'unité
2.46 €33 cl
- 7.45 € / L
- Producteur : Belgium Tennis Beer
- Type produit : Boisson
- Conditionnement : 33 cl
Produit commandable jusqu'à 0 jour(s) avant la livraison

Slice (33cl)
Produit par BELGIUM TENNIS BEER
La
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);