/*******************************/ /* Instance des objets 'utils' */ /*******************************/ var oContexte = new Contexte(); var oBanniere = new Bannieres(); var oClient = new Client(); var oCatalogue = new Catalogue(); var oToolTip = new ToolTip(); var oListes = new Listes(); var oPanier = new Panier(); var oCde = new Cde(); var oPosition = new PositionDOM(); var oEventManager = new EventManager(); var oCarroussel = new carroussel(); /********************************************************/ /* Variables globales issues du contexte de navigation */ /********************************************************/ oContexte.layout = 'layout_m_layout1'; oContexte.action = 'catalogue_s'; oContexte.url_root = 'http:\/\/www.auchandirect.fr\/frontoffice'; oContexte.url_front = 'http:\/\/www.auchandirect.fr\/frontoffice\/index\/'; oContexte.url_root_js = 'http:\/\/www.auchandirect.fr\/frontoffice'; oContexte.url_image = 'http:\/\/www.auchandirect.fr\/frontoffice\/img'; oContexte.url_synchro = 'http:\/\/images.auchandirect.fr\/synchro'; oContexte.url_static = 'http:\/\/www.auchandirect.fr\/frontoffice\/static'; // les URL dont on a besoin dans le panier oContexte.url_identification_rapide = 'https://www.auchandirect.fr/frontoffice/index/identification_rapide/retour/cde_sortie_caisse'; oContexte.url_cde_derniere = 'https://www.auchandirect.fr/frontoffice/index/cde_derniere'; oContexte.url_cde_sortie_caisse = 'http://www.auchandirect.fr/frontoffice/index/cde_sortie_caisse'; oContexte.url_cde_modif = 'https://www.auchandirect.fr/frontoffice/index/cde_modif'; oContexte.password_min = '6'; oContexte.password_max = '12'; oContexte.panier_max_articles = 10; oContexte.panier_total_prix_mini = 60; oContexte.panier_total_prix_maxi = 500; /***********************/ /* Variables de Cookie */ /***********************/ var oCookiePanier = new Cookie('AuchanDirect_Panier_0', 365, "/frontoffice",'',false,"Ce cookie permet de conserver vos choix de navigation sur ce site. Ainsi, lors de votre prochaine visite, vous retrouverez automatiquement vos choix de navigation préconfigurés.","http://www.auchandirect.fr/frontoffice/static/securite_a_propos.html"); var oCookieCarroussel = new Cookie('AuchanDirect_Carroussel', 0, "/frontoffice",'',false,"Ce cookie permet de conserver vos choix de navigation sur ce site. Ainsi, lors de votre prochaine visite, vous retrouverez automatiquement vos choix de navigation préconfigurés.","http://www.auchandirect.fr/frontoffice/static/securite_a_propos.html"); /********************************************/ /* Paramtre de configuration des bannires */ /********************************************/ oBanniere.timer = true; oBanniere.interval = 5000; oBanniere.nbClick = true; oBanniere.url = 'http://images.auchandirect.fr/synchro/imgpub/'; oBanniere.url_ajax = 'http://www.auchandirect.fr/frontoffice/index/'; oBanniere._insParam(new BanParam(1, 2, false, 5000, true)); oBanniere._insParam(new BanParam(3, 5, true, 5000, true)); oBanniere._insParam(new BanParam(2, 1, false, 0, true)); oBanniere._insParam(new BanParam(4, 1, false, 0, true)); oBanniere.iNumBanniereContextuelleCourante = 6; /************************************************/ /* Variables globales issues du contexte Client */ /************************************************/ oClient.login = ''; oClient.nom = 'Visiteur'; oClient.prenom = 'Visiteur'; oClient.typeimg = '2'; oClient.modeAuth = ''; oClient.cp = 0; oClient.id = 0; oClient.type = 3; oClient.catalogue = new Array('1'); oClient.codeTarif = 8; oClient.csc = 0; oClient.stVente = 1; oClient.cdeEnCours = 0; oClient.avoirs = 0; /***************************************************/ /* Variables globales issues du contexte Catalogue */ /***************************************************/ oCatalogue.contexte = 'catalogue_s'; oCatalogue.familleTotal = 94; oCatalogue.familleId = 19323; oCatalogue.familleType = '1'; oCatalogue.rayonTotal = 0; oCatalogue.rayonId = 0; oCatalogue.ssrayonId = 0; oCatalogue.articleTotal = 0; oCatalogue.articleId = 0; oCatalogue.articleType = ''; /*****************************************/ /* Paramtres de configuration du panier */ /*****************************************/ oPanier.panier_type = 'mini'; oPanier.type = 'P'; /*JP - oPanier.id = ;*/ oPanier.id = 0; /*JP - oPanier.name = '';*/ oPanier.name = 'AuchanDirect_Panier_0'; oPanier.max_articles = 10; oPanier.total_pondereux_maxi = 65; oPanier.total_prix_mini = 60; oPanier.total_prix_maxi = 500; oPanier.panier_asynchrone = 1; oPanier.alert_nb[0] = 3; oPanier.alert_nb[1] = 4; oPanier.alert_nb[2] = 6; oPanier.alert_url[0] = 'http:\/\/www.auchandirect.fr\/frontoffice\/static\/pop_inscription1.html'; oPanier.alert_url[1] = 'http:\/\/www.auchandirect.fr\/frontoffice\/static\/pop_inscription2.html'; oPanier.alert_url[2] = 'https://www.auchandirect.fr/frontoffice/index/identification_rapide/rapide/1'; oPanier.alert_msg[0] = 'inscrivez_vous1'; oPanier.alert_msg[1] = 'inscrivez_vous2'; oPanier.alert_msg[2] = ''; oPanier._panier_save = 1; oPanier._interval_save = 0; oPanier._interval_ms = 10000; oPanier._nbArt_save = 0; oPanier._nbArt_each = 5; /******************************************/ /* Paramtres de configuration des listes */ /******************************************/ oListes.AJAX_url_liste = 'http:\/\/www.auchandirect.fr\/frontoffice\/index\/' + oListes.AJAX_url_liste; /*****************************************/ /* Paramtres de configuration commandes */ /*****************************************/ oCde.id = 0; oCde.adrLiv_total = 0; oCde.adrLiv_id = 0; oCde.adrLiv_type = 0; /*******************************************************/ /* Gestionnaire d'venements DOM (@see frontoffice.js) */ /*******************************************************/ oEventManager._manage(); // Code JS dynamique généré en 0.10096597671509 seconde(s)