SQLSTATE[42S22]: Column not found: 1054 Unknown column 'items.sales_count' in 'field list' (SQL: select `items`.`id`, `items`.`product_id`, `items`.`name`, `items`.`sub_name`, `items`.`product_image`, `items`.`product_price`, `items`.`product_price_offer`, `items`.`total_stock_count` as `web_stock`, `items`.`offer_product`, `items`.`product_slug`, (COALESCE(items.views,0) * 5 + COALESCE(items.sales_count,0) * 10 ) as popularity_score from `items` where `items`.`status` = 1 and `items`.`total_stock_count` > 0 order by `popularity_score` desc limit 12)