Commit a3924c2569c7f28a6619de62c5dd71534869fc9f

Authored by Administrator
1 parent 3c6209a0

image size

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
frontend/views/catalog/product_item.php
... ... @@ -6,7 +6,7 @@ use yii\helpers\Url;
6 6 <div class="boxitem">
7 7 <div class="pixbox">
8 8 <a href="<?= Url::to(['catalog/product', 'product' => $product,'#' => 'm' .$product->variant->product_variant_id]) ?>">
9   - <?= \common\components\artboximage\ArtboxImageHelper::getImage($product->imageUrl, 'list')?>
  9 + <?= \common\components\artboximage\ArtboxImageHelper::getImage($product->variant->image->imageUrl, 'list')?>
10 10 </a>
11 11 </div>
12 12 <?php if(!empty($product->is_top) || !empty($product->is_new) || !empty($product->akciya)) :?>
... ...