samuelta Posted December 5, 2013 Share Posted December 5, 2013 Hola Hoy estuve tocando el modulo de nuestras tiendas y puse la longitud y latitud mediante el google.maps pero la imagen que me sale es de muy lejos. ¿ alguien podria ayudarme para poner la imagen mas cercana? Gracias!!! Link to comment Share on other sites More sharing options...
nadie Posted December 5, 2013 Share Posted December 5, 2013 Revisa este mensaje del usuario mestallo: http://www.prestashop.com/forums/topic/218662-solucionadoconfigurar-zoom-en-mapa-de-sucursales/?p=1079641 a ver si te sirve. (En el fichero: /themes/plantilla/js/stores.js ) 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. Saludos, Link to comment Share on other sites More sharing options...
samuelta Posted December 8, 2013 Author Share Posted December 8, 2013 Pefectooo!!!!! muchas gracias Nadie. Un saludooooooo!!! Link to comment Share on other sites More sharing options...
nadie Posted December 8, 2013 Share Posted December 8, 2013 Pefectooo!!!!! muchas gracias Nadie. Un saludooooooo!!! Un placer ayudarte y servirte ! Te añado la palabra "Solucionado" al titulo del tema y procedo a cerrar el tema. Saludos, Para cualquier otra duda, no dudes en crear un tema nuevo en el foro. Link to comment Share on other sites More sharing options...
Recommended Posts