Commit bb246ce923ba07d719d615a45a4712e2f433c9e0

Authored by Administrator
1 parent 0d622d66

add local config

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/app/frontend/views/page/item.php
... ... @@ -213,7 +213,7 @@
213 213 }
214 214 }
215 215 else {
216   - //echo '<span itemprop="price">'.number_format($item['price2'], 2, '.', ' ').'</span> грн<span style="display:none;" itemprop="priceCurrency">UAH</span>';
  216 + echo '<span itemprop="price">'.number_format($item['price2'], 2, '.', ' ').'</span> грн<span style="display:none;" itemprop="priceCurrency">UAH</span>';
217 217 }
218 218 ?>
219 219 <!--<span itemprop="price"><?//= number_format($item['price2'], 2, '.', ' '); ?></span> грн<span style="display:none;" itemprop="priceCurrency">UAH</span>-->
... ...