I have defined a number of customer related shopper fields. (Example: What hair color or shirt size they have).
This information is now constantly being displayed in the Invoicing address. How do I hide it?
from memory the fields are simply looped thru in the frontend helper file and displayed
You need to code what ones to skip - if you look in that file you will some are skipped natively - copy that technique..
guess eventually a flag in the shopper fields admin to exclude from invoices would be nice..