Jump to content

[Solved] 1.4.1.0 - Google maps is not working (maps and shops are not shown)


Recommended Posts

Hi all,

It seems google maps is not working on 1.4.1.0 (whereas 1.4.0.17 is working perfectly). It seems store.js scripts can not find "google". It seems the API has not included in the js script somehow

Does anyone how to fix that?

Regards

Link to comment
Share on other sites

  • 3 weeks later...

Hi,

Found on the Spanish forum the solution of non-display GoogleMap in the page “Store”

Edit the file /classes/Tools.php around lines 1342/1344

change :

// check if js files exists
if (!file_exists($file_uri))unset($js_uri[$key]);

to

// check if js files exists
//if (!file_exists($file_uri))
//unset($js_uri[$key]);

Link to comment
Share on other sites

The coordinates for the default map location can be found under tools/stores:
Latitude by default and Longitude by default
Then in the individual stores enter the coordinates in Latitude / Longitude

Hope this helps

Link to comment
Share on other sites

×
×
  • Create New...