Cart    Account    Contact    Newsletter Signup    Showcase    Login    Signup

Developers Docs

Checkout Thank You Page

After an order has successfully processed the purchaser is forwarded to the 'thank you' page. The page is passed the Order ID in a session variable once and can only be loaded once. 

Internal Tags
  • order_id (single) - The Order ID for the purchase that was just processed. 


Example from Blank Template: file(checkout/thankyou)

{exp:brilliant_retail:checkout_thankyou}
   <h1>Thank you for you order (#{order_id})</h1>
   <p>
       We sent a copy of the order to your email and you can review the order
       at anytime in your <a href="{path='customer'}">customer account</a>.
       <br />
       <br />
       If you have any questions please <a href="{path=contact}">contact us</a>
       or call us at 888-555-1234.
       <br />
       <br />
       Sincerely,<br />
       {site_name}
  </p>
{/exp:brilliant_retail:checkout_thankyou}

Comments

  • By Frans Cooijmans on Wednesday February 15th, 2012 at 2:18am

    If you redirect to this page, with an order that has not been completed, you still get a “thank you” message.

Add Your Comments


You must be logged in to comment.