public function static findProductsOnSale($ids) { return $this->find()->where(['in', 'product_id', $ids])->count(); }