Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.
/ emailattachments Public archive

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.

Notifications You must be signed in to change notification settings

fooman/emailattachments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Fooman Email Attachments

Installation Instructions

To install the extension, follow the steps in The Installation Guide.

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

About

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.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published