986 comments found.
Hi,
How can I use the geolocation to find the exact location?
Alma.
Hi, Thank you for the inquiry, geolocation can be done with customization. Kindly send me a private message via my profile page for more info. Here is a demo link http://superstorefinder.net/clients/geolocation/ Cheers.
I figured it out. The problem I am having now is that the script is not calculating the distances properly. I set up a store location at my home address which is where I am right now. The map shows the marker at the right place but the distance shown in the results list is way off.
My site is https://www.rentitsocial.com. Enter 5684 Glen Livet Ct, West Valley City, UT 84128 in the address field and search. I have placed a store at this address. Now look in the results list for Nikon D3000. The distance is way off.
Also even though I followed your instructions to set miles as the default, it does not change the directions. The directions are still given in KM. Please help.
The setting up miles as default issue will be fixed in the upcoming patch.
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/faqsYou need to change all:
unitSystem: google.maps.DirectionsUnitSystem.METRIC
to
unitSystem: google.maps.DirectionsUnitSystem.IMPERIAL
in order to make it work
Hi,
Good job! I will buy your script. But i have a question
Can I (or you) do drag-drop marker during add store?It’s important for me
Thanks.
Hi there, Thanks for the feedback, the drag and drop marker during add store can be done with customization.
hi again, How can I do this customization? thanks for help and support.
You can request customization by messaging me via my profile page. Cheers.
I sent pm. Thanks 
Thanks
This is only available with special customization, if you’re interested kindly send a message via my profile page. Cheers.
Thanks, I will contact you.
I was able to make the custom marker for each category. I’ll contact you if I need anything else. Thanks
I was going to post a question but I figured it out. Thought I would still post it to help noobs like me.
If you get a situation where after authentication, you get a 404 error and the url is adminstores.php instead of admin/stores.php then you missed a ”/” at the end of the URL in the admin config file and just need to add the ”/” to the end of
define(‘ROOT_URL’, ‘http://site.com/folder/admin***(HERE)>/<***');
With ***(HERE)> & <*** only to highlight the /
Our dev environment (done by techs) was perfect so I knew it had to be me (not a tech, but I write the checks so I get to play
as we are ready to go live.
Thanks again for the great script.
No worries, thanks for the positive feedback. Very much appreciate it.
Hello, is your script supports to show up all stores in a map ? I added two stores but simply default it gets NY, i want to show all of them ? Is there a configuration file like this ?
Thank you
Hi there,
This is doable with customization of the code, if you wish to do this, kindly send a pm via my profile page.
Cheers.
Here’s a sample of how it will look like http://i.imgur.com/orXePw2.jpg?1 and live demo link: http://www.sinsationalsmile.com/locations-contact.html (Click on the ‘Click here’ link)
Awesome script, and even better support. Thank you for a super fast response and settings. Lee
Pleasure to help, thanks for the good feedback 
Hi there!
Is there a way to set up multiple categories?
Hi, this will require special customization, here’s a demo http://superstorefinder.net/clients/multicategories/superstorefinder/admin/index.php if you’re interested kindly send a pm via my profile page.
Anyway this could be on future update? 
this is what i was looking for! great job! but i do have some questions;
1) can i set some default location, now it showing some ocean on the end of the world, and my geolocation is ON, and its working on mobile, but not on desktop browsers.
2) on the desktop browser i can scroll down a info from the store: http://prntscr.com/10lb8t but not on mobile, and get direction is what i need to have working on mobile3) how can remove top menu from here: http://city-points.nl/locator/newstore.php
all best Lee
thank you in advance
will rate it will 5 stars 
Hi there,
Thanks for the feedback. I’ll try my best to answer your questions as below:
1. Yes you can set the default location, you can refer to the FAQ / User guide for this.
2. You might need to customize the map or styling of the fonts for this since your description is pretty lengty
3. You can remove the menu by editing newstore.php and removing the include to themes/nav.inc.php
Hope this helps 
Cheers.
ok, just cant find a word about default location, can you help with it? just link will be fine thanx Lee
Hi there, You can refer here on how to set the default location to any location you desired http://superstorefinder.net/products/superstorefinder/docs/#!/how_to_disable_geo_ip . Cheers.
Sure, send me your URL and temporary FTP access via my profile page. Cheers.
How do you make the height responsive as well? The height doesn’t change with resizing the screen, only the width. I need both to respond.
The responsive version only has width auto resized, this is common to other responsive templates as well. Cheers.
Hi is there a way to add other fields tel, etc to the results, not the pop up window in the map, if you point me to the right direction i can figure it out, should be in super-store-finder.js file correct? but what line.
Thanks for any help you can give me.
You have to edit the js, database table structure as well as php code. For customization, kindly send a pm via my profile page. Cheers.
Hi there. I would like to use this for an art gallery directory. Is there an option to add “description” as one of the form fields, in addition to email, website, etc.? Thanks!
It is possible but you need to customize the javascript, php and database structure. For customization, kindly send a pm via my profile page. Cheers.
Help, I moved the site to a new server and now it gives me an error:
Warning: session_start() [function.session-start]: open(/var/lib/php/session/sess_68807aea2cefc2216234c01ea013fb6f, O_RDWR) failed: Permission denied (13) in /home/.sites/_default/web/responsive/includes/config.inc.php on line 1
Does this look familiar?
After googling your error message, this might help:
http://stackoverflow.com/questions/6628275/how-to-get-my-session-to-write-to-apacheTry changing your session save path in your php config file, /tmp is a good location.
session.save_path = /tmp
Might be a server issue. If you still have issues, you might need to contact your server provider. Cheers.
thanks, I’ll try that
we got it working, thx!
That’s great, glad that it works.
Hi, have you received a pm from me ? I need some help with norwegian characters (æ ø å) when requesting a store, the “Å” character shows like Ã¥ in admin and database. How can i fix this ? Thanks
Nope, I didnt get it, can you send your temporary ftp and link to your site again via my profile page so I can have a look. Cheers.
Ok i have sent you ftp info. Thanks
Hi, is there any solution for the colletion problems with norwegian characters? i have problems with all fields except new user??
I’m guessing, you might need to recreate the database / tables structure to make them all utf8
Hi, i got some help with this from a guy.
1. changed your tables in database from latin to utf8; 2. changed your columns in tables to utf8. 3. modified php file class.database.php
thought i’d let you know, in case someone else has this problem 
How can the locations show up on map if the user doesn’t accept geolocation, i dont think Internet Explorer 8 Does Support Geolocation.
Thanks
And how can i update in the future without losing the customization? Thanks
Hi, there glad that it’s working at your end. For utf8 characters, it is important to set your data type/tables/database as utf8 and also you might need to add query(“SET NAMES utf8”); line before each query you made. Here’s a guide. There’s two type of geolocation here, one is detect your nearest Internet provider and the other one is to detect the exact user location. IE 8 might be able to use the one that detects your nearest ISP. Cheers.
Hallo, how can i put the search field in the sidebar. For Example: i type into the search field in the sidebar. When i hit enter, the i jump to the results page. Thanks in advance.
This will require customization to the code.
Hallo, how can i limit the results to eg. 10? I changed the SQL-Statement in embed.php but it still shows 60 results. Thanks in advance
Edit embed.php or index.php find and edit
LIMIT 0,60
to any limit desired.
Hello, you have to change the index.php file although you use embed.php, this does the trick, thank you
You can add adsense in the window of every store information?
If you customize, it might be possible.
thanks. how you could do? how could it be?
Email me the detail requirement, I will then send you a quotation on the custom job that needs to be done.
Hi, awesome store finder!! Can I export list of stores to csv? Thank you in advance.
This will require customization, if you’re interested kindly send me a pm via my profile page.
How do I set Miles as default? ... I saw it in superstorefinder folder but cant find it in superstorefinder_responsive folder.
Thanks love the code! Vega
Have you tried referring to the FAQ area? Put that code at the last line of sort_distance() function within super-store-finder-mobile.js
Cheers.
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/faqsYou need to change all:
unitSystem: google.maps.DirectionsUnitSystem.METRIC
to
unitSystem: google.maps.DirectionsUnitSystem.IMPERIAL
in order to make it work
p.s. ( bought anyway )
Just a quick question. I havent gone thru all posts here, so apologies if already asked / answered.
1. Payment gateway integration ?
2. Category Icons ( map markers ) ?
1. have you integrated payment gateway integration for this, or have a demo we can see please.
2. we are looking to add multiple categories, and perhaps dynamic selects, to reduce size of category dropdowns. Plus would like to know if map markers can be assigned by category, thus we can integrate different marker styles on a per category basis.
Look fwd to reply.
Ste
Hi there, Thanks for the inquiry. I’ll answer your questions as below.
1. Send me a pm via my profile with more detail about the integration
2. This is available upon custom request and here is a sample http://superstorefinder.net/clients/custommarker
3. Available upon custom request send me a pm via profile page.
Cheers.