Hi,
This code is for the display of the address fields:
if($this->config->get('address_on_registration',1)) {
?>
<div class="hikashop_registration_address_info_line">
<div colspan="2" height="40">
<h3 class="hikashop_registration_address_info_title"><?php echo JText::_( 'ADDRESS_INFORMATION' ); ?></h3>
</div>
</div>
<?php
$this->type = 'address';
echo $this->loadTemplate();
}
if you swap it with the code I gave in my previous message, which displays the custom user fields, it will do what you want.