llanitozz Posted January 22, 2013 Share Posted January 22, 2013 (edited) Hola, buenas tardes, no se so me puedan ayudar con mi siguente duda: donde puedo localizar la linea de codigo que me manda el zoom de las sucursales mostradas en el mapa?, tenemos 6 sucursales alrededor del pais, y no se alcanzan a vizualizar todas en el mapa, Edited January 23, 2013 by llanitozz (see edit history) Link to comment Share on other sites More sharing options...
mestallo Posted January 23, 2013 Share Posted January 23, 2013 yo tengo el mismo problema Quisiera mostrar de primeras todo el mapa de España para que se vea toda la red comercial Parece ser que el archivo a modificar es Themes/your theme/stores.tpl pero no se que variables modificar para ello. Link to comment Share on other sites More sharing options...
mestallo Posted January 23, 2013 Share Posted January 23, 2013 (edited) In prestashop there is "Stores" section. To change zoom of the default map which loads up after navigating there, go to: themes/.../js/ folder open stores.js Go to line 196. You will see code like this: map = new google.maps.Map(document.getElementById('map'), { center: new google.maps.LatLng(defaultLat, defaultLong), zoom: 15, mapTypeId: 'roadmap', mapTypeControlOptions: {style: google.maps.MapTypeControlStyle.DROPDOWN_MENU} }); Change Zoom to whatever you like. Edited January 23, 2013 by mestallo (see edit history) Link to comment Share on other sites More sharing options...
llanitozz Posted January 23, 2013 Author Share Posted January 23, 2013 In prestashop there is "Stores" section. To change zoom of the default map which loads up after navigating there, go to: themes/.../js/ folder open stores.js Go to line 196. You will see code like this: map = new google.maps.Map(document.getElementById('map'), { center: new google.maps.LatLng(defaultLat, defaultLong), zoom: 15, mapTypeId: 'roadmap', mapTypeControlOptions: {style: google.maps.MapTypeControlStyle.DROPDOWN_MENU} }); Change Zoom to whatever you like. Muchas gracias! ya pude mostrar las sucursales desde un zoom mas alejado jeje Link to comment Share on other sites More sharing options...
Recommended Posts