Rönning wrote:Hi there, I´m going to put this here because it´s most likely a bug.
I have 2 sites using this plugin and recently we changed them to be using SSL on all pages by ticking the "Force SSL for all site pages:" checkbox under General settings > Security
Now The map does not appear when you view a store details page, it shows up blank, see screenshot here:http://oi60.tinypic.com/9zq4m.jpg
This only happens under HTTPS
I am using Nopcommerce 3.5
Hi,
Thanks for reporting this !
We have missed to add the "S" to the http link in the JavaScript and the browser refuses the connection, because it thinks it is unsecured - that is why the map does not show. We will fix this ASAP. You can fix it by yourself really easy:
Go to this file:
\Plugins\SevenSpikes.Nop.Plugins.StoreLocator\Scripts\StoreLocatorShop.min.js and you will see this link:
http://maps.googleapis.com/maps/api/js?sensor=false&sensor=false&callback=initializeMap
Just edit is like this (add the "S" to the HTTP):
https://maps.googleapis.com/maps/api/js?sensor=false&sensor=false&callback=initializeMapThat is all !