File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
src/modules/CountryLocalizations/components/country-address-form Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 1616?>
1717
1818<div class="country-address-form grid-12">
19+ <?php $ this ->applyTemplateHook ('country-address-form ' ,'begin ' ); ?>
20+
1921 <div v-if="countryFieldEnabled" class="field col-12">
22+ <?php $ this ->applyTemplateHook ('country-address-form-country-field ' ,'before ' ); ?>
2023 <label><?= i::__ ("País " ) ?> </label>
2124 <mc-select
2225 :options="countries"
2528 placeholder="<?= i::__ ("País " ) ?> "
2629 show-filter>
2730 </mc-select>
31+ <?php $ this ->applyTemplateHook ('country-address-form-country-field ' ,'after ' ); ?>
2832 </div>
2933
3034 <mc-loading :condition="processing" class="col-12"> <?= i::__ ('Carregando ' ) ?> </mc-loading>
3135
3236 <div v-if="!processing && country" class="col-12 grid-12">
37+ <?php $ this ->applyTemplateHook ('country-address-form ' ,'before ' ); ?>
3338 <brasil-address-form
3439 v-if="country == 'BR'"
3540 :entity="entity"
@@ -38,6 +43,8 @@ class="col-12"
3843 editable >
3944 </brasil-address-form>
4045
46+ <?php $ this ->applyTemplateHook ('country-address-form ' ,'forms ' ); ?>
47+
4148 <international-address-form
4249 v-else
4350 :entity="entity"
@@ -46,5 +53,9 @@ class="col-12"
4653 class="col-12"
4754 editable >
4855 </international-address-form>
56+
57+ <?php $ this ->applyTemplateHook ('country-address-form ' ,'after ' ); ?>
4958 </div>
59+
60+ <?php $ this ->applyTemplateHook ('country-address-form ' ,'end ' ); ?>
5061</div>
You can’t perform that action at this time.
0 commit comments