magepal / magento2-customeraccountlinksmanager

magepal/magento2-customeraccountlinksmanager

Customer Account Links Manager for Magento2 allows you to quickly and easily remove unwanted links from customer account dashboard

magento2-module Compatibility: 2.4.7-2.4.9 Code Quality: Fail Tests: N/A Security: Pass proprietary

Best Magento Extensions

Customer Account Links Manager for Magento2

Total Downloads
Latest Stable Version

Best Magento Extensions

Our Account Links Manager extension allows you to quickly and easily remove unwanted links from your customer navigation dashboard sidebar in Magento. This extension can be used to remove the default Magento links such as "My Product Review", "My Downloadable Products", "My Credit Cards" or "Billing Agreements", as well as links added by other third-party extensions to your customer dashboard sidebar.

No coding or template modification necessary, all links are removable by updating the configurable within your Magento admin. Removing any link from your customer account page is as simple as clicking on the link you want to remove and save the configuration in admin.

Admin Configuration
Customer Account Links Manager for Magento2

Frontend
Magento Dashboard Links

Features

  • Remove navigation links from account dashboard sidebar added by:

    • default Magento
    • third party extensions
  • No code or template modification

  • Switch on/off menu dashboard links easily via Magento backend.

Remove Customer Account Links

  • NewsLetter Subscriptions
  • Billing Agreements / Subscription
  • My Product Reviews
  • Stored Payment Methods
  • My wish List
  • My Downloadable Products
  • Customer Balance
  • My Credit Cards
  • Gift Card
  • Gift Registry
  • Reward points
  • Order by SKU

Documentation

Installation Using Composer

composer require magepal/magento2-customeraccountlinksmanager
Manually
  • Download the extension
  • Unzip the file
  • Create a folder {Magento 2 root}/app/code/MagePal/CustomerAccountLinksManager
  • Copy the content from the unzip folder

Step 2 - Enable Customer Account Links Manager (from {Magento root} folder)

  • php -f bin/magento module:enable --clear-static-content MagePal_CustomerAccountLinksManager
  • php -f bin/magento setup:upgrade

Step 3 - Configure Customer Account Links Manager

Log into your Magento 2 Admin, then goto Stores -> Configuration -> MagePal -> Customer Account Links Manager

Contribution

Want to contribute to this extension? The quickest way is to open a pull request on GitHub.

Support

If you encounter any problems or bugs, please open an issue on GitHub.

Need help setting up or want to customize this extension to meet your business needs? Please email [email protected] and if we like your idea we will add this feature for free or at a discounted rate.

Magento 2 Extensions

© MagePal LLC. | www.magepal.com

No changelog yet

The vendor hasn't published a changelog. Tagged releases appear in the Versions tab.

Versions
Version Stability QA Status Compatibility Released
1.2.6 stable Fail Magento 2.4.7-2.4.9 Details 2026-03-18 20:31:24
1.2.5 stable Not tested Not yet tested Details 2025-04-16 20:32:52
1.2.4 stable Not tested Not yet tested Details 2024-05-01 19:50:47
1.2.3 stable Not tested Not yet tested Details 2023-05-12 16:33:24
1.2.2 stable Not tested Not yet tested Details 2022-04-12 18:47:43
1.2.1 stable Not tested Not yet tested Details 2021-02-23 20:51:13
1.2.0 stable Not tested Not yet tested Details 2020-07-31 12:44:33
1.1.10 stable Not tested Not yet tested Details 2020-07-03 00:30:03
1.1.9 stable Not tested Not yet tested Details 2019-10-15 00:41:03
1.1.8 stable Not tested Not yet tested Details 2019-06-18 02:29:20
1.1.7 stable Not tested Not yet tested Details 2019-03-29 18:27:54
1.1.6 stable Not tested Not yet tested Details 2019-01-09 18:32:44
1.1.5 stable Not tested Not yet tested Details 2018-08-30 10:16:55
1.1.4 stable Not tested Not yet tested Details 2018-03-30 19:25:04
1.1.3 stable Not tested Not yet tested Details 2018-01-01 19:14:05
1.1.2 stable Not tested Not yet tested Details 2017-12-29 18:29:39
1.1.1 stable Not tested Not yet tested Details 2017-12-23 01:26:46
1.1.0 stable Not tested Not yet tested Details 2017-10-14 14:40:26
1.0.3 stable Not tested Not yet tested Details 2017-04-20 13:51:00

Requires 4

Package Constraint
php ~8.1.0|~8.2.0|~8.3.0|~8.4.0|~8.5.0
magento/module-backend 100.1.*|100.2.*|101.0.*|102.0.*
magento/framework 100.1.*|101.0.*|102.0.*|103.0.*
magepal/magento2-core >=1.1.10

Compatibility

Each Magento release line is installed on its supported PHP versions, then the module is built (DI compilation + static-content deploy) and its unit and integration suites are run. The matrix shows the lines and PHP versions the module is confirmed to install and run on. Code-quality results further down (phpstan, phpcs, …) are reported separately and never affect compatibility.

Compatibility matrix (Magento × PHP)
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 Pass Pass
2.4.8 Pass Pass
2.4.9 Pass Pass

Code Quality

Advisory checks against the module's source. Static analysis runs once across the whole module; PHPStan re-runs per Magento + PHP version because resolvable symbols differ between releases. These NEVER affect the Compatibility badge. A phpcs finding can't make a module incompatible.

Static analysis

Coding standards (phpcs), mess detection (phpmd), copy-pasted code (cpd), PHP cross-version compatibility, composer.json validity. Each runs once for the whole module.

Static analysis results
Tool Status Findings Summary
PHPCS Warning 7 7 warnings (ruleset: Magento2)
PHPMD Warning 4 4 rule violations (CountInLoopExpression:2, IfStatementAssignment:1, CyclomaticComplexity:1)
Cpd Pass 0
Composer validate Info 2 valid; 2 advisory notes (composer validate --strict)

PHPStan

Type-checks the module's PHP against a real Magento install at the configured gate level. Re-runs per Magento and PHP version because resolvable symbols differ between releases.

PHPStan results by Magento and PHP version
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 4 4
2.4.8 4 4
2.4.9 4 4

Tests

Unit and integration suites, run for each applicable Magento and PHP version. A test failure speaks to the module's behaviour, not its compatibility with a Magento line, so it is reported here separately and never reddens the compatibility matrix.

Unit tests

Unit tests results by Magento and PHP version
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 N/A N/A
2.4.8 N/A N/A
2.4.9 N/A N/A

Integration tests

Integration tests results by Magento and PHP version
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 N/A N/A
2.4.8 N/A N/A
2.4.9 N/A N/A

Security

Security checks run directly against the module: an audit of its declared dependencies for known vulnerabilities (composer audit) and a scan of its source for malware and web-shell signatures. Each runs once. A malware detection fails the version outright.

Security results
Tool Status Findings Summary
Composer audit Pass 0
Malware scan Pass 0
License
proprietary
Homepage
https://www.magepal.com/
Authors

More from magepal

View vendor
Make it pay

Turn an existing module into recurring revenue.

If you already maintain a Magento 2 module on GitHub or GitLab, listing it on Packagento takes about five minutes. We mirror your tags, handle distribution signing, and route paid licenses through Stripe Connect, so you can keep shipping the way you already do.