Page 1 of 1

Thank you page changed in version 2.0.458

PostPosted: Tue Nov 04, 2025 3:37 pm
by patbe60
Hello

Until version 2.0.457 I had the thank you page looking as in 2.0.457.png. After updating to 2.0.458 the second part (payment method, order number, amount, button to order) disappeared (The first part in both attached pics is a Joomla article). I did not make any changes in the configuration and tested it with different OPC templates.

Downgrading OPC to the previous version 2.0.457 leads to the correct thank you page.

Do you have any idea?

J 5.4.0
VM 4.6
OPC 2.0.458

Re: Thank you page changed in version 2.0.458

PostPosted: Tue Nov 04, 2025 4:10 pm
by patbe60
The proplem could be in this file:

/administrator/components/com_onepage/helpers/joomla5/jrequest.php

As soon as I replace this with the file from version 2.0.457 the thank you page looks fine again.

Re: Thank you page changed in version 2.0.458

PostPosted: Mon Jan 05, 2026 11:32 pm
by office@.....hu
It seems that this problem comes from Joomla 5 stricter guest handling. The code was changed to Joomla 5 API in ver 459.
If you go to VirtueMart Configuration -> Shop -> Order tracking method and select "provide link for guest shoppers",
your customers will get a secret key in the confirmation email and can also login later to see the order and the it's status.
In that way, version 459 will NOT drop "Order not found! It may have been deleted." error in the thank you page. It will only show a thank you message, without amount and order number.
But you can turn on OPC config -> After Checkout -> Append order info
and then you get a thank you page with all the order details.