سؤال

Files controling invoice/shipment order pdf content are the following:

  • vendor/magento/module-sales/Model/Order/Pdf/Invoice.php
  • vendor/magento/module-sales/Model/Order/Pdf/Invoice.php

Is it possible to add order comments in these pdf prints?

هل كانت مفيدة؟

المحلول

yes, you can do.

At Invoice.php, you can get Order object using $this->Order();

then using $this->Order()->getStatusHistoryCollection() using you can get comment history collection.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى magento.stackexchange
scroll top