Isabelle Bengrine
Isabelle Bengrine

Reputation: 1

How to customize an invoice (using the Sylius invoicing plugin)?

I followed the sylius doc to customize the pdf invoice generated when the order is onfirmed by the user, as I need to change the sylius log with the client's logo, but nothing is working... I am a beginner so it might just be a basic problem, but all my attempts to find what is wrong on the internet have failed, so can anyone help to put me on the right path? Thanks a lot in advance!

Upvotes: 0

Views: 400

Answers (1)

cdarken
cdarken

Reputation: 419

The answer is here: https://github.com/Sylius/InvoicingPlugin/blob/master/src/Resources/config/services.xml#L10

So you should set the env variable SYLIUS_INVOICING_LOGO_FILE that contains the path to your logo.

Upvotes: 1

Related Questions