// DÉFINITION DES GAMMES MYS.CONFIG.doigts = {"vivo":["White","Grey"]}; // DONNÉES REVENDEUR => Données des produits accessibles MYS.CONFIG.URLS.DB_produits.url = "/static/2/database/db/produits/vivo.json"; // MAPPAGE DU FICHIER JSON DES PRODUITS MYS.CONFIG.MAPPAGE.DB_produits = {"id":"id","id_reseller":"sku","name":"name","prix":"price"}; // TEMPLATE JS MYS.CONFIG.URLS.templates.url = "/static/2/js/templates/australie.html?t=1571749019"; MYS.CONFIG.URLS.LIST_fonctionsCategories.url = "/static/2/database/list/list_categories_australie.json"; $(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(); }) reseller_name = "australie"; gtmPageVersion = "moninterr-australie"; gtmPageCategory = "configurator page"; if (gtmPageVersion === "") { console.error('[ GTM ] "pageVersion" isn\'t well defined') } if (gtmPageCategory === "") { console.error('[ GTM ] "pageCategory" isn\'t well defined') } dataLayer.push({ "pageVersion": gtmPageVersion, "pageCategory": gtmPageCategory });