VirtueMart Forum

VirtueMart 2 + 3 + 4 => Administration & Configuration => Topic started by: MarcKoetsier on August 18, 2014, 14:16:20 PM

Title: Custom shopper fields in Billing Address
Post by: MarcKoetsier on August 18, 2014, 14:16:20 PM
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?
Title: Re: Custom shopper fields in Billing Address
Post by: GJC Web Design on August 18, 2014, 15:52:21 PM
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..