mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-09 06:46:08 -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
|
// New create page
|
||||||
'options' => 'Options',
|
'options' => 'Options',
|
||||||
|
|
||||||
|
'free' => 'Free'
|
||||||
];
|
];
|
||||||
|
|||||||
@ -25,7 +25,9 @@
|
|||||||
? adv.standard_price.currency(null,"currency")
|
? adv.standard_price.currency(null,"currency")
|
||||||
: '' }}
|
: '' }}
|
||||||
</del></p>
|
</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>
|
</div>
|
||||||
{% if setting_value('visiosoft.module.location::list_page_location') %}
|
{% if setting_value('visiosoft.module.location::list_page_location') %}
|
||||||
<div class="col-md-12 justify-content-center align-self-center text-truncate">
|
<div class="col-md-12 justify-content-center align-self-center text-truncate">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user