startSetup(); $orderAddressEntityTypeId = 'order_address'; $attributeLabels = array( 'firstname' => 'First Name', 'lastname' => 'Last Name', 'company' => 'Company', 'street' => 'Street Address', 'city' => 'City', 'region_id' => 'State/Province', 'postcode' => 'Zip/Postal Code', 'country_id' => 'Country', 'telephone' => 'Telephone', 'email' => 'Email' ); foreach ($attributeLabels as $attributeCode => $attributeLabel){ $this->updateAttribute($orderAddressEntityTypeId, $attributeCode, 'frontend_label', $attributeLabel); } $this->endSetup();