Display e-mail on checkout.order confirmation page

When an order is finished, it display the checkout.complete page.
Is it possible to add the e-mail of the customer on this page ?

On first line, it confirms “Congratulations, your order has been placed” : is there a way to put here Congratulations [email], your order has been placed ?

Or is it possible to perhaps display directly the orders.details page instead of the checkout.complete page (as this one contains the e-mail).

I need to have the e-mail displayed for google for advanced conversions.

The template is located here (it also has hook)

/design/themes/responsive/templates/views/checkout/complete.tpl

You can use the {$order_info.email} variable to display e-mail there

3 Likes

Thanks ecomlabs. It works.

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.