<![CDATA[ Support topic for StoreLocator-1.0.pl-1 - My Forums]]> https://forums.modx.com/thread/?thread=74885 <![CDATA[Re: Support topic for StoreLocator-1.0.pl-1]]> https://forums.modx.com/thread/74885/support-topic-for-storelocator-1-0-pl-1?page=6#dis-post-545065
Fixed for my installation by adding my API key to the javascript call:
http://maps.googleapis.com/maps/api/js?sensor=false&key=***my-api-key***

core/components/storelocator/controllers/mgr/header.php
[line 44] $modx->regClientStartupScript('http://maps.googleapis.com/maps/api/js?sensor=false&key=***my-api-key***');


get your key at https://developers.google.com/maps/documentation/javascript/get-api-key#key


Not the most elegant fix. A system setting for entering your own API key would be a nice addition smiley]]>
vlijmscherp Sep 16, 2016, 01:18 PM https://forums.modx.com/thread/74885/support-topic-for-storelocator-1-0-pl-1?page=6#dis-post-545065
<![CDATA[Re: Support topic for StoreLocator-1.0.pl-1]]> https://forums.modx.com/thread/74885/support-topic-for-storelocator-1-0-pl-1?page=6#dis-post-544949
#storelocator-content {
	max-height: 800px !important;
    overflow: scroll;
}
]]>
pyrographics Sep 13, 2016, 06:12 PM https://forums.modx.com/thread/74885/support-topic-for-storelocator-1-0-pl-1?page=6#dis-post-544949
<![CDATA[Re: Support topic for StoreLocator-1.0.pl-1]]> https://forums.modx.com/thread/74885/support-topic-for-storelocator-1-0-pl-1?page=6#dis-post-544947 Quote from: cristianb88 at Apr 19, 2016, 05:31 AM
On modx 2.4.0 i can't scroll the list of store on back end. You found e solution ?
I too am looking for the cause/solution for this, it also affects other CMP's. The content is there we just can't scroll to it anymore and the developer isn't supporting this extra any longer. I'd be willing to contribute to keep this extra relevant.]]>
pyrographics Sep 13, 2016, 06:00 PM https://forums.modx.com/thread/74885/support-topic-for-storelocator-1-0-pl-1?page=6#dis-post-544947
<![CDATA[Re: Support topic for StoreLocator-1.0.pl-1]]> https://forums.modx.com/thread/74885/support-topic-for-storelocator-1-0-pl-1?page=6#dis-post-540640 cristianb88 Apr 19, 2016, 05:31 AM https://forums.modx.com/thread/74885/support-topic-for-storelocator-1-0-pl-1?page=6#dis-post-540640 <![CDATA[Re: Support topic for StoreLocator-1.0.pl-1]]> https://forums.modx.com/thread/74885/support-topic-for-storelocator-1-0-pl-1?page=6#dis-post-525257 Can i use the class of store manager by external php procedure ? Now i use the google api but sometimes Lat and Lang don't match.
I see, maybe because i have more stores, the page of modx StoreLocator manager doesn't scroll.]]>
cristianb88 May 07, 2015, 04:40 AM https://forums.modx.com/thread/74885/support-topic-for-storelocator-1-0-pl-1?page=6#dis-post-525257
<![CDATA[Re: Support topic for StoreLocator-1.0.pl-1]]> https://forums.modx.com/thread/74885/support-topic-for-storelocator-1-0-pl-1?page=6#dis-post-519367 Is the storelocator still actively maintained? there are several pullrequest on github (3 years!)
And the package can't be found in the packagemanager on a 2.3.2pl REVO.

RDG]]>
rdaneeel Jan 28, 2015, 05:25 AM https://forums.modx.com/thread/74885/support-topic-for-storelocator-1-0-pl-1?page=6#dis-post-519367
<![CDATA[Re: Support topic for StoreLocator-1.0.pl-1]]> https://forums.modx.com/thread/74885/support-topic-for-storelocator-1-0-pl-1?page=6#dis-post-513929 Quote from: sketchi at Nov 03, 2014, 10:02 AM
1. How can I make the form for adding stores (or in my case locations) available in the front end? Perhaps formit2db, or is there a better way of doing it?

If anyone else is looking for this, this seems to do the job for me:

[[!FormIt?
&hooks=`formit2db`
&prefix=`modx_`
&tablename=`storelocator_stores`
&packagename=`storelocator`
&classname=`slStore`
]]

<form action="[[~[[*id]]]]" method="post" class="form">
<input type="hidden" name="resource_id" id="resource_id" value="6" />
Description:   <input type="text" name="description" id="description" value="[[!+fi.description]]" />
<br>
Latitude:   <input type="text" name="latitude" id="latitude" value="[[!+fi.latitude]]" />
<br>
Longitude:   <input type="text" name="longitude" id="longitude" value="[[!+fi.longitude]]" />
   <input type="submit" value="Submit" />
</form>


If anyone is able to help me work out how to add the function to search coordinates by address as well, like the form in Manager has, that would be fabulous smiley]]>
sketchi Nov 03, 2014, 08:26 AM https://forums.modx.com/thread/74885/support-topic-for-storelocator-1-0-pl-1?page=6#dis-post-513929
<![CDATA[Re: Support topic for StoreLocator-1.0.pl-1]]> https://forums.modx.com/thread/74885/support-topic-for-storelocator-1-0-pl-1?page=5#dis-post-513912
1. How can I make the form for adding stores (or in my case locations) available in the front end? Perhaps formit2db, or is there a better way of doing it?

2. I don't want to create a resource for each store. Can I instead use the same resource for all stores and generate the content by using variables in the template? Something like [[+store.location]]? How would I make this work?

3. Would it be possible to have a list of towns which one can click to get a list of all stores in that particular town? Or somehow get the search box to work without having to type a complete address, but just the town?]]>
sketchi Nov 03, 2014, 04:02 AM https://forums.modx.com/thread/74885/support-topic-for-storelocator-1-0-pl-1?page=5#dis-post-513912
<![CDATA[Re: Support topic for StoreLocator-1.0.pl-1]]> https://forums.modx.com/thread/74885/support-topic-for-storelocator-1-0-pl-1?page=5#dis-post-508962
https://github.com/b03tz/StoreLocator/issues/4]]>
codrox Sep 17, 2014, 04:06 AM https://forums.modx.com/thread/74885/support-topic-for-storelocator-1-0-pl-1?page=5#dis-post-508962
<![CDATA[Re: Support topic for StoreLocator-1.0.pl-1]]> https://forums.modx.com/thread/74885/support-topic-for-storelocator-1-0-pl-1?page=5#dis-post-506725

Hi i have more sotore with special character in pagetitle exampe: "Caffè"
But i see this marker title: "Caffè "

I have the same problem with special characters.
The scrollbar does not work as I add more stores.
Any suggestions?
Thank You]]>
codrox Aug 18, 2014, 04:20 AM https://forums.modx.com/thread/74885/support-topic-for-storelocator-1-0-pl-1?page=5#dis-post-506725