X

Important Notice:

It has come to our attention that some individuals, who are not affiliated with eGlobe IT Solutions, have been reaching out to job seekers falsely claiming to represent our company. These scammers are offering Work from Home Part-Time job opportunities under the guise of eGlobe IT Solutions and we have already reported to the concerned authorities under law. If you have been contacted by someone claiming to be from eGlobe IT Solutions via WhatsApp/Instagram/Facebook/SMS and you suspect that it might be a scam, we urge you to exercise caution. Do not share any personal information or make any financial transactions. Instead, pleasefollow these steps:

1. Contact Us:

If you have doubts or concerns, please reach out to our HR department directly at hr@eglobeits.com to confirm the authenticity of the communication.

2. Do Not Share Personal or Financial Information:

Under no circumstances should you share sensitive personal or financial information with anyone claiming to be from eGlobe IT Solutions without proper verification.

3. Report the Scam:

If you believe you have been targeted by a scam, please report it to your local law enforcement authorities and forward any suspicious emails or messages to us at hr@eglobeits.com so that we can take appropriate action.

Your safety and security are of paramount importance to us, and we take these matters very seriously. eGlobe IT Solutions is committed to maintaining the highest ethical standards in our recruitment processes.

Customize Your Magento Account Dashboard: Remove Navigation Links

Posted on: 05 Nov 2019 by Admin

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):

  1. Account
  2. Account_edit
  3. Address_book
  4. Orders
  5. Billing_agreements
  6. Recurring_profiles
  7. Reviews
  8. Tags
  9. Wishlist
  10. OAuth Customer Tokens
  11. Newsletter
  12. Downloadable products