Commit 6e95335c482a8d3b9682c4dced96ac66011c9065
1 parent
b2871546
-Product card optimization
Showing
2 changed files
with
3 additions
and
2 deletions
Show diff stats
common/modules/product/widgets/views/products_block_similar.php
frontend/views/catalog/product.php
... | ... | @@ -96,7 +96,7 @@ |
96 | 96 | |
97 | 97 | <li class="product_collection" data-target="collection"> |
98 | 98 | <a href="#collection"> |
99 | - <span class="text">Похожие товары</span> | |
99 | + <span class="text">Рекомендуем специально для вас</span> | |
100 | 100 | </a> |
101 | 101 | <span class="icon"></span> |
102 | 102 | <span class="arr"></span> |
... | ... | @@ -117,6 +117,7 @@ |
117 | 117 | <tbody> |
118 | 118 | <tr> |
119 | 119 | <td> |
120 | + Цена | |
120 | 121 | <?php if( $product->variant->price_old ){?> |
121 | 122 | <strike><span><span id='old_cost'><?= $product->variant->price_old ?></span></span> грн.</strike> |
122 | 123 | <?php }?> | ... | ... |