Commit 0025dc6507e4931a334e15a9ef087ea339d79895
1 parent
46fea629
image size
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
frontend/views/catalog/product_item.php
... | ... | @@ -48,7 +48,8 @@ use yii\helpers\Url; |
48 | 48 | </div> |
49 | 49 | <a href="<?= Url::to([ |
50 | 50 | 'catalog/product', |
51 | - 'product' => $product]) | |
51 | + 'product' => $product, | |
52 | + '#' => 'm' .$product->variant->product_variant_id]) | |
52 | 53 | ?>" class="link_buy">Купить</a> |
53 | 54 | |
54 | 55 | <div class="mycarousel"> | ... | ... |