issue of image at checkout #1209
This commit is contained in:
parent
1dd5faa21d
commit
29763b902e
|
|
@ -70,7 +70,10 @@
|
|||
<?php
|
||||
$product = $item->product;
|
||||
|
||||
$productBaseImage = $productImageHelper->getProductBaseImage($product);
|
||||
if ($product->type == "configurable")
|
||||
$productBaseImage = $productImageHelper->getProductBaseImage($item->child->product);
|
||||
else
|
||||
$productBaseImage = $productImageHelper->getProductBaseImage($item->product);
|
||||
?>
|
||||
|
||||
<div class="item mb-5" style="margin-bottom: 5px;">
|
||||
|
|
|
|||
Loading…
Reference in New Issue