31         $this->
init( 
'oxaddress' );
 
   51         $sFirstName = $this->oxaddress__oxfname->value;
 
   52         $sLastName  = $this->oxaddress__oxlname->value;
 
   53         $sStreet    = $this->oxaddress__oxstreet->value;
 
   54         $sStreetNr  = $this->oxaddress__oxstreetnr->value;
 
   55         $sCity      = $this->oxaddress__oxcity->value;
 
   59         if ($sFirstName || $sLastName) {
 
   60             $sAddress = $sFirstName. ($sFirstName?
" ":
"") . 
"$sLastName, ";
 
   62         $sAddress .= 
"$sStreet $sStreetNr $sCity";
 
   64         $sAddress = trim($sAddress);
 
   86         return $this->oxaddress__oxstateid->value;
 
  106         $this->_blSelected = 
true;
 
  117         $sDelAddress .= $this->oxaddress__oxcompany;
 
  118         $sDelAddress .= $this->oxaddress__oxfname;
 
  119         $sDelAddress .= $this->oxaddress__oxlname;
 
  120         $sDelAddress .= $this->oxaddress__oxstreet;
 
  121         $sDelAddress .= $this->oxaddress__oxstreetnr;
 
  122         $sDelAddress .= $this->oxaddress__oxaddinfo;
 
  123         $sDelAddress .= $this->oxaddress__oxcity;
 
  124         $sDelAddress .= $this->oxaddress__oxcountryid;
 
  125         $sDelAddress .= $this->oxaddress__oxstateid;
 
  126         $sDelAddress .= $this->oxaddress__oxzip;
 
  127         $sDelAddress .= $this->oxaddress__oxfon;
 
  128         $sDelAddress .= $this->oxaddress__oxfax;
 
  129         $sDelAddress .= $this->oxaddress__oxsal;