We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
example: \FireGento_Pdf_Model_Engine_Abstract::insertHeader()
if ($this->getMode() == 'invoice') { $title = 'Invoice'; } elseif ($this->getMode() == 'shipment') { $title = 'Packingslip'; } else { $title = 'Creditmemo'; }