On the "Thank you page" after the purchase: how can I show the purchase report?

Phoca Cart - complex e-commerce extension
morphinestyle
Phoca Professional
Phoca Professional
Posts: 118
Joined: 19 Jan 2022, 19:55

On the "Thank you page" after the purchase: how can I show the purchase report?

Post by morphinestyle »

Hello everyone,
how can I show/configure the order report on the thank you page?
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48403
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: On the "Thank you page" after the purchase: how can I show the purchase report?

Post by Jan »

Hi, thers is no such option, so the only way for now is to use specific plugin (there are different events in info view) which can manage the information about the order id and print it in info view:
components/com_phocacart/views/info/tmpl/default.php (you can see different events there)

You can even add e.g. link to order or user account view in the description of info view, so the user makes the order and then he/she can link to list of orders (the list of orders is accessible through the login, so you are 100% sure, such informaiton will see only the right user and nobody else)

Jan
If you find Phoca extensions useful, please support the project
Post Reply