image ? $product->image->getPath() : '@frontend/web/img/no-image.png' ) ->fillResize(260, 260) ->quality(85) ->render(), [ 'class' => 'img-responsive-image1', ] ), [ 'product/view', 'id' => $product->id, 'alias' => $product->lang->alias, ] ); ?>

lang->title, [ 'product/view', 'id' => $product->id, 'alias' => $product->lang->alias, ] ); ?>

variants[ 0 ]->price_old) { echo Html::tag('del', $product->variants[ 0 ]->price_old . ' грн.'); } echo ( $product->variants[ 0 ]->price ? : 0 ) . ' грн.'; ?>

variants[ 0 ]->canBuy()) { echo Html::a( Html::tag( 'i', '', [ 'class' => 'fa fa-shopping-cart', ] ) . \Yii::t('app', 'В корзину'), '#', [ 'class' => 'btn btn-template-main add-to-basket', 'data-id' => $product->variants[ 0 ]->id, ] ); } else { echo Html::a( \Yii::t('app', 'Нет в наличии'), '#', [ 'class' => 'btn btn-info disabled', 'data-id' => $product->variants[ 0 ]->id, ] ); } ?>

is('new') || $product->is('akcia') || $product->is('top')){ ?>
is('new')) { ?>
is('akcia')) { ?>
is('top')) { ?>