View Single Post
  #2  
Old 01-07-2021, 10:41 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,190
 

Default Re: Adding Address Book to My Account Drop Down

You can. Custom module or the easiest method (maybe not so good though) is to use the template editor and modify one of the templates there.
Use the template editor and modify
Quote:
customer/layout/header/header.bar.links.logged.account.twig
and add to it


Code:
<li class="account-link-profile"> <a href="{{ url('address_book', '') }}" class="profile icon-my-account-profile"> <span>{{ t('Address Book') }}</span> </a> </li>
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote