someone knows how can i customize the page in the magento/customer/account/edit/ like the
# Account Information
# Address Book
# My Orders
# My Product Reviews
# My Tags
# Newsletter Subscriptions
# My Wishlist
I have literally customized every file in the template folder which contains 29 sub-folders and probably over 100 of phtml files, while time consuming and sometimes frustrating, but a great way for me to learn to make Magento template
But no precise element for isntance about how the link “Wishlist” is added…
Nothing in customer.xml either.
In my case, I wish to remiove it, and can’t find a way. Every wishlist option or module is deactivated in the backend…
You need to make changes across a number of templates. You should probably first start by looking into the ->template->customer folder. You’ll notice a lot of phtml files such as dashboard.phtml, orders.phtml, wishlist.phtml etc. There are further folders and templates farther down the file structure, as well, but this is a good place to start