How To Move Wishlist Into My Account Block?

Hi!



Does anyone know how to place Wishlist link into My Account block? - that makes more sense to me, rather than keeping it in a separate block somewhere like Customer Service.



Thank you!

[quote name=‘AnnaInFL’ timestamp=‘1414704781’ post=‘195739’]

Hi!



Does anyone know how to place Wishlist link into My Account block? - that makes more sense to me, rather than keeping it in a separate block somewhere like Customer Service.



Thank you!

[/quote]



It should be displayed in the My account block by default. Please take a look:

he probably means to the left lower part of frontpage…my account block

[quote name='demeldoo' timestamp='1414757178' post='195821']

he probably means to the left lower part of frontpage…my account block

[/quote]



Ok. Unfortunately the corresponding file does not have hooks so you should modify the design\themes\THEME\templates\blocks\static_templates\my_account_links.tpl and add the following line:


```php

  • {__("wishlist")}

  • ```

    Thank you so much!



    When I started the topic, the issue was with the top dropdown menu - the theme had been customized by the guys who helped us set up the cart and the wishlist didn't show there.



    Since then, I updated the theme to a responsive one and the issue with the top Wishlist was resolved automatically. Then, I thought how nice it would be to move Wishlist to My Account block in the footer. And here is the answer! Worked like magic!



    Thank you again!