Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
skeeks-semenov committed Oct 14, 2021
1 parent df68242 commit 5b146d2
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@
$query->andWhere(['>', '`pricesFilter`.price', 0]);
}*/

$widget->dataProvider->setTotalCount(1);

?>
<? if ($query->count()) : ?>
<? if ($query->one()) : ?>
<div class="sx-products-slider-wrapper">
<? if ($widget->label) : ?>
<div class="sx-products-slider--title">
Expand Down

0 comments on commit 5b146d2

Please sign in to comment.