986 comments found.
Hi, looks like a very cool plugin but before I purchase I want to ask if I can have it setup so when user land on page he sees map of north america with the pins of locations? thnx
Hi there,
Yes, you can preset the map to show north america by default.
Cheers.
Can i make marker icon specific for a given cateogry or even shop?
This is only available upon custom request, kindly send me a pm via profile page if you’re interested. Here’s the demo that you can try http://superstorefinder.net/clients/custommarker/
To test go to admin http://superstorefinder.net/clients/custommarker/admin/index.php and edit a category, you will be able to upload custom marker for each category.
Hi again, I can only import one line at the time. When I try with all my distributors, 194 lines, I get a successful import message, but no stores are saved in the database. If I copy and paste one and one line, then they are added to the database. ?? Cheers
The import script included is just to provide a basic guide on how you are able to perform bulk import. Different customers may have different requirements or data field they wish to be imported. If you wish to create a custom import script or wish me to do the import, kindly send a pm via profile page. Cheers.
I can import the four lines from the sample_data.csv file just fine, but when I set up my own csv file accordingly, the import will only take one line at the time, and that’s very time consuming adding the stores one by one. I only use the same fields as sample data, no need for custom import, just want the import as the sample data provided.
There’s browser limitation you need to customize the script to run every interval for example every 5 sec to perform the import.
?? How??
I can customize this for you upon custom request, kindly send me a pm via profile page if you’re interested. Thanks.
Hi, I’m having trouble getting foreign characters working. Website is in Norwegian, and with Wordpress all Norwegian chracters are ok, but not with the Super Store Finder. Have followed the instructions, have also tried to change the charset to utf8_general_ci and utf8_unicode_ci but nothing helps. When I try to import csv file, the import stops at the first store with foreign character. When adding store from admin, the foreign characters are all strange looking, however if I enter the stores via mysql browser, everything shows up correctly. Any idea how to fix this?
Cheers Endre
Send me your phpmyadmin and ftp temporary access to my profile page, I might be able to have a look. Cheers.
This is not a database problem, when I edit the stores already in the database, then the foreign characters are correct. The problem happens when I import or add stores manually the first time. Can only import one at the time as described below.
The import script (PHP and javascript) you might need to modify to include utf-8 header so it will import unicode characters.
I will try that. Now I cannot get the responsive iframe to work. I’m using the code provided in the example. Cheers
Take note that if you’re using the responsive iframe embed, the theme or template of your CMS must be responsive as well in order to make this work.
Hi, my theme is responsive, so it’s not there the problem is.
Send me a pm via my profile page of your page url, temporary ftp and website admin access so I can have a look.
By purchasing, you install with the translation. Install Do not know. Brazilian – Brazil – Portuguese
Yes, I can provide Brazilian / Portuguese translation just send me a message via my profile page.
I sent the request for translation BR-Brazil, also a cry for help with the creation of the table. I spent CPANEL access. thank you
you will be able to help me?
I will ask you to install this field. with tradrução (Portuguese-Brazil) www.smsregistro.com.br Sent to your email cpanel: password:
thank you Edson Cruz
very good please help me install this field “www.smsregistro.com.br I can not create the table. I sent back CPANEL access to your email
thank you Edson Cruz
Hi there, I’ve replied your email. You have forgotten the url link to the cpanel. Cheers.
sent to your email again
Replied, kindly check.
Try it now please
It’s working, thanks.
I need to know how I can buy that license should to use the product in multiple sites without selling it, but you can create multiple sites.
Hi there, You might want to refer to the extended license here (but it maybe for one client that has multiple sites) – http://codecanyon.net/licenses/extended
If you’re unsure, you can write a ticket to Envato Support here – http://support.envato.com/
Cheers.
for example to make 20 different stios, what would the license, I saw that there is one that says up to 250,000, that’s a lot, for example, 50 different sites
I have written a ticket to envato support and will get back to you on their feedback. Cheers.
I send information to my mail?
photo deluxe ? can be
Hi there, What do you mean by photo deluxe? Sorry I’m confused. Cheers.
sorry, I do not speak English. how many licenses are there?
There are two types, regular and extended license you can view it from the Buy Now page.
ok. You can add adsense in the window of every store information?
can be used superstorefinder_responsive and superstorefinder in the same web site ?
Yes, you can.
ok, thanks. You can add adsense in the window of every store information? Im purchase de extended licence. your aplications its very good. congratulations.
Thanks, I have answered your question regarding adsense in your other comment. Cheers.
I bought this item an due to my lacking knowledge of coding I did some things wrong and so I messed up the installation. But with the first class support of the developer everything is fine now. Highly recommend !
Another problem now. When I load the locator it hangs and often Chrome gives me a crashed page error. If I wait long enough it all loads. I’m getting the following error through Chrome’s javascript debugger and firebug:
Given URL is not allowed by the Application configuration.: One or more of the given URLs is not allowed by the App’s settings. It must match the Website URL or Canvas URL, or the domain must be a subdomain of one of the App’s domains.
Any idea why that is? Might this be why it’s hanging to badly?
That might be due to the Facebook and Twitter script running at the bottom of the page. Try to remove that. Cheers.
$('#'+$(li).attr('id')+' .number').text(numbersort);
$('input[value=kms]').trigger('click'); $('input[value=miles]').trigger('click');
numbersort++;
What is wrong?
Please put it at the last line within sort_distance() function. Shall update the FAQ shortly.
I did that too and it didn’t work. I will try again tomorrow and see if there is an updated faq
This part seems to be working now. I moved from my dev server to the live one and it works, but clearing my cache doesn’t on the old. Anyway, it’s done I thing.
That’s great!
There’s a fix for setting up miles as default in the FAQ page.
After wrestling a LOT with the CSV import (you should write up full instructions including delimiting characters, problem characters, line breaks, etc.) I was able to get most of my 50 stores in. However, the coordinates did not populate, which means I cannot see any location without editing every single one, clicking inside the address field then back out. How can I fix this for all of them this time and how can I prevent this in the future?
From the FAQ: Note: That this import script may require the same CSV format for Super Store Finder only limited amount of record can be processed at a time. For import with custom fields and huge amount of data kindly contact me via my profile page.
The way I figured it out is to use a javascript setInterval function which import them in batches.
Hello,
The sql in the directions, when pasted to phpmyadmin, tries to create the database name with the first part being store_ however, I have no access to creating store_ and have to create ie. myusername_finder.
Therefore it will not even build the tables, simply says access denied. I assume fixing this in the SQL is as simple as swapping it out in the opening area but where all is this username hard coded or will I be OK to do a NotePad++ folder search and replace for store_finder to what the name I will have to be?
Yes, you can do that. Or simply don’t copy the create database script instead skip to the create tables part.
Great script BTW, nice coding to work with and as a novice here, it is greatly appreciated. When things get off standards I get lost
We are using it in a bit of a unique way. We have a Facebook Local Events and Deals App and using your script to display map of all the deals. We automated it using another little script to parse to the admin and authenticate, then use IFTT to autodetect and add new deals to the map and remove when over.
When I go to the admin page, the username and password already look like they’re filled out. This is confusing to my client, who assumes they only have to hit “login” instead of replacing their specific username and password.
Is there a way to have the username and password fields blank when loading admin/index.php?
Thanks! Heather
Hi there, open admin/index.php edit the username and password input field value and set it to empty value. I shall fix this in the next patch.
Thanks! That worked.
I know the default option of miles in the faq, but line 438 in the super-store-finder.js is:
$('#'$(li).attr('id')' .number').text(numbersort);
and changing this to $(‘input[value=kms]’).trigger(‘click’); $(‘input[value=miles]’).trigger(‘click’);
Is not working.
Thanks
Hi there, You’re not supposed to replace any lines. Just put it at the end of the line within sort_distance() function. Cheers.
There’s an updated fix for setting up miles as default in the FAQ page.
Hi how do i set miles as the default option?
Thanks
I’ve answered your previous comment.
I can’t for the life of me get a file to import properly. I’ve gone over it several times and I can’t see what the problem is. It says it imports, but it does absolutely nothing.
Can I email you the file and have you look at it?
And yes, if I just import the original sample data file it goes in fine. I have no idea what I’m doing wrong or what’s up with my file.
Thanks.
Hi there,
The import script is made as a basic guide for you to import your data. Customizing the import script will involved special request and I shall check you pm via my profile page.
Cheers.
Hi can stores have multiple categorys?
This is only available upon custom request. If you’re interested kindly send me a pm via my profile page.
I am really having trouble with this import. As I try to edit the CVS file in excel I notice that an xtra comma is added and it wont work. What method do you suggest we use to add our files to the project?
Having issues setting up. when at admin section i get error: Invalid authentication details
when in frontend i get error: TTP Error 500 (Internal Server Error): An unexpected condition was encountered while the server was attempting to fulfill the request.
Please help Thanks
Never mind, got it working.
Glad that everything is working fine. Cheers.
Ahhh forget my first Question, just found your FAQ
sorry!
That’s great!
Hello, I have bought your Script Yesterday… fast and Easy Setup Great. Everything works nice for me.
Still I have got some Questions your Readme didn’t answer:
1. I Do not Need the “KM / Miles” Switch, is it possible to set KM as standard option and hide the Switch? (I Can hide it in CSS I know just want to know if I could choose a Standard Option for Myself)
2. I Use the german language, and most Things are Great! But: The Directions Feature (lables, Buttons etc.) and the Options in the Store Info Bubble (Street View / Zoom here / Directions) aar still in english, is it possible to translate them to? would be GREAT!
3. I want to deactivate the “ad new Store” Option in Frontend… I can hide the Button thats no Problem, for the Rest can I just delete the “newstore.php” or will there be Problems by doing that?
Thank you very much! Good work
Let me answer your questions 2 and 3 as question 1 has been resolved.
2. This will be available in upcoming patch. If you need it urgently send me a pm as customization request via my profile page.
3. Yes you can hide the link and delete newstore.php. It shouldn’t caues any problems.
Cheers.