just an added note.
i also switched these around.
Code:
{foreach from=$_userinfo.additional_fields item=v}
{if $v.section eq 'S'}
(changed the S to B, and vice versa)
i use it to note "residential? Y or N"
this way this shows up on the shipping side (not the billing side)
since its a user option, and user only has the billing area to enter stuff in.
hope that makes sense.