Merge pull request #5349 from devansh-webkul/cross-sell-issue
Cross Sell Image Fixed #5347
This commit is contained in:
commit
f76190482d
|
|
@ -6,9 +6,7 @@
|
|||
? true
|
||||
: false;
|
||||
|
||||
$productBaseImage = isset($item)
|
||||
? productimage()->getProductImage($item)
|
||||
: productimage()->getProductBaseImage($product);
|
||||
$productBaseImage = productimage()->getProductBaseImage($product);
|
||||
|
||||
$totalReviews = $reviewHelper->getTotalReviews($product);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue