Top 100 Voted T-shirts
This page is based on the top 100 votes’s over the last 30 days. So you can see whats popular!
SELECT ratings.id, ratings.total_value FROM ratings INNER JOIN Products on ratings.id = Products.Group_ID WHERE ratings.vote_timestamp > 1277780176 AND Products.Discontinued = 'False' GROUP BY ratings.id ORDER BY ratings.total_value DESC LIMIT 100