How to add PDF order to Drupal Commerce 2 and customize fields
Category
I wanted to add a downloadable PDF order that can easily be printed for admin purposes.
The first thing I did is downloaded the
entity print module
https://www.drupal.org/project/entity_print
You can install it with composer with this command
composer require 'drupal/entity_print:^2.7'
Then you just enable entity print.
When you go to commerce/orders and you open specific order you get a PDF link