I have some e-commerce website where the customer billing address is predefined on the back-end.
I need to set the \"Billing Address\" fields as \'readonly\' to avoi
$checkout_fields['billing'][$key]['custom_attributes'] = array('readonly'=>'readonly');
this solves the problem