select product_name, price*count(step) as total from user_client_log join product_info using(product_id) where step='select' group by product_name,price order by total desc limit 2