|
@@ -5,14 +5,14 @@
|
|
<?php foreach($parentThis['products'] as $product): echo $i; $i++?>
|
|
<?php foreach($parentThis['products'] as $product): echo $i; $i++?>
|
|
<div class="fl-product">
|
|
<div class="fl-product">
|
|
<div class="image sale-product">
|
|
<div class="image sale-product">
|
|
- <a href="<?= $product['url'] ?>">
|
|
|
|
|
|
+ <a target="_blank" href="<?= $product['url'] ?>">
|
|
<img class=" img-fluid" src="<?= Yii::$service->product->image->getResize($product['image'],[224,224],false) ?>" alt="">
|
|
<img class=" img-fluid" src="<?= Yii::$service->product->image->getResize($product['image'],[224,224],false) ?>" alt="">
|
|
<img class=" img-fluid" src="<?= Yii::$service->product->image->getResize($product['image'],[224,224],false) ?>" alt="">
|
|
<img class=" img-fluid" src="<?= Yii::$service->product->image->getResize($product['image'],[224,224],false) ?>" alt="">
|
|
</a>
|
|
</a>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
<div class="content">
|
|
<div class="content">
|
|
- <h2 class="product-title"> <a href="<?= $product['url'] ?>"><?= $product['name'] ?></a></h2>
|
|
|
|
|
|
+ <h2 class="product-title"> <a target="_blank" href="<?= $product['url'] ?>"><?= $product['name'] ?></a></h2>
|
|
<?php # review star
|
|
<?php # review star
|
|
$reviewStarView = [
|
|
$reviewStarView = [
|
|
'view' => 'catalog/product/index/review_star.php'
|
|
'view' => 'catalog/product/index/review_star.php'
|