2017 © Pedro PelĂĄez
 

magento-module magento-disable-newsletter-notifications

Magento - Disable newsletter notifications extension

image

aurmil/magento-disable-newsletter-notifications

Magento - Disable newsletter notifications extension

  • Tuesday, July 24, 2018
  • by aurmil
  • Repository
  • 2 Watchers
  • 11 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 5 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Magento - Disable newsletter notifications extension

Overview

When a user subscribes or unsubscribes to your newsletter, he recieves an email to confirm his action. This behavior may not be wanted., (*1)

This extension allows you to block these confirmation emails., (*2)

Compatibility

Tested on Magento CE 1.6 - 1.9, (*3)

Notes

  • Free and open source
  • Fully configurable
  • Bundled with English and French translations

Installation

No Magento files will be modified but class Mage_Newsletter_Model_Subscriber will be extended and some of its methods overridden., (*4)

With modman

  • $ modman clone https://github.com/aurmil/magento-disable-newsletter-notifications.git

Manually

  • Download the latest version of this module here
  • Unzip it
  • Move the "app" folder into the root directory of your Magento application, it will be merged with the existing "app" folder

With composer

  • Adapt the following "composer.json" file into yours:
{
    "require": {
        "aurmil/magento-disable-newsletter-notifications": "dev-master"
    },
    "repositories": [
        {
            "type": "composer",
            "url": "http://packages.firegento.com"
        },
        {
            "type": "vcs",
            "url": "git://github.com/aurmil/magento-disable-newsletter-notifications"
        }
    ],
    "extra": {
        "magento-root-dir": "./"
    }
}
  • Install or update your composer project dependencies

Usage

In System > Configuration > Customers > Newsletter > Subscription Options, this extension adds two new options: Send Success Email and Send Unsubscription Email, (*5)

, (*6)

  • Select "Yes" to stay with the Magento basic behavior
  • Select "No" (default value) to activate the extension

License

The MIT License (MIT). Please see License File for more information., (*7)

The Versions

24/07 2018

dev-master

9999999-dev https://github.com/aurmil/magento-disable-newsletter-notifications

Magento - Disable newsletter notifications extension

  Sources   Download

MIT

The Requires

 

newsletter magento

06/09 2017

v1.2.0

1.2.0.0 https://github.com/aurmil/magento-disable-newsletter-notifications

Magento - Disable newsletter notifications extension

  Sources   Download

MIT

The Requires

 

newsletter magento

01/04 2016

v1.1.1

1.1.1.0 https://github.com/aurmil/magento-disable-newsletter-notifications

Magento - Disable newsletter notifications extension

  Sources   Download

MIT

The Requires

 

newsletter magento

16/12 2014

v1.1.0

1.1.0.0 https://github.com/aurmil/magento-disable-newsletter-notifications

Magento - Disable Newsletter Notifications extension

  Sources   Download

The Requires

 

newsletter