How to Show All Store When Geo Location is Not Allowed / Block

You can edit js/mega-superstorefinder.js

Search for the following code:

default:

     locationNotAvailable();

break;

Change it to:

default:

     jQuery('#filterShowAll').trigger('click');

break;

  

Save and upload the file, clear browser cache and refresh the page.

2+

Users who have LIKED this post:

  • Alex