VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: ejd on February 08, 2013, 05:46:46 AM

Title: How To Get the Person's Name from within details_order.php
Post by: ejd on February 08, 2013, 05:46:46 AM
How To Get the Order Person's Name from within details_order.php  ?

This does not work:      $this->orderbt->first_name.' '.$this->orderbt->last_name;

Thank you!
Title: Re: How To Get the Person's Name from within details_order.php
Post by: GJC Web Design on February 08, 2013, 10:19:18 AM
$this->userfields['fields']['first_name']['value'].' '.$this->userfields['fields']['last_name']['value']

Cheers