/var/www/vhosts/ihelp.ro/httpdocs/templates/cell/AddAddress
Edit: /var/www/vhosts/ihelp.ro/httpdocs/templates/cell/AddAddress/addresses.php (829B)
Form->control(
'user_address_id',
[
'label' => false,
'type' => 'radio',
'options' => $addresses,
'default' => $defaulAddress,
'templates' => [
'nestingLabel' => '{{hidden}}',
]
]
); ?>