razzzila-dev/module-sign-in-popup

N/A

Installs: 17

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:HTML

Type:magento2-module

1.0.0 2020-02-06 20:58 UTC

This package is not auto-updated.

Last update: 2024-04-22 05:50:49 UTC


README

GitHub license Ask Me Anything ! Contributions welcome

Tested on >= Magento 2.3.2 No DB Migrations

By default clicking on the "Sign In" button in the header, you will be redirected to the "Sign In" page. To improve UX better to show popup instead. This module extends the "Sign In for Checkout" popup and opens another popup with a form to sign-in after a click on the "Sign In" button.

Installation

Requirements:

  • "magento/module-customer": ">100.0"

Package install

Manual installation

Download archive and unzip it. Then move all files from module-sign-in-popup folder to the <magento_root>/app/code/Razzzila/SignInPopup folder.

Using Composer

Change working directory to <magento_root> and run:

composer require razzzila-dev/module-sign-in-popup
bin/magento module:enable Razzzila_SignInPopup
bin/magento cache:flush

Build

If you use not developer mode, you have to redeploy static content.

rm -rf ./pub/static/frontend
rm -rf ./var/view_preprocessed/pub/static/frontend
bin/magento setup:static-content:deploy [locale] [-t=Vendor/themename] [-a=frontend]

Support

This module is not my priority, so in time support not guaranteed. But feel free to open new issues and create pull-requests if needed.

License

MIT