@frankl I too can send invoices (either plain text/html or pdf) to the customer through admin. What I was looking for was a way for a customer to print their own invoice while in the shop.
I'm not sure if @Omar_one was suggested having Admin email a copy of the invoice to the customer, or having the customer send a copy of their invoice to someone else (I see security issues if the latter).
Thank you for the suggestion, though.
Malcolm
Print this page - Checkout_Process.php -vs- Checkout_Success.php
-
frankl
- Builder
- Posts: 159
- Joined: Tue Feb 23, 2021 8:39 pm
- Phoenix Version: v1.1.0.4
- Has thanked: 17 times
- Been thanked: 25 times
Re: Print this page - Checkout_Process.php -vs- Checkout_Success.php
Oh, I have that tooArtcoInc wrote: ↑Thu Feb 12, 2026 10:40 pm @frankl I too can send invoices (either plain text/html or pdf) to the customer through admin. What I was looking for was a way for a customer to print their own invoice while in the shop.
I'm not sure if @Omar_one was suggested having Admin email a copy of the invoice to the customer, or having the customer send a copy of their invoice to someone else (I see security issues if the latter).
Thank you for the suggestion, though.
Malcolm
You do not have the required permissions to view the files attached to this post.
Check out my addons - app.php/addons/author/frankl/contributions
-
ArtcoInc
- Contributor
- Posts: 119
- Joined: Fri Oct 25, 2019 4:19 pm
- Phoenix Version: v1.0.3.0
- Has thanked: 86 times
- Been thanked: 17 times
Re: Print this page - Checkout_Process.php -vs- Checkout_Success.php
@frankl What do you use to generate your PDF invoices? I use a very old add-on that can generate one, but it is quite difficult to manipulate the actually generated PDF, and believe that the PDF invoice should EXACTLY match the HTML invoice (which I find easier to stylize).
Malcolm
-
frankl
- Builder
- Posts: 159
- Joined: Tue Feb 23, 2021 8:39 pm
- Phoenix Version: v1.1.0.4
- Has thanked: 17 times
- Been thanked: 25 times
Re: Print this page - Checkout_Process.php -vs- Checkout_Success.php
Hey Malcolm, I use tcpdf
Check out my addons - app.php/addons/author/frankl/contributions
-
ecartz
- Core Team
- Posts: 3084
- Joined: Tue Nov 05, 2019 6:02 pm
- Phoenix Version:
- Has thanked: 4 times
- Been thanked: 208 times
Re: Print this page - Checkout_Process.php -vs- Checkout_Success.php
I think that you are confusing checkout_confirmation.php (shows all the info one last time before ordering) and checkout_process.php (displays nothing; redirects to checkout_success.php).
Adding a module to checkout_success.php or clicking into account_history_info.php (which displays the historical order) is the right thing to do.
-
ArtcoInc
- Contributor
- Posts: 119
- Joined: Fri Oct 25, 2019 4:19 pm
- Phoenix Version: v1.0.3.0
- Has thanked: 86 times
- Been thanked: 17 times
Re: Print this page - Checkout_Process.php -vs- Checkout_Success.php
@ecartz No confusion. I added the new module to checkout_success.php, AFTER the customer finalized their order.