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
| @@ -15,7 +15,7 @@ | @@ -15,7 +15,7 @@ | ||
| 15 | <div class="collection" style="padding: 0;"> | 15 | <div class="collection" style="padding: 0;"> |
| 16 | 16 | ||
| 17 | <h2 id="collection"> | 17 | <h2 id="collection"> |
| 18 | - Похожие товары | 18 | + Рекомендуем специально для вас |
| 19 | </h2> | 19 | </h2> |
| 20 | 20 | ||
| 21 | <div class="catalog_product_list view_table new_collection"> | 21 | <div class="catalog_product_list view_table new_collection"> |
frontend/views/catalog/product.php
| @@ -96,7 +96,7 @@ | @@ -96,7 +96,7 @@ | ||
| 96 | 96 | ||
| 97 | <li class="product_collection" data-target="collection"> | 97 | <li class="product_collection" data-target="collection"> |
| 98 | <a href="#collection"> | 98 | <a href="#collection"> |
| 99 | - <span class="text">Похожие товары</span> | 99 | + <span class="text">Рекомендуем специально для вас</span> |
| 100 | </a> | 100 | </a> |
| 101 | <span class="icon"></span> | 101 | <span class="icon"></span> |
| 102 | <span class="arr"></span> | 102 | <span class="arr"></span> |
| @@ -117,6 +117,7 @@ | @@ -117,6 +117,7 @@ | ||
| 117 | <tbody> | 117 | <tbody> |
| 118 | <tr> | 118 | <tr> |
| 119 | <td> | 119 | <td> |
| 120 | + Цена | ||
| 120 | <?php if( $product->variant->price_old ){?> | 121 | <?php if( $product->variant->price_old ){?> |
| 121 | <strike><span><span id='old_cost'><?= $product->variant->price_old ?></span></span> грн.</strike> | 122 | <strike><span><span id='old_cost'><?= $product->variant->price_old ?></span></span> грн.</strike> |
| 122 | <?php }?> | 123 | <?php }?> |