Cross Sell Image Fixed
This commit is contained in:
parent
2a2ef2fe67
commit
be26d9c586
|
|
@ -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