986 comments found.
Hi friend
I has already sent cpanel info from your profile, please help me to convert database for using Vietnam languages, examplate: Ti?ng Vi?t. My site: http://diachiquan.com
Thanks
Hi there,
It’s done and I have replied your email.
Cheers.
Hi, Thanks for your translation, but i mean how can i use Vietnamese when i submit, i sent you the screenshot, please help me to do
I’ve replied your email , kindly check. Cheers.
There seems to be a bug in the code when using Chrome. Take a look at your demo store locator on Firefox and on Chrome. Chrome is showing different results. We are having this same issue on our live site. Is there a fix for this?
I will test this again on various browsers. Will let you know when there’s a fix for this.
Open super-store-finder.js, go to line 144:
Replace
gmap_location_lookup(geoip_city()+', '+geoip_country_name(),'200','');
with the following code below:
t = window.setInterval(delaylocationload, 2000);
function delaylocationload() { gmap_location_lookup(geoip_city()+', '+geoip_country_name(),'200',''); window.clearInterval(t); }
This should fix the inconsistency, will put the fix in the next patch.
I’ve got this script running, and I’m very happy with how easy it is to get up and running. Rated 5 stars.
I have a question that is more about customization: Is there a way to remove the category section from the front end and/or the backend?
Thanks! Heather
The easiest way to do this is to just hide it at the front end. For example add this to the last line of css/superstorefinder.css
edit-products-wrapper{
display:none; }
worked perfectly… Thanks!
I like the “Get Directions” option but it would be cool to be able to print the directions too.
Than you
Thanks for the great feedback, it’s handy to have a print button indeed. 
Hi, just a followup on the directions element of the app – if you opt to use directions, the info bubbles get stuck behind the stores info bubble as thats still open from when you selected DIRECTIONS on it so it gets in the way unless you close it.
Would be great if the store bubble closed automatically when an info bubble is called up – seems that when you toggle between directions those bubbles auto close, the same between stores – but not the case of a directions info bubble closing the store bubble.
Thanks
Yup, very good feedback. Let me look into it and might put a fix in the upcoming patch.
Hi, great script I installed it within minutes.
I’d like to know however how you can preset the directions start point – by this I mean Ive already entered an address in the location panel at the top so it feels a bit redundant to enter it again.
I understand you may want to type a different address at the directions stage, or you may have just clicked a result from the right hand list – however it is more likely a user has entered a location in the top bar so can it be pre-entered if it exists and perhaps even fire off the direction routine as soon as directions button has been selected?
Secondly, I don’t need categories as all my stores fall under the same category as these are outlets that sell my product – on that basis when no category is defined in the admin wouldnt it be best to hide the categories drop down on the front end?
I can do this in CSS without an issue but just some intitial feedback to make the system even better – removing unnecessary elements and processes to simplify the experience.
Good job so far.
Hi there, You might need to customize it to suit your requirements. If you require assistant I might be able to customize it for you. Kindly send a pm via my profile page. Thanks.
How can I change the default to miles instead of kilometers?
You can refer to the FAQ section. Copy the code below to the last line of sort_distance() function:
$('input[value=kms]').trigger('click'); $('input[value=miles]').trigger('click');
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 step above, you need to change all:
unitSystem: google.maps.DirectionsUnitSystem.METRIC
to
unitSystem: google.maps.DirectionsUnitSystem.IMPERIAL
in order to make it work
The scrip log in on the database at the main page but on admn page…
Warning: mysql_connect() [function.mysql-connect]: Access denied for user ‘your_database_username’@’localhost’ (using password: YES) in F:\Central\Workspace\superstorefinder_responsive\admin\includes\class.database.php on line 25
Array ( [0] => Could not connect: Access denied for user ‘your_database_username’@’localhost’ (using password: YES) [1] => Invalid query: No database selected )
You need to set admin/includes/config.inc.php. Please send me your temporary ftp access if you still have any issues via my profile page.
Im following the readme.txt guide, and yeah, i had Config.inc.php set when i got those mesages. Im trying it local atm.
You have missed the admin config refer back to the error message Access denied for user ‘your_database_username’@’localhost’ (using password: YES). Send me a pm via profile page if you still have problems and want me to have a look.
You need to setup at 2 places means 2 files:
1. includes/config.inc.php 2. admin/includes/config.inc.php
Found it, too many database files. thanks
Hi, thanks for this great script
does the script have a geolocation that detects a users location ?
On my site it detects that im in oslo but dosent show the right address??
the browser doesn’t ask me to show my location, so the “Stores near you km ” is wrong i think. Can you help me out Thanks.
Hi there, This is only available via special customization atm. Please send me a pm via my profile page and we can discuss this further. Thanks
Hi Joe, The database setup script is different for the responsive and regular version. The Categories table is set up as “id” in one and “cat_id” in the other. Which is correct?
Please use “id” I will put an update to this soon.
Hi There,
Will there be any problem for me to add this into my wordpress site? Does it act like a widget with setting etc or do I just embed the code? Tank you for your advice.
There are no wordpress plugin for super store finder just yet, but you could use the embed code and it will work on any Wordpress sites just fine. Cheers.
Thank you!
Can you resize the iFrame, it is too large and cuts off the page, when i adjusted the len/width px, it cut off the frame.
Thanks.
Kindly send a message via my profile page including your url and temporary ftp access so I can have a look
I have really big problems to use your import script. I had to import 600 records with some special characters. Have you some helping hands for me? The store locator generaly is a cool script!
The import script given is just to provide a basic guide on how to do it, for custom import please send me a message via my profile page. Thanks.
I emailed you yesterday about the same database issue vegatow was having… just following up to be sure you received the message.
Thanks! Heather
“In the setup I couldn’t name the database ‘store_finder’ so I had to name it store1finder in the setup but cannot get it to work. Can you help me install this or let me know what I need to do to fix it. When I go to the admin page it gives me this error: Array ( [0] => Invalid query: Table ‘store1finder.users’ doesn’t exist ) SELECT users.* FROM users WHERE users.username=’admin’ I also get this error in the SQL: Error SQL query: /* Database Creation */ CREATE DATABASE `store_finder` ; MySQL said: Documentation #1044 – Access denied for user ‘store1finder’@’%’ to database ‘store_finder’”
I might have replied and fixed this, but my mail bounced when i was trying to reply. Might be due to mailbox full, if it’s still not fixed, please send me a pm again via my profile page. Cheers.
This is really nice store finder script! Questions how advance can you build this script? example freelance job? Like users registration with profiles social login fb & twitter login etc…
Thanks for the positive feedback. The script can be taken to that level as special customization, if you’re interested kindly send the detailed features that you wish to have via my profile page.
Sorry but I found a script that’s have all the features I needed. The store finder script is very promising future
Do you require Latitude and Longitude by default to add any store ?
What if we don’t have one how do we get it ?
Just enter the address and press tab it will auto detect the lat/lng
as i check the demo, it does picks the lat/lng automatically however the lat/lng are incorrect for the address i entered.
If you have the exact lat/lng, you can manually enter it as google map won’t be that accurate for certain address. Cheers.
Need help … In the setup I couldn’t name the database ‘store_finder’ so I had to name it store1finder in the setup but cannot get it to work. Can you help me install this or let me know what I need to do to fix it. When I go to the admin page it gives me this error: Array ( [0] => Invalid query: Table ‘store1finder.users’ doesn’t exist )
SELECT users.* FROM users WHERE users.username=’admin’
I also get this error in the SQL: Error
SQL query:
/* Database Creation */ CREATE DATABASE `store_finder` ;
MySQL said: Documentation #1044 – Access denied for user ‘store1finder’@’%’ to database ‘store_finder’
Thank you, Vega
Send me your temporary phpmyadmin mysql and ftp access via my profile page so I can have a look.
Ok sending now…
Thanks will check it out
can use both responsive as a mobile broser version and non responsive as pc browser with 1 database ?
Yes you can, you just need to put the same database info for both store finders.
I need the code to make different markers for different categories as soon as possible – can you post this please?
I can customize this for you, please send a pm via my profile page. Thanks.
Custom Marker is in BETA and now available upon custom request. Test it out here http://superstorefinder.net/clients/custommarker/index.php – Cheers.