986 comments found.
Ho can used super store without map only listing store , In this case it is not necessary google api key?
Hi there,
Thanks for reaching out, you can hide the map using CSS, unfortunately the plugin will require Google API key in order to work as it’s used to calculate distance and locations around visitor/searched area.
Hi How do I choose the right license for me? Is it the extended license or the regular license? Is there a difference in features?
I am confused about the choice
Hi there,
Thanks for reaching out, for licensing details, you can refer to this link here.
I read it but I still don’t understand, my question is are there more features in super store finder in license
There will be no extra features in the extended license, the only difference will only be the usage
Thanks, that’s what I needed to know
I uploaded the contents of the responzie zip to a directory on my web server, then gave the permissions to the files and folders listed in the start guide.
However, after installation, both the store finder and the admin area are giving a 403 Forbidden error
Hi there,
Thank you for your inquiry, error 403 typically indicates that it could be permission issue or there’s a firewall blocking on your server, best to get your hosting provider to get the error log details.
If you’re facing an issue, kindly provide below details via the contact form here https://codecanyon.net/user/highwarden and we can open a ticket to get our tech team to have a closer look
1) url of store locator
2) link to screenshot / description of the issue with error log details
3) temporary WP admin access
4) temporary FTP access
5) purchase code with active support
We resolved it. It was a minor htaccess issue.
It installed fine. However, we added a few stores and they are not showing up. We have a proper Gmap api. Console shows the following error:
Uncaught SyntaxError: Unexpected token < in JSON at position 8
the error points to super-store-finder-mobile.js line 350:26
We have not customized it at all.
That’s great news!
If you’re facing an issue, kindly provide the details via the contact form here https://codecanyon.net/user/highwarden and we can open a ticket to get our tech team to have a closer look
Hi, I want to edit the Info Window Content shown in the popup. It currently shows the Telephone field but I also want to show the Mobile field too.
I can see that the super-store-finder.js file contains the code where it shows the fields but I cant see where the sql or json is originally generated. For example the v value in the following function info_window_content(v)
I know how to amend the code to show it, I can simply duplicate the telephone lines of code below
if(v.telephone != ’’) {
info_window_string = “ “+v.titletel
Replacing telephone with mobile but mobile doesn’t seem to be part of the code being passed to function info_window_content(v)
Regards
Alan
Hi Alan,
Yes, and easier way is to rename fax to mobile instead. You can change the label from the language folder.
The fields in the plugin are fixed, if you wish to have extra fields, you may need to change the database structure and other php files. Alternatively, you can request our devs team to perform customization via the contact form here https://codecanyon.net/user/highwarden
Thank you very much.
Hi, Took on board the fax suggestion and copied the following …..
if(v.telephone != ’’) {
info_window_string = “ “+v.titletel
And added
if(v.fax != ’’) {
info_window_string = “ Mob: “+v.fax
But I get undefined in the fax number in the pop up.
Where is v created?
Alan
Hi Alan,
You may need to add it in includes/library.php file i.e
$json['stores'][] = array(
'name'=>$v['name'],
'address'=>$v['address'],
'telephone'=>$v['telephone'],
'email'=>$v['email'],
'website'=>$v['website'],
'description'=>$v['description'],
'lat'=>$v['latitude'],
'lng'=>$v['longitude'],
'titlewebsite'=>$lang['ADMIN_WEBSITE'],
'titleemail'=>$lang['ADMINISTRATOR_EMAIL'],
'titletel'=>$lang['ADMIN_TELEPHONE'],
'titlecontactstore'=>$lang['CONTACT_THIS_STORE'],
'titlekm'=>$lang['KM'],
'titlemiles'=>$lang['MILES'],
'embed_video'=>$v['embed_video'],
'default_media'=>$v['default_media'],
'cat_name'=>$cat_name,
'cat_img'=>$cat_img,
'img'=>$img
);
i.e you can add below code next to the telephone line code above.
'fax'=>$v['fax'],
Thanks again, I will try this first thing in the morning.
Really appreciate your help.
Alan
Hi, I have sent you a couple of emails re successful installation but no maps appearing.
Can you please advise on when I will be receiving support for this issue.
Regards
Alan
Hi Alan,
Thank you for your inquiry, you should provide your server details via the contact form here https://codecanyon.net/user/highwarden and as per the item support policy here, due to different time zones, you might need to wait 1 business day for our technical team to respond.
Hi, I am close to purchasing your product (Super Store Finder) but would like to ask a couple of questions before I click on the purchase button.
We have a business that sends water filter engineers to jobs located in the UK. These jobs are stored in our MYSQL database. The jobs include information pertaining to the job and the location i.e. post code.
We need to show the locations of these jobs on a map so that we can be more efficient when assigning the jobs to our engineers. By this I mean assign them more efficiently as we can see those that are close to each other.
Is this something we could do with Super Store Finder?
We already have a table in our database that has the latitude and longitude of the first section of our post codes i.e. CV12 and this has the the latitude of 51.0795333 and longitude of 1.1435601 against it in our table.
We need the display to be responsive, is Super Store Finder responsive?
Regards Alan
Hi there,
There’s lat and long columns in our plugin database, if you have your own data, you can try to import them manually into the MySQL database, more info available in the knowledge base article here.
If you need assistance in data migration or customization, you can request them to our devs team via the contact form here which they will quote you the timeline/cost of the work needed.
As for the plugin, we have the Standalone PHP version or the WordPress version.
For the Standalone PHP version, it’s recommended to get the Mega Locator theme.
Also, best to view the live demo and see the feature list in the item description page before purchase to ensure they’re suitable for your requirements and needs.
Thanks for the very prompt reply.
So are you saying I need to purchase the Super Store finder and the Mega Locator Theme?
Alan
Hi Alan,
You’re welcome, yes this is recommended for standalone PHP version.
OK,
So if I purchase both do I install the Super Store Finder first then install the Mega Locator Theme afterwards?
Alan
Just purchased both as per advice.
In the Store finder zip file there are 2 versions superstore finder.zip and superstore finder_responsive.zip. If I am using Mega Locator Theme which zip file do I need to use?
Alan
As I said I have purchased both the Super Store finder (which has 2 zip files in the package) and Mega Locator Them (which has 1 zip file in the package).
1) Do I need to install the Super Store Finder zip file first? If so which version? 2) Do I then install the Mega Locator Theme next?
I am waiting for a response to these questions before I can start installing.
Alan
HI Alan,
Yes, you need to install Super Store Finder first (any version) as per user guide here http://superstorefinder.net/products/superstorefinder/docs/
Then, you can patch Mega Locator file and rerun the install.php as per instruction at the item page here.
I’ll give it a go now. Thanks
Hello
I can select only one city on the map so that only this city is shown?
Translated into different languages?
Thank you
Hi there,
Thanks for reaching out, the store locator plugin allows users to search via location based on distance radius set which means you can search for any cities/locations and it will display results with the distance radius from the search location.
If you’re using the Mega Locator theme (for standlone) or WP version, there’s region feature where you can add multiple cities.
There are language files available in the standalone version within the /language folder for the WP version, there are .po files included and the plugin is compatible with WPML multi-language plugin.
Hi! I purchased licence and tried to install. I follow instructions and I got message: Super Store Finder – Installation Let’s get started, follow the simple steps below.
and then blank
https://project.primacyinfotech.com/storel/install.php Please fix this problemHi there,
Thanks for the details, if you’re facing an issue, kindly provide below details via the contact form here https://codecanyon.net/user/highwarden and we can open a ticket to get our tech team to have a closer look
1) url of store locator
2) link to screenshot / description of the issue
3) temporary FTP access
4) purchase code with active support
Please enter a location: only display USA and Canada location when user start typing on autocomplete can we only display US and Canada location?
Hi there,
Thanks for reaching out, you can refer to this article on how to customize the code for multiple countries in autocomplete here http://superstorefinder.net/support/knowledgebase/how-to-set-multiple-localizations-countries-for-autocomplete/
If you’re not sure, you can request our devs team to perform customization via the contact form here.
The logo links to http://superstorefinder.net/products/superstorefinder/skins/compact/. How do i change the url that it directs to?
Hi there,
Thanks for reaching out, you can edit index.php, change from:
<h1 class="grid_4 logo"><a href="http://superstorefinder.net/products/superstorefinder/skins/compact/" class="ie6fix">Super Store Finder</a></h1>
to:
<h1 class="grid_4 logo"><a href="http://yourlink.com" class="ie6fix">Your name</a></h1>
For more info, on how to change logo and footer, you can refer to this knowledge base article here.
Hi,
I have your Super Store finder installed and i need to remove “View More” button on the popup.
How do i remove that??
Thank you, Dave.
Hi Dave,
Thanks for reaching out, you can press f12 and use the arrow tool to find specific CSS element and use CSS override with !important to make the changes, more details available in this knowledge base article here https://superstorefinder.net/support/knowledgebase/css-conflicts-and-how-to-overcome-it/
Hi,
I check already, but i can’t find it. I try to delete the block “btn-super-info” in mega-superstorefinder.css on line 4955 but it stays there… I can’t get rid of it.
Can you help me?
Hi Dave,
If you’re facing an issue and require assistance, kindly provide below details via the contact form here https://codecanyon.net/user/highwarden and we can open a ticket to get our tech team to have a closer look
1) url of store locator
2) link to screenshot / description of the issue
3) temporary WP admin access
4) temporary FTP access
5) purchase code with active support
Pre-sales question: Is this a standalone script which can be customized and deployed or it is a plugin? Everywhere on the Info page it is mentioned plugin.
Hi there,
Thanks for reaching out.
Standalone PHP script: https://superstorefinder.net/getssf WordPress Plugin: https://superstorefinder.net/getssfwp
can I add extra fields to store form or even remove some ? does it have ready themes like this https://restaurace.mcdonalds.cz/d5-rozvadov
Hi there,
Thanks for reaching out, the fields are fixed, if you leave them as blank, they will not appear in the frontend. You can rename the fields from language/ folder. As for the link, that is using Mega Locator theme here or WordPress version here. Also, take note that the link is heavily modified by the respective author.
Based on Codecanyon support policy here, the off-the-shelf product features come as it is as per item description and live preview page, customization is not part of the support scope, however can be requested to our devs team via the contact form here if needed.
hello, is it possible to use open street map as alternative?
Hi there, Thanks for reaching out, unfortunately, Open Street Map is not available for this plugin at this current moment.
presale: is it possible to import with csv? and will ever be open street map as google charge now 
Hi there,
Yes, you can import and geocode via CSV file, more details available in the user guide section here.
Google provide free $200 monthly credit, you will not be charged unless your site has very high traffic and exceed the monthly usage, more details on the usage is available in this knowledge base article here.
Hi Will there be a Laravel version?
Hi there,
Thanks for reaching out, there are no plans to do a Laravel version at the current moment, perhaps something that can be looked into in the future.
Thanks
Hi,
Trying to understand the current monthly cost from Google to run the Superstore Finder. What Google APi fees will we be charged for, when using the Superstore Finder? Thank you.
Hi there,
Thanks for the details, as per latest Google Maps Platform policy, all Google API key will be required to be tied to billing/credit card. However, Google provide free $200 monthly credit, you will not be charged unless your site has very high traffic and exceed the monthly usage, more details on the usage is available in this knowledge base article here.
In step 2c. in the article link above will be the API needed when using Super Store Finder.
Hello. Pre-Purchase question : I have noticed from the discussions that there is no option to enter lon & Lat, and that it is detected through the address, is this issue still there? This is a deal breaker in our case since not our street addresses are very accurate in our country.
Thanks in Advance!
Hi there,
Thanks for the details, there’s lat and long field for each stores which you can enter manually. There’s an option to drag and drop marker on the map as well for precise location of your stores.
Thanks for the quick reply, However I meant that I have over 1000 stores and I want to import a csv file and the address is not accurate enough to detect the long and lat automatically, is there a way we can import them in the csv files as well>
Thanks again!
If you already have lat and long in your CSV, you can import them manually without geocoding via phpmyadmin, more details available in this knowldege base article here.
How to add preloader before the search result loaded? My store finder is a bit slow.
Hi there,
There’s a preloader only for the map in the off-the-shelf plugin, however not in the result list. The results list only loads 60 records. You change the limit of your stores by referring to this knowledge base article here.
Based on Codecanyon support policy here, the off-the-shelf product features come as it is as per item description and live preview page, customization is not part of the support scope, however can be requested to our devs team via the contact form here if needed.
I see the preloader for the map, however it disappear as soon as the map and the initial location marker appear. There is no sign that the store finder is still searching.
That should be how the off-the-shelf plugin works as per demo site here http://superstorefinder.net/products/superstorefinder/
If you’re facing an issue, kindly provide below details via the contact form here https://codecanyon.net/user/highwarden and we can open a ticket to get our tech team to have a closer look
1) url of store locator
2) link to screenshot / description of the issue
3) temporary store locator admin access
4) temporary FTP access
work with https ?
Hi there,
Thanks for reaching out, yes the plugin works with https, if you’re migrating to https, you can download the latest code from Codecanyon and perform reinstallation.
i recive the error” you must have javascript enabled in your browser” after enable https
and in phone i recive : this page cant load google maps correctly”
Hi there,
Thanks for the details, if you’re getting google maps error, try to press f12 on your browser to monitor errors that might be appearing in the console and kindly create a new Google API key by referring to the instructions in this article here.
If you’re still facing an issue, kindly provide below details via the contact form here https://codecanyon.net/user/highwarden and we can open a ticket to get our tech team to have a closer look
1) url of store locator
2) link to screenshot / description of the issue
3) temporary store locator admin access
4) temporary FTP access
Solved ! GOOGLE API ! Thanks friend !
That’s great news! You’re welcome, have a nice day!
i want setup filter store 2 condition 1 is home delivery 2nd is store pick up user select 1 then show home delivery available store only user select store pickup then show store pickup available only like that possible ?
Hi there,
Thanks for reaching out, based on Codecanyon support policy here, the off-the-shelf product features come as it is as per item description and live preview page, customization is not part of the support scope, however can be requested to our devs team via the contact form here if needed.