Type
magento2-module
This Magento 2 module allows you to enable a newsletter subscription checkbox on the checkout page. Customers can subscribe to your newsletter list in Marketing > Communications > Newsletter Subscribers during checkout.
magento2-module
OSL-3.0
None
None
None
None
None
This Magento 2 module allows you to enable a newsletter subscription checkbox on the checkout page. Customers can subscribe to your newsletter list in Marketing > Communications > Newsletter Subscribers
during checkout.
composer config repositories.tobias-forkel/magento2-newsletter-subscribe-at-checkout vcs https://github.com/tobias-forkel/Magento2_NewsletterSubscribeAtCheckout.git
composer require "tobias-forkel/magento2-newsletter-subscribe-at-checkout":"1.0.2"
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Package operations: 1 install, 0 updates, 0 removals
- Installing tobias-forkel/magento2-newsletter-subscribe-at-checkout (1.0.2): Downloading (100%)
Writing lock file
Generating autoload files
php bin/magento module:enable Forkel_NewsletterSubscribeAtCheckout --clear-static-content
php bin/magento setup:upgrade
./app/code/Forkel/NewsletterSubscribeAtCheckout/
.php bin/magento module:enable Forkel_NewsletterSubscribeAtCheckout --clear-static-content
php bin/magento setup:upgrade
Checked
allows you to pre-tick the newsletter checkbox. Default is No
.Label
allows you to display a custom label.Note
you can display a custom text right below the newsletter subscription.The functionality can be used in the backend section Stores > Configuration > Sales > Checkout > Newsletter Subscribe At Checkout
.
If you have any issues with this extension, open an issue on Github. For a custom build, please contact me on http://www.tobiasforkel.de.
git checkout -b my-new-feature
.git commit -am 'Add some feature'
.git push origin my-new-feature
.Follow me on GitHub and Twitter.
===== 1.0.2 ===== * Updated composer require. [#1] [Rakhal] * Removed ifconfig from referenceBlock for 2.2.x compatibility [#1] [Rakhal]
===== 1.0.1 ===== * Variable note didn't exist when note was disabled.
===== 1.0.0 ===== * Stable version of this module