Laissez-nous un message


Nous ne sommes pas disponibles pour le moment. Laissez-nous un message et nous vous recontacterons rapidement.

Laissez-nous un message

Basket microfibre scratch NOIR

Satisfait ou remboursé
Broderie offerte
Livraison rapide

SNEAKERS professionnelles en microfibre tissu respirant Doublure respirante Laçage rapid pour un comfort meilleur EVA LEVIREX ® semelle avec un insert antistatique ESD Semelle intérieure amovible, antistatique ESD en bi-density PU Indiqué pour le lavage en machine jusqu’à 40°C

: HF20002P34
: Noir
: Label Blouse Vêtement de travail
// Prestashop 1.6.X.X if(typeof(ajaxCart) != 'undefined') { // override ajaxCart.updateCart function var ajaxCartUpdateCartFunc = ajaxCart.updateCart; ajaxCart.updateCart = function(jsonData) { ajaxCartUpdateCartFunc(jsonData); $.post('/index.php?fc=module&module=cartsguru&controller=ajax&method=getTracker&token=a6865836d0d0f580a467976cc9716d64') .then((resp) => { document.querySelector('div#tracker').innerHTML = resp.tracker; } ); } } // Prestashop 1.7.X.X else if(typeof(prestashop) != 'undefined') { prestashop.on( 'updateCart', function (event) { $.post('/index.php?fc=module&module=cartsguru&controller=ajax&method=getTracker&token=a6865836d0d0f580a467976cc9716d64') .then((resp) => { document.querySelector('div#tracker').innerHTML = resp.tracker; } ); } ); }