Custom Thank-You Page

1 reply [Last post]
julient
Offline
Joined: 05/07/2011
Status: 
Answered

Hi,

 

In the custom thank-you page, can the replacement tokens listed in the ms_core settings page be used?

 

Regards,

Julien

Leighton Whiting
Offline
Joined: 06/02/2009
Julien, No, those tokens are

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:

  1. $order = ms_core_order_load($_SESSION['ms_oid']);

That way you can print any of the order and payment info you need.

Sincerely,Leighton Whiting

Twitter Feed