You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @olivercastro, thanks for the hint!
It seems like fetching of reviews summary changed between Magento 2.3.2 and 2.3.3. We are working on a fix which would cover both versions in a backward compatible manner.
Getting Undefined member function on Magento 2.3.3 on PHP 7.1
vendor/creativestyle/magesuite-product-tile/Model/Tile/Fragment/Review.php:47
On line 45, I've added an
is_object
check on$ratingSummary
variable.This error seem to occur for products without reviews yet.
The text was updated successfully, but these errors were encountered: