How to change sequence of columns from ORDER pdf in nopcommerce 4.5.4

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Hace 1 año
Hi,

I want to change the sequence of the columns from ORDER pdf which we download under admin from Sales > Orders. For eg. from this list if we select any one from the list of orders click on download selected pdf. The PDF will be downloaded. I want to change the sequence of the column for that View.

Can you please suggest me the view page from our code of nopcommerce 4.5.4. It will be really helpful.

Let me know if you need for details

Regards,
Diksha Jagtap
Hace 1 año
Hi

you can change from here:

\Libraries\Nop.Services\Common\PdfService.cs
Hace 1 año
Hi,

Can you please suggest me the view so i can make the design changes for it

Regards,
Diksha
Hace 1 año
There is no view for this purpose, it's got generated from c# code using QuestPDF Library.
So you need to modify it on that mentioned service above!
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.