Merge pull request #5349 from devansh-webkul/cross-sell-issue

Cross Sell Image Fixed #5347
This commit is contained in:
Devansh 2021-11-23 12:02:16 +05:30 committed by GitHub
commit f76190482d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -6,9 +6,7 @@
? true
: false;
$productBaseImage = isset($item)
? productimage()->getProductImage($item)
: productimage()->getProductBaseImage($product);
$productBaseImage = productimage()->getProductBaseImage($product);
$totalReviews = $reviewHelper->getTotalReviews($product);