This topic contains 3 replies, has 2 voices, and was last updated by Alex Alex 6 years, 2 months ago.

Some features not working

  • Good morning, we set Super Store finder on a HTTPS website. We changed the ROOT_URL values in both config.inc.php and even imported a bulk of shops with csv. Everything works great.We even included a italian it_IT.php translation file in the language folder. Everything without errors.
    The problem occours when we test Super Store Finder before embedding it in our website (https://sicma.it/store_locator).

    The auto compile search field doesn’t work, the direction function desn’t find routes and the distance between the stores and the location searched results in a weird NaN Km/Miles. Our guess is, Super Store Finder is having problems calling google functions in https, maybe they are called with a http:// protocol somewhere.

    On a side note, We’ve a request: is it possible to delete the “contact this store” button in the info baloon when you click on a store? We don’t need it, the email field is more than enough.

    Thank you in advance.

    Alex
    StaffUser Level

    Hi there,

    Thank you for reaching out to us, upon inspection it seems that you’re missing Google API key, you can refer to this article here on how to create and use Google API key.

    As for removing the contact button, you can edit css/superstorefinder.css and paste below code at the most bottom part of the page, clear cache and refresh to verify.

    .blue-button{
    display: none !important;
    }
    

    Cheers,
    Alex

    Thank you a lot, your help solved everything. We’ve got one last question, if you could.
    Maybe our client would like a geolocator on the page, where google tries to locate your position and automatically finds the stores near you. Is it possible to obtain this feature on Super Store finder with a plugin? Could you please point us to the page where we can buy it? Is it easy to configure?

    Thank you

    Alex
    StaffUser Level

    Hi there,

    You’re welcome, that’s great news! You can use the exact geo location add-on which is available here.

    Alternatively, you can also use Mega Locator theme, which has the geo location feature enabled here.

    Also, take note that as per latest Google security policy, your server will require HTTPS, more details available in this article here.

    Cheers,
    Alex

The topic ‘Some features not working’ is closed to new replies.