magento2-pdf-generator2
magento2-pdf-generator2 copied to clipboard
Invoice PDF Generator For Magento 2
PHP version 7.4 requirement compatible
Please update your dependencies, and add support in your composer.json for Magento 2.4.
In Magento 2.3.5 and Magento 2.4 as well, i can not make the variables to work. When you try to create or edit a PDF template and press the 'insert...
Remove di for Message preference, update TransportBuilder to handle attachment, update SenderBuilder to use TransportBuilder Module latest 12.10 allows PHP7.3 but dev dependencies for testing require
Hey, we recently upgraded store from 2.2.10 to 2.3.5-p1 and after that an error appears when trying to send invoice. `Fatal error: Uncaught Error: Call to a member function createAttachments()...
``` Fatal error: Uncaught Error: Call to a member function setBodyAttachment() on null in /home/ccarnell/Sites/xx-uk2/vendor/eadesignro/module-pdfgenerator/Model/Email/TransportBuilder.php:16 ``` This class has been refactored. https://github.com/magento/magento2/blob/2.3-develop/lib/internal/Magento/Framework/Mail/Template/TransportBuilder.php
The code is full of registry operations and inheritance that should be removed in favor of composition. When updating the extension for Magento 2.4 it would be the right time...
The use of setUseSessionInUrl(false) in Model/Template/Processor.php is no more allowed in Magento 2.3.5. The Result is the following exception: `User Deprecated Functionality: Session ID is not used as URL parameter...
i add the extension on my site using composer. not create the tablel refer this image [https://prnt.sc/tge5d0](url)