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