mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-09 06:46:08 -06:00
Merge pull request #678 from openclassify/muammer
#2171 oc.com discount doesn't seen. Completed.
This commit is contained in:
commit
71eb6957b3
@ -296,4 +296,6 @@ return [
|
|||||||
|
|
||||||
// New create page
|
// New create page
|
||||||
'options' => 'Options',
|
'options' => 'Options',
|
||||||
|
|
||||||
|
'free' => 'Free'
|
||||||
];
|
];
|
||||||
|
|||||||
@ -20,7 +20,14 @@
|
|||||||
<div class="col-md-3 text-left justify-content-center align-self-center">
|
<div class="col-md-3 text-left justify-content-center align-self-center">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-12">
|
<div class="col-md-12">
|
||||||
<b>{{ adv.price.currency(null,'currency') }}</b>
|
<p class="theme-price-old small mb-0"><del>
|
||||||
|
{{ adv.standard_price != adv.price and adv.standard_price != '0'
|
||||||
|
? adv.standard_price.currency(null,"currency")
|
||||||
|
: '' }}
|
||||||
|
</del></p>
|
||||||
|
<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