How to Add a link after ‘No nearby stores found’ message.

You can edit js/mega-superstorefinder.js and search/edit below code
$els.storeList.html('<div class="text-large text-center">' + map.status.messages.noStoresFound + '</div>');
For example, if you wish to add a link after the no stores found message:
$els.storeList.html('<div class="text-large text-center">' + map.status.messages.noStoresFound + ' <a href="http://link.com/link>Your Link</a></div>');
2+

Users who have LIKED this post:

  • Alex