View Single Post
  #3  
Old 01-15-2021, 08:24 AM
 
Dawn Howard Dawn Howard is offline
 

eXpert
  
Join Date: Apr 2006
Posts: 229
 

Default Re: Adding Address Book to My Account Drop Down

Thanks, sounds simple enough but before I add that bit of code, I want to make sure. This is the code for that twig:

Quote:
{% if this.isLogged() and not this.isCheckoutLayout() %}
<div class="dropdown header_bar-my_account">
<a data-toggle="dropdown" data-target="#">{{ t('My account') }}</a>
<ul class="account-links dropdown-menu">
{{ widget_list('layout.header.bar.links.logged') }}
</ul>
</div>
{% endif %}

I don't see the other drop down items listed here. Where does that code code exactly?

Thanks in Advance! ♥
__________________
Dawn
X-Cart Business 5.3.6.3
Mods:
Qty input - Custom Mod
Part numbers near title - Custom Mod
Membership approval before ordering - Custom Mod
Order Forms - Custom Mod
Freight on Board - Custom Mod
Catalog Order Form
Call For Price
Template: Crisp White skin
Running on Windows
Reply With Quote