Display the payment method instruction in order pdf

To display the payment method instruction within order pdfs only, please edit app/code/community/Fooman/PdfCustomiser/Model/Mypdf.php and

insert this code:

if (!$helper instanceof Fooman_PdfCustomiser_Helper_Pdf_Order) {
    $paymentInfo = $order->getPayment()->getMethodInstance()->getTitle();
}

after

$paymentInfo = str_replace("", "<br/>", $paymentInfo);

Still need help? Contact Us Contact Us