Script Summary:
Exposes hidden product rankings in search results. Also provides an aggregate score of all rankings to help identify top products.
Exposes hidden product rankings in search results. Also provides an aggregate score of all rankings to help identify top products.
This script has no discussions.
This script has no reviews.
Only works on search result and category pages with a sort by dropdown.
Aggregate Score is defined as 100 * ( (50 * number of possible rankings) - sum of ( 50 - (each ranking - 1) ) ) / (50 * number of possible rankings). This ensures the highest possible score is 100 and the lowest 0. The factor of 50 assumes a ranking of 50 for all items on the page that don't rank in the top 24. A better approximation would be to take the maximum of 24 and the total number of results/2.
Screenshot:

Aggregate Score is defined as 100 * ( (50 * number of possible rankings) - sum of ( 50 - (each ranking - 1) ) ) / (50 * number of possible rankings). This ensures the highest possible score is 100 and the lowest 0. The factor of 50 assumes a ranking of 50 for all items on the page that don't rank in the top 24. A better approximation would be to take the maximum of 24 and the total number of results/2.
Screenshot:






