Skip to content

Commit 7c6ed27

Browse files
ENGCOM-1506: [Backport] Move customer.account.dashboard.info.extra block to contact information #15102
- Merge Pull Request #15102 from sergiy-v/magento2:feature/2.1-move-account-dashboard-extra-info-to-contact-block - Merged commits: 1. 9a1d9de
2 parents ed4b97e + 9a1d9de commit 7c6ed27

File tree

1 file changed

+1
-2
lines changed
  • app/code/Magento/Customer/view/frontend/templates/account/dashboard

1 file changed

+1
-2
lines changed

app/code/Magento/Customer/view/frontend/templates/account/dashboard/info.phtml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
<?php echo $block->escapeHtml($block->getName()) ?><br>
2121
<?php echo $block->escapeHtml($block->getCustomer()->getEmail()) ?><br>
2222
</p>
23+
<?php echo $block->getChildHtml('customer.account.dashboard.info.extra'); ?>
2324
</div>
2425
<div class="box-actions">
2526
<a class="action edit" href="<?php echo $block->escapeUrl($block->getUrl('customer/account/edit')) ?>">
@@ -43,8 +44,6 @@
4344
<?php echo $block->escapeHtml(__('You don\'t subscribe to our newsletter.')) ?>
4445
<?php endif; ?>
4546
</p>
46-
<?php /* Extensions placeholder */ ?>
47-
<?php echo $block->getChildHtml('customer.account.dashboard.info.extra')?>
4847
</div>
4948
<div class="box-actions">
5049
<a class="action edit" href="<?php echo $block->escapeUrl($block->getUrl('newsletter/manage')) ?>"><span><?php echo $block->escapeHtml(__('Edit')) ?></span></a>

0 commit comments

Comments
 (0)