Page::getFieldsByUse($usetype[,$usetype...])
Version 3.8
Get fields that implement given use type
Version 3.8
Get fields that implement given use type
Array Array of Field
Show all contact information from order: (phone, email, address...)
foreach ( $Order->getFieldsByUse('contact') as $Field ){
$txt .= "<p>{$Field->getTitle()}: {$Field->getValue()}</p>";
}