Jump to content

[Solucionado] Arreglar el problema del zoom en "nuestras tiendas"


Recommended Posts

Revisa este mensaje del usuario mestallohttp://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

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

Guest
This topic is now closed to further replies.
×
×
  • Create New...