order information in checkout_success.php

Open to all! Ask other shopowners for help.
Post Reply
bitit
Member
Posts: 84
Joined: Thu Jun 24, 2021 4:00 pm
Phoenix Version:
Has thanked: 1 time
Been thanked: 3 times

order information in checkout_success.php

Post by bitit »

Hi everyone, to optimize Google conversions it would be useful to have a summary of the order placed on the checout_success.php page, with the cost of the product plus shipping cost and total cost.

it's possible?

Enrico


Join The Code Co-op to get access to your library in the Code Co-op Forum
User avatar
burt
Core Team
Posts: 4560
Joined: Tue Oct 29, 2019 9:37 am
Phoenix Version: v1.1.0.8
Has thanked: 252 times
Been thanked: 413 times

Re: order information in checkout_success.php

Post by burt »

Make yourself a module ? The checkout_success page is modularised and you can base your new module on one of the other modules.

Here is something you can try;
app.php/addons/free_addon/invoice_on_checkout_success


Join The Code Co-op to get access to your library in the Code Co-op Forum
Post Reply