Mapply gives you the flexibility to limit the number of search results your customers see when looking for locations near them.
To change the search results limit in Mapply, please follow these steps:
- Visit Mapply Account Page, log in if necessary.
- Select Display Settings.
-
Copy and paste this code in the "Page Footer HTML" section:
Note: This code will have the drop-down display distances of 5 results and 10 results as options. The 5 results option is the default. Change the code as necessary.
<script> document.addEventListener("DOMContentLoaded", function() { document.querySelectorAll(".search_limit select")[0].length=0; document.querySelectorAll(".search_limit select")[0].innerHTML = '<option value="5" selected="selected">5</option><option value="10" selected="selected">10</option>'; }); </script>
- Select Save.
That's it!