Commit 0b7e91dfbd92cab3e4229e950e0ba8c310ed6200

Authored by Виталий
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 95  
96 96 <li class="product_collection" data-target="collection">
97 97 <a href="#collection">
98   - <span class="text">Похожие товары</span>
  98 + <span class="text">Рекомендуем специально для вас</span>
99 99 </a>
100 100 <span class="icon"></span>
101 101 <span class="arr"></span>
... ... @@ -116,6 +116,7 @@
116 116 <tbody>
117 117 <tr>
118 118 <td>
  119 + <span class="price_prefix">Цена</span>
119 120 <?php if( $product->variant->price_old ){?>
120 121 <strike><span><span id='old_cost'><?= $product->variant->price_old ?></span></span> грн.</strike>
121 122 <?php }?>
... ...