Fabian Blechschmidt
Fabian Blechschmidt
Killing the database throws errors, because the stores are not yet initialized, when the script runs. This patch fixes this.
We had a recent discussion on Twitter, read the complete thread, it is interesting for non-Magento folks as well: https://twitter.com/PeterJaap/status/1481166381332807680?s=20 https://getcomposer.org/doc/articles/autoloader-optimization.md#optimization-level-2-a-authoritative-class-maps > This option says that if something is not...
Wrap deliveryDate into its own block to simplify removing it ### 1. Why is this change necessary? I wanted to remove the delivery date from the delivery_note but couldn't just...
### PHP Version 8.1 ### Shopware Version 6.4.12 ### Expected behaviour When creating a delivery_note I expect all product on it - and nothing else. ### Actual behaviour Every line...
## Feature description I read https://github.com/netz98/n98-magerun/issues/1014 and in the end it was fixed. Are you interested in a PHP 7.4/8 PR? ## Problem and motivation MageOne is offering Magento Support...
PDFs as ZIP
At the moment you can get all PDFs which are checked in the invoice view (or wherever) as a long PDF. I would like to implement an alternative: get single...
Thanks @nige-one
We should add example pdfs for invoice, creditmemo and shipping. We should add examples for one and two currencies, custom options, config, bundle, grouped and simple products. - [ ]...
example: \FireGento_Pdf_Model_Engine_Abstract::insertHeader() if ($this->getMode() == 'invoice') { $title = 'Invoice'; } elseif ($this->getMode() == 'shipment') { $title = 'Packingslip'; } else { $title = 'Creditmemo'; }