Panier
Mannequins
Accueil
(function() { // Check the URL for the 'devis' parameter const urlParams = new URLSearchParams(window.location.search); const isDevis = urlParams.get('devis'); if (isDevis === '1') { // If it's in the URL, save it to session storage sessionStorage.setItem('isDevisCart', '1'); } })();