8000 Magento2-Email-Attachments/README.md at main · risecommerce/Magento2-Email-Attachments · GitHub
Skip to content

Latest commit

 

History

History
62 lines (41 loc) · 2.57 KB

README.md

File metadata and controls

62 lines (41 loc) · 2.57 KB

Magento 2 Sales Email Invoice, shipments Attachment

Risecommerce_Email Attachments provides seamless file sharing within emails, streamlining communication with secure and efficient attachment handling for enhanced productivity and collaboration. Elevate your email experience with easy access to important documents, fostering a smoother workflow for your business.

For more details about this extension, visit the Magento 2 Sales Email Invoice, shipments Attachment.

If you're looking to enhance your Magento store further, consider hiring a dedicated Magento developer.

For support or inquiries, please visit our contact page.

Support:

version - 2.3.,2.4.

How to install Extension

Method I:

1. Download the archive file.

2. Unzip the file

3. Create a folder [Magento_Root]/app/code/Risecommerce/EmailAttachments

4. Drop/move the unzipped files to directory '[Magento_Root]/app/code/Risecommerce/EmailAttachments'

Method II:

Using Composer

composer require risecommerce/magento-2-email-attachments-extension:1.2.0

Enable Extension:

 php bin/magento module:enable Risecommerce_EmailAttachments
 php bin/magento setup:upgrade
 php bin/magento cache:clean
 php bin/magento setup:static-content:deploy
 php bin/magento cache:flush

Disable Extension:

 php bin/magento module:disable Risecommerce_EmailAttachments
 php bin/magento setup:upgrade
 php bin/magento cache:clean
 php bin/magento setup:static-content:deploy
 php bin/magento cache:flush

Configuration:

0