No, those tokens are only replaced for the default thank-you page. You can, however, access the current order in php on your thank-you page by loading the order from the session. For example:
$order = ms_core_order_load($_SESSION['ms_oid']);
That way you can print any of the order and payment info you need.
Julien,
No, those tokens are only replaced for the default thank-you page. You can, however, access the current order in php on your thank-you page by loading the order from the session. For example:
That way you can print any of the order and payment info you need.
Sincerely,Leighton Whiting