alibaba-theme advs-detail page design e.2

This commit is contained in:
Muammer Top 2021-02-17 13:12:01 +03:00
parent 55e7d311b7
commit fd5cd3d30f
2 changed files with 9 additions and 1 deletions

View File

@ -38,5 +38,6 @@ return [
'choose_an_option' => 'Choose an option...',
'abv' => [
'name' => 'Abbreviation',
]
],
'location' => 'Location',
];

View File

@ -0,0 +1,7 @@
{% set adv = params.adv %}
{% if setting_value('visiosoft.module.location::detail_page_location') %}
<div class="col-md-12 location-container">
<span class="font-weight-bold">{{ trans('visiosoft.module.location::field.location') }}:</span>
{{ adv.city_name }}, {{ adv.country_name }}
</div>
{% endif %}