• Resolved carloswedev

    (@carloswedev)


    Hi, as you can see in the link of the page above, if i search for example “Porto”, i will give me the 3 stores in porto. That is correct, but after i want to search “Lisbon”, how is it supposed for the user to perform the search this second time?

    My ideia was to create a button that would trigger the popup again.

    jQuery(document).ready(function ($) {
    $('#search_store_locator').click(function(){
    $('.asl-geolocation-agile-modal').css('display', 'block');
    });
    });

    I have not been able to solve this, if there is an already defined way to do it?

    If not that is my suggestion for a future update.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Search modal trigger after first search’ is closed to new replies.