bdc/module-newsletter

BDCrops Newsletter module for Magento 2 extensions.

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 3

Forks: 1

Type:magento2-module

dev-master 2019-08-27 10:49 UTC

This package is auto-updated.

Last update: 2024-05-21 20:06:43 UTC


README

Magento2x Newsletter overwrite with new field First Name, Last Name , Gender etc using around plugin methods

Front End :

Front End

Back End :

Back End

How to install & upgrade BDC_Newsletter

1. Copy and paste

If you don't want to install via composer, you can use this way.

  • Download the latest version here
  • Extract master.zip file to app/code/BDC/Newsletter ; You should create a folder path app/code/BDC/Newsletter if not exist.
  • Go to Magento root folder and run upgrade command line to install BDC_Newsletter:
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy


[![Latest Stable Version](https://poser.pugx.org/bdcrops/module-newsletter/v/stable)](https://packagist.org/packages/bdcrops/module-newsletter)
[![Total Downloads](https://poser.pugx.org/bdcrops/module-newsletter/downloads)](https://packagist.org/packages/bdcrops/module-newsletter)



### 2. Install via composer



We recommend you to install BDC_Newsletter module via composer. It is easy to install, update and maintaince.

Run the following command in Magento 2 root folder.


#### 2.1 Install

Run

composer config repositories.module-newsletter git https://github.com/bdcrops/BDC_Newsletter

composer require bdcrops/module-newsletter:~1.0.0 php bin/magento setup:upgrade php bin/magento setup:static-content:deploy


#### 2.2 Upgrade    

composer update bdcrops/module-newsletter php bin/magento setup:upgrade php bin/magento setup:static-content:deploy


Run compile if your store in Product mode:

php bin/magento setup:di:compile

Ref#

https://devdocs.magento.com/guides/v2.3/extension-dev-guide/plugins.html

https://mage2gen.com/

https://github.com/astorm