MYS.CONFIG.layout = {"canShowGammePage":false,"isStandAlone":true,"useInternalCart":false,"addToSelectionMethod":"postMessage","_addToSelectionMethod":["internal","postMessage","get","post"]}; // DÉFINITION DES GAMMES MYS.CONFIG.doigts = {"celiane":["titane","graphite","blanc"]}; // DONNÉES REVENDEUR => Données des produits accessibles MYS.CONFIG.URLS.DB_produits.url = "https://www.alliancelec.fr/modules/moninterrupteur/baseLegrand.php"; // MAPPAGE DU FICHIER JSON DES PRODUITS MYS.CONFIG.MAPPAGE.DB_produits = {"id":"REF","id_reseller":"SKU","name":"NAME","prix":"PRIX"}; // TEMPLATE JS if (MYS.CONFIG.URLS.templates) { MYS.CONFIG.URLS.templates.url = "/static/2/js/templates/reseller.html?t=1571319624"; } $(document).ready(function() { if (navigator.userAgent.match(/iPad;.*CPU.*OS 7_\d/i)) { $('body, .content').height(window.innerHeight); window.scrollTo(0, 0); $('html').addClass('ipad ios7'); } MYS.construct(); }) let reseller_name = "alliancelec"; let gtmDatas = { 'page_category': 'configurator', 'page_name': document.title, 'clientType': reseller_name }; gtmDatas['typeEnv'] = 'desktop'; gtmDatas['typeEnv'] = 'mobile'; dataLayer.push(gtmDatas);