986 comments found.
I asked this already but I need to know when you plan to add the option to print the directions. I think it makes sense to be able to print the directions and take it along with you on the journey.
Thank you
Yep, it will be in the next patch, no expected dates yet due to tight schedule.
probably a stupid question but does your store locator work without the top navigation – I don’t want people to click on an admin button or an add store button, just want them to see the location of all dealers – I can’t tell by the demo whether the iframe can just show the map and list of stores
Yes it will work without the top navigation.
I am trying to change the initial view of the map shown. I want to show all the dealers in a region not just the one or two close to where I live. My client has stores all over canada and us. I have set the script location to be Canada however when the intial map comes up it shows close in zoomed to what looks like the midpoint of canada and although the stores are listed on the side, it does not show in the map view. There are lots of points where the ZOOM is set, which one do I change to get an all of Canada view?
also the category selector does not seem to work, tried to use provinces as categories but when I pick the category of British Columbia I get nothing even though the 4 stores in there right now are all under that category
Please email me directly for support issues. I will assist you from there. Cheers.
Great script but really need a way to set the width properly. It’s too wide for my Wordpress theme and it’s too wide for an iPhone screen in portrait.
You can try to edit the CSS or use the responsive version.
Did you get my email? I need your help please.
I have replied your email. Cheers.
Can we use it as a business directory, can we add adsense, and how google index the listings?
Everything you said it’s doable with a little bit of customization.
I’m trying to get unique images on the google pointers as well… not sure why I can’t get the variable bound though…
Tried creating a variable: $pointer = ‘admin/imgs/categories/’ . $cat_id . ’/image.png’;
and replaced
‘img/image.png’, (under var image = new google.maps.MarkerImage)
with
$pointer
but that isn’t working…
hard cording the $pointer variable to
$pointer = ‘admin/imgs/categories/2/image.png’;
works though… so obviously the $cat_id variable isn’t being bound to the javascript for some reason. I added to to the array in the libary.php script too.
@nasabayabasan – i’m curious as to how you got this working…
Could be cache issue.. have to trial and error i’m guessing.
Not a cache issue. I’m getting a javascript error when I try to retrieve $cat_id in the super-store-finder.js (You must have Javascript enabled to use the store finder.) I cleared the cache and re-ran. Same issue.
You have to view the error message in firebug or chrome console
It’s an unexpected string error. And several others that I’m assuming are just related to the same unexpected string.
Uncaught SyntaxError: Unexpected string super-store-finder-mobile.js:32 Uncaught TypeError: Cannot read property ‘msie’ of undefined jquery.fancybox-1.3.4.pack.js:18 Uncaught TypeError: Object [object Object] has no method ‘fancybox’ custom.js:92 Uncaught TypeError: Object [object Object] has no method ‘nivoSlider’ custom.js:168
actually, the other errors show up even when the script runs fine… so only the unexpected string from the $cat_id variable is causing the failure
yeah you might need to console.log or trace the string out to see what is causing the errors
I think I’m just missing how to call up the variables in that script… I’m just getting variable undefined errors now….when I know the script has the variables.
the previous error was due to me typing periods instead of +
‘admin/imgs/categories/’+ $cat_id + ’/image_2.png’
returns the variable undefined
Got it working 
Great to hear that!
I would like to customize the content inside the balloon. What is the name of the file that controls the content displayed in the Balloon, when the marker is clicked?
Hi there,
You may edit js/super-store-finder.js and look for info_window you might be able to tweak it from there. Cheers.
Nice work man!!! Do you have a version of this script for ASP.NET C#?
Hi there, thanks. Unfortunately nope. Sorry. Cheers.
Hi, I tested this on my machine with IE7, and I notice issue with the embed.php (responsive version). The index.php works fine, but the embed.php for some reason is not displaying and results.
I’m viewing your link to responsive, by the way. http://superstorefinder.net/clients/responsive/index_embed.php http://superstorefinder.net/clients/responsive/embed.phpThanks for the feedback, I will look into this and might be able to provide a patch in the future.
Hi Joe,
The locator has been very good and I have been able to modify it to my needs. I sent you an email about setting up custom markers. Did I send it correctly to you?
Thanks, Mark
Hi Mark, I have replied your query via email. Cheers 
Hi there love the code! Great work!!
I wondered if there was a way that I could allow store owners to manage and update the information that is displayed?
Many thanks,
Devs.
Hi,
Thanks for the great feedback.
That feature is not available at this current moment, it might be included in the future releases. However, if you wish to have it soon, I could customize this for you.
Cheers, Joe Iz
Hi Joe and thanks, how much would it cost?
Hi there,
Send me an email via my profile page so we can discuss it there.
Cheers.
Hello! The accents of the categories and the description of the stores, comes with error.
I’ve done all the steps guide. The Spanish translation is fine but when I want to add a category comes out with error
error: página correct: página
Hi there, Please ensure that the database and categories table and its fields collation are set as utf-8.
Thanks for the Miles Distance fix, Great support.
Pleasure to serve. Cheers.
Hi. Could you tell me how IE10 handles your script, since it is not on your list of supported browsers? Thanks.
It should run smoothly without any issues.
Thanks for the Miles as default fix!
It’s working perfectly. 
Map Icons Designer has a set of 200 Map 200 Map icons in PSD Vector Shape & PNG format. They can be used as Google Map Icons and markers. Download them here http://www.webiconset.com/map-icons/
Setting Up Miles as Default issue RESOLVED in FAQ
Please refer to the updated version of FAQ that addresses the issue of setting miles as the default distance metric.
http://codecanyon.net/item/13345/3630922/faqsIn addition to the steps in the FAQ, you need to change all:
unitSystem: google.maps.DirectionsUnitSystem.METRIC
to
unitSystem: google.maps.DirectionsUnitSystem.IMPERIAL
in order to make it work in super-store-finder.js
Hi, nice script you have made here.
My question are :
How i enable exact location?
Theres is posible to set an image for each category to show on the map?
Thank you, I’ll answer your question as below:
Exact location and custom marker for each category will require customization, if you’re interestred kindly send a pm via my profile page.
Here are the demo of customization
1. Exact Geo location – http://superstorefinder.net/clients/geolocation/
2. Custom Category Marker – http://superstorefinder.net/clients/custommarker/
There’s also a customization for multicategories – http://superstorefinder.net/clients/multicategories/superstorefinder/admin (Try add store, you can assign multi categories)
Cheers.
Hi.
Does is possible to add stores on any place of the world?
Best regards Nor
Hi there,
Yes it is possible to add any store world wide.
Cheers.
This is an awesome script!! Just what we wanted to use for our clients. Keep up the great work!
Thanks for the great feedback. Very much appreciated.