Plugin does not display the lowest prices
-
After enabling the plugin and setting the lowest price range to 124 days back, the plugin still displays the current price, not the lowest price in that time.
Before having this issue, plugin displayed error in the place where the lowest price should appeared:
Deprecated: Return type of WPDesk\Omnibus\Core\Database\Query\Expression\CompositeExpression::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/wp-desk-omnibus/src/WPDesk/Omnibus/Core/Database/Query/Expression/CompositeExpression.php on line 140
I have made an “improvement” and changed prompt line to:
#[\ReturnTypeWillChange]
public function count() { return \count($this->nodes); }Error does not display anymore, but still the price is not correct.
Below there is are screen shots from admin panel:https://ibb.co/cT9C9DP
https://ibb.co/C5xvCf- This topic was modified 2 years, 11 months ago by .
- This topic was modified 2 years, 11 months ago by .
- This topic was modified 2 years, 11 months ago by .
- This topic was modified 2 years, 11 months ago by .
- This topic was modified 2 years, 11 months ago by .
The page I need help with: [log in to see the link]
The topic ‘Plugin does not display the lowest prices’ is closed to new replies.