E-commerce has become a requirement for all kinds of companies. Every web business owner is looking for a sophisticated business solution that offers scalability, flexibility, and scalability.
Magento 2 versions from 2.3 has a replacement for traditional install / upgrade schema which is used to maintain the database structure.
A website considered a great source of a marketing platform for a travel company. It is a place where you can share your availability and regularity all the time without unusual hindrances. A website should be responsive, user-friendly, and easy to operate. A travel company promotes itself through the best website to put trustworthy content. It may promote visitors and it would be a great platform to place tour packages.
Today Magento 2 has become one of the most widely and commonly used eCommerce development platform around the world. In this article:, we will learn about..
Below are the steps, Magento Developers implements in the customers account dashboard to remove manage navigation links.The links in the customers account dashboard navigation are added via different layout XML files.
NameSpace : Egits
Step 1: Create a php file in app/code/local/Egits/Customer/Block/Account/Navigation.php:
{ public function removeLinkByName($name) { unset($this->_links[$name]); } }
Step 2: Rewrite magento account_navigation with Egits_Customer_Block_Account_Navigation a configuration XML file in app\code\local\Egits\Customer\etc\config.xml:
Egits_Customer_Block_Account_Navigation
Step 3: Finally you can remove My Account links individually from your local.xml file as :
billing_agreements recurring_profiles reviews
This is a list of all names for navigation links in account dashboard (in default order of their appearance):
• account • account_edit • address_book • orders • billing_agreements • recurring_profiles • reviews • tags • wishlist • OAuth Customer Tokens • newsletter • downloadable_products
©2022 eGlobe IT Solutions. All Rights Reserved.
Leave a Reply