PHP code example of vianetz / magento1-pdfattachments
1. Go to this page and download the library: Download vianetz/magento1-pdfattachments library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
vianetz / magento1-pdfattachments example snippets
Mage::helper('vianetz/pdfattachments')->addAttachmentToEmail(Mage_Core_Model_Email_Template $emailTemplate, $fileContents, $filename);