Cross Sell Image Fixed

This commit is contained in:
Devansh 2021-11-23 11:36:59 +05:30
parent 2a2ef2fe67
commit be26d9c586
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);