siteation/magento2-module-account-menu

This package is abandoned and no longer maintained. No replacement package was suggested.

Better account menu for Magento

Installs: 4 344

Dependents: 0

Suggesters: 0

Security: 0

Stars: 5

Watchers: 4

Forks: 0

Open Issues: 0

Language:Less

Type:magento2-module

1.0.1 2020-11-21 12:36 UTC

This package is auto-updated.

Last update: 2022-12-17 15:09:33 UTC


README

Packagist Version

Warning We stopped supporting Luma, this module will no long recive any updates

This module adds an account menu next to the minicart. So that you can access account menu more easily.

This module works similar to the Luma theme account menu. Where it takes the top.links and adds them to a dropdown.

The only exception is that this menu does not move the top.links. But instead renders new account menu with the same links, from top.links. And also adds extra menu items. That are also found in the account dashboard menu. For a quicker navigation.

If you are planing to use this menu instead of the top.links. See the wiki on how to do this.

Installation

Install the package via;

composer require siteation/magento2-module-account-menu
bin/magento setup:upgrade

This Module require Magento 2.3 or higher! For more requirements see the composer.json.

How to use

Not instructions needed. This module works out of the box for themes based on Luma theme.

If you use the Blank theme instead. Make sure add @account-menu-theme: "blank"; to your own theme. To load the Blank theme styles instead of Luma.

SCSS support

This module also supports SCSS styles that can be used with tools like Frontools.

Add Siteation_AccountMenu to the themes.json;

{
    "<THEME>": {
        "modules": {
            "Siteation_AccountMenu": "vendor/siteation/magento2-module-account-menu/view/frontend"
        }
    }
}

And import it in your styles.scss via;

@import "../Siteation_AccountMenu/styles/module";

Tips

The wiki is full of nice theming options. And tricks with this menu and themes. So check out the wiki.