All Projects → fooman → emailattachments

fooman / emailattachments

Licence: other
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.

Programming Languages

PHP
23972 projects - #3 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to emailattachments

magento-grid-colors
Magento 2 Grid Colors module for colorizing admin grids. Supports saving of states with the help of grid's bookmarks.
Stars: ✭ 54 (+170%)
Mutual labels:  magento-extension
module-twilio
Magento 2 Customer SMS notifications with Twilio
Stars: ✭ 29 (+45%)
Mutual labels:  magento-extension
module-translation
magefan.com/magento-2-translation-extension
Stars: ✭ 35 (+75%)
Mutual labels:  magento-extension
module-blog-sample-data
Sample data for Magento 2 blog extension
Stars: ✭ 15 (-25%)
Mutual labels:  magento-extension
magento
Free PWA & SPA for Magento
Stars: ✭ 34 (+70%)
Mutual labels:  magento-extension
module-catalog
Fixes for some known Magento 2 issues in Catalog
Stars: ✭ 23 (+15%)
Mutual labels:  magento-extension
module-conflict-detector
magefan.com/magento2-conflict-detector
Stars: ✭ 40 (+100%)
Mutual labels:  magento-extension
AvS ScopeHint
Creates a warning if a configuration setting is overwritten on a lower level (website or store view)
Stars: ✭ 82 (+310%)
Mutual labels:  magento-extension
module-blog-comments-recaptcha
module-blog-comments-recaptcha
Stars: ✭ 17 (-15%)
Mutual labels:  magento-extension
magento-ngrok
Magento 2 module for ngrok.io service support
Stars: ✭ 45 (+125%)
Mutual labels:  magento-extension
magento2-custom-shipping
Custom Shipping Module for Magento 2
Stars: ✭ 64 (+220%)
Mutual labels:  magento-extension
module-wysiwyg-advanced
Extend TinyMCE 4 & 5 tools in Magento 2
Stars: ✭ 60 (+200%)
Mutual labels:  magento-extension
config-extension
Magento extension that improves config system
Stars: ✭ 20 (+0%)
Mutual labels:  magento-extension
m2.SmartCategory
Magento2. Extension Smart Category rules dynamically change the product selection according to a set of conditions.
Stars: ✭ 78 (+290%)
Mutual labels:  magento-extension
module-lazyload
magefan.com/magento-2-image-lazy-load-extension
Stars: ✭ 47 (+135%)
Mutual labels:  magento-extension
m2.ReCaptcha
Magento2. Extension is integrate Google Recaptcha with your Magento2 store.
Stars: ✭ 31 (+55%)
Mutual labels:  magento-extension
Magento2-City-Dropdown
City Dropdown for Magento 2 extension.
Stars: ✭ 42 (+110%)
Mutual labels:  magento-extension
magento2-prometheus-exporter
Simple Magento 2 Prometheus Exporter.
Stars: ✭ 40 (+100%)
Mutual labels:  magento-extension
Magento-Extra-RESTful
Many more REST resources for Magento's API
Stars: ✭ 32 (+60%)
Mutual labels:  magento-extension
module-geoip
Detect Country by IP in Magento 2
Stars: ✭ 51 (+155%)
Mutual labels:  magento-extension

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].