codeko/disablenewsletter

Disable Newsletter in Frontend

Installs: 5 311

Dependents: 0

Suggesters: 0

Security: 0

Stars: 9

Watchers: 6

Forks: 9

Open Issues: 2

Type:magento2-module

1.0.3 2020-11-12 16:24 UTC

This package is not auto-updated.

Last update: 2024-05-16 00:10:48 UTC


README

Magento 2 provide newsletter and suscribe newsletter, but it is difficult to disable all subscription points in frontend.

If you enable this module, the newsletter subscription points will disappear from the frontend

1 - Installation Disable Newsletter

Manual Installation

Install Disable Newsletter for Magento2

  • Download the extension
  • Unzip the file
  • Create a folder {Magento root}/app/code/Codeko/DisableNewsletter
  • Copy the content from the unzip folder
Using Composer
composer require codeko/disablenewsletter:dev-master

2 - Enable Disable Newsletter

  • php bin/magento module:enable Codeko_DisableNewsletter
  • php bin/magento setup:upgrade
  • php bin/magento setup:di:compile
  • php bin/magento cache:flush
  • php bin/magento setup:static-content:deploy