Skip to content

Commit a6300dc

Browse files
authored
Merge pull request #897 from tblivet/feat/add-missing-hook
Feat add missing hook displayAddressSelectorBottom
2 parents 4122d32 + 92be17c commit a6300dc

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

templates/checkout/_partials/steps/addresses.tpl

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,5 +116,14 @@
116116
{/if}
117117
</div>
118118
</form>
119+
120+
{capture name="address_selector_bottom"}{hook h='displayAddressSelectorBottom'}{/capture}
121+
{if $smarty.capture.address_selector_bottom}
122+
{block name='address_selector_bottom'}
123+
<div class="address-selector-bottom mt-3">
124+
{$smarty.capture.address_selector_bottom nofilter}
125+
</div>
126+
{/block}
127+
{/if}
119128
</div>
120129
{/block}

0 commit comments

Comments
 (0)