Skip to content

Commit cb54925

Browse files
committed
Merge remote-tracking branch 'origin/1.4.4' into 1.4.4
2 parents 772fce9 + a89a84e commit cb54925

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

public_html/extensions/novator/storefront/view/novator/template/pages/content/contact.tpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ if ($error_warning) { ?>
3636
<a href="tel:<?php echo $telephone; ?>"><?php echo $telephone; ?></a><br/>
3737
<br/>
3838
<?php }
39+
echo $this->getHookVar('after_telephone');
3940
if ($fax) { ?>
4041
<b class="mb-2"><?php echo $text_fax; ?></b><br/>
4142
<?php echo $fax;

public_html/storefront/language/english/checkout/fast_checkout.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -497,4 +497,8 @@
497497
<key>warning_order_changed</key>
498498
<value><![CDATA[Order has been changed. Please review your cart.]]></value>
499499
</definition>
500+
<definition>
501+
<key>text_add_address</key>
502+
<value><![CDATA[Add Address]]></value>
503+
</definition>
500504
</definitions>

public_html/storefront/view/default/template/pages/content/contact.tpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
<a href="tel:<?php echo $telephone; ?>"><?php echo $telephone; ?></a><br />
3131
<br />
3232
<?php }
33+
echo $this->getHookVar('after_telephone');
3334
if ($fax) { ?>
3435
<b class="mb-2"><?php echo $text_fax; ?></b><br />
3536
<?php echo $fax;

0 commit comments

Comments
 (0)