Steak Haché porc/boeuf (Amarelles) 500 gr
Produit en province de Liège
En direct du producteur
Prix de vente : 9.64 € l'unité
9.64 €500 g
- 19.28 € / kg
- Producteur : Boucherie Amarelles
- Type produit : Produit carné
- Conditionnement : 500 g
Produit commandable jusqu'à 0 jour(s) avant la livraison
Steak Haché porc/boeuf (Amarelles) 500gr
À 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);