crankycyclops / magento2-configurable-downloadable-product
Add download links to order confirmation mail when the downloadable product is part of a configurable
Installs: 2 275
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
Open Issues: 0
Type:magento2-module
Requires
- php: >=7.4
- magento/framework: *
This package is not auto-updated.
Last update: 2025-05-16 16:43:35 UTC
README
Magento core currently lacks the ability to send out download links in the order confirmation email when the downloadable product that was purchased was a configurable product option. See: magento/magento2#12885
To install, cd to the directory of your magento installation and run the following command:
composer require crankycyclops/magento2-configurable-downloadable-product
Special thanks to Peter Jaap Blaakmeer for whipping this module into shape and preparing it for release.