Use the script to change sorting name in the Search Results page
<script>
var __isp_options = {
isp_serp_callback = function () {
$(document).ready(function() {
$('#isp_sort_best_match').text('Best Selling');
});
}
};
</script>
Use the script to change sorting name in the Search Results page
<script>
var __isp_options = {
isp_serp_callback = function () {
$(document).ready(function() {
$('#isp_sort_best_match').text('Best Selling');
});
}
};
</script>