Packing Slip Logo

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
3 years ago
Where can I edit the packing slip pdf to include our company logo & address?

Thanks in advance for help.
3 years ago
loulou wrote:
Where can I edit the packing slip pdf to include our company logo & address?

What version are you using ?
What is the Packing Slip ?

If you mean PDF invoice then in General Settings you can add a Logo
There are some other fields to enter Footer text

Otherwise you  you may need to Customise or use a Plugin
I saw this one https://www.nopcommerce.com/en/invoice-product-catalog-and-packaging-slip-pdf-builder
3 years ago
We use The Packing Slip to send the list of products to a customer.  It is similar to the invoice pdf.

We just want to add the logo to it as out of the box, it does not have it.
3 years ago
You'll need a developer to override PrintPackagingSlipsToPdfAsync in the PDFService:
https://github.com/nopSolutions/nopCommerce/blob/def6e3943db990b016ac64ae56d63acfd600416c/src/Libraries/Nop.Services/Common/PdfService.cs#L1316

They can copy how the logo is added in PrintHeaderAsync in the same service:
https://github.com/nopSolutions/nopCommerce/blob/def6e3943db990b016ac64ae56d63acfd600416c/src/Libraries/Nop.Services/Common/PdfService.cs#L1154
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.