How to ignore distance radius when search using category

The off-the-shelf plugin will display nearby stores based on distance radius, you can refer to this knowledge base article here for more info.

To ignore the distance radius, while using the Search Category, you can edit js/mega-superstorefinder.js

Search for code below

jQuery.extend(filterProps, {

                        distance : ssf_distance_limit,

                        centerOnUser : true

});

and change it to:

jQuery.extend(filterProps, {

                       // distance : ssf_distance_limit,

                        centerOnUser : true

});

* You can comment the code above, save and upload the file. Clear browser cache and refresh the page.

2+

Users who have LIKED this post:

  • Sofia Moss