#1899 Comments section linked to comments module.

This commit is contained in:
Muammer Top 2020-09-23 18:49:21 +03:00
parent d9e6eca53f
commit 9165f5ca4e

View File

@ -20,7 +20,11 @@
<div class="col-md-3 text-left justify-content-center align-self-center">
<div class="row">
<div class="col-md-12">
<p class="theme-price-old small mb-0"><del>{{ adv.standard_price.currency(null,'currency') }}</del></p>
<p class="theme-price-old small mb-0"><del>
{{ adv.standard_price.currency(null,'currency') != adv.price.currency(null,'currency')
? adv.standard_price.currency(null,"currency")
: '' }}
</del></p>
<b>{{ adv.price.currency(null,'currency') }}</b>
</div>
{% if setting_value('visiosoft.module.location::list_page_location') %}