Jump to content

How can I retrieve delivery first name and last name on order-confirmation.php?


Recommended Posts

I need the first name and last name of the delivery address on the order-confirmation.php. I tried to reference it in the corresponding payment-return.tpl by the following code which is used on other pages:

{$delivery->firstname|escape:'htmlall':'UTF-8'} {$delivery->lastname|escape:'htmlall':'UTF-8'}



But apparently I have to somehow fill the variable $delivery before, probably in the order-confirmation.php - is that right? If it is - how can I do that? And if not - what else do I have to do to print this information on the order confirmation page?

Thanks for your help!!!
Greetz,
Sassenach

Link to comment
Share on other sites

  • 1 month later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...