mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
#2171 oc.com discount doesn't seen. Completed.
This commit is contained in:
parent
9165f5ca4e
commit
5cf4316b27
@ -296,4 +296,6 @@ return [
|
||||
|
||||
// New create page
|
||||
'options' => 'Options',
|
||||
|
||||
'free' => 'Free'
|
||||
];
|
||||
|
||||
@ -25,7 +25,9 @@
|
||||
? adv.standard_price.currency(null,"currency")
|
||||
: '' }}
|
||||
</del></p>
|
||||
<b>{{ adv.price.currency(null,'currency') }}</b>
|
||||
<b>{{ adv.price != '0'
|
||||
? adv.price.currency(null,"currency")
|
||||
: trans('visiosoft.module.advs::field.free') }}</b>
|
||||
</div>
|
||||
{% if setting_value('visiosoft.module.location::list_page_location') %}
|
||||
<div class="col-md-12 justify-content-center align-self-center text-truncate">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user