Commit 0e2f3d74b79800a5d064f2f2d5fd9f931c491cb3
1 parent
af7fb26a
20.07.16
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
frontend/views/catalog/product.php
... | ... | @@ -142,7 +142,7 @@ |
142 | 142 | <span id='color'></span></div> |
143 | 143 | <div class="product_read_price"> |
144 | 144 | <div class="w"> |
145 | - <strike><span itemprop="price"><span id='old_cost'><?= $variant->price_old ?></span></span> грн.</strike> | |
145 | + <strike><span ><span id='old_cost'><?= $variant->price_old ?></span></span> грн.</strike> | |
146 | 146 | <span class="cost"><span itemprop="price"><span id='cost'><?= $variant->price ?></span></span> <span class="valute">грн.</span></span> |
147 | 147 | <meta itemprop="priceCurrency" content="UAH"> |
148 | 148 | </div> | ... | ... |