Page 1 of 1
On the "Thank you page" after the purchase: how can I show the purchase report?
Posted: 25 Aug 2023, 10:59
by morphinestyle
Hello everyone,
how can I show/configure the order report on the thank you page?
Re: On the "Thank you page" after the purchase: how can I show the purchase report?
Posted: 28 Aug 2023, 16:31
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