Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fooman/emailattachments
Magento 1 Extension - add order confirmation, invoice, packing slip or creditmemo pdfs to your outgoing transactional emails. Also adds support for attaching terms and conditions and printing the order as a pdf.
https://github.com/fooman/emailattachments
magento-extension
Last synced: 9 days ago
JSON representation
Magento 1 Extension - add order confirmation, invoice, packing slip or creditmemo pdfs to your outgoing transactional emails. Also adds support for attaching terms and conditions and printing the order as a pdf.
- Host: GitHub
- URL: https://github.com/fooman/emailattachments
- Owner: fooman
- Archived: true
- Created: 2014-06-16T09:46:21.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-11-12T11:48:14.000Z (almost 3 years ago)
- Last Synced: 2024-05-15T20:12:23.194Z (6 months ago)
- Topics: magento-extension
- Language: PHP
- Homepage: http://store.fooman.co.nz/extensions/magento-extension-email-attachments.html
- Size: 87.9 KB
- Stars: 22
- Watchers: 12
- Forks: 21
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-magento - Fooman_EmailAttachments
README
Fooman Email Attachments
===================### Installation Instructions
To install the extension, follow the steps in [The Installation Guide](http://magento1-support.fooman.co.nz/article/354-installing-fooman-email-attachments).### Installation Options
**via composer**
Fooman extension are included in the packages.firegento.com repository so you can install them easily via adding the extension to the require section and then running `composer install` or `composer update`"require":{
"fooman/emailattachments":"*"
},Please note that packages.firegento.com might not always up-to-date - in this case please add the following in the repositories section
"repositories":[
{
"type":"composer",
"url":"http://packages.fooman.co.nz"
}
],**via modman**
`modman clone https://github.com/fooman/common.git`
`modman clone https://github.com/fooman/emailattachments.git`**via file transfer (zip download)**
please see the releases tab for https://github.com/fooman/emailattachments/releases
and https://github.com/fooman/common/releases