Disabling some invoice address fields

14 years 10 months ago #101210 by burgos
Hi, I want to get ONLY some invoice address fields at payment time, but I don't know how to disable the ones I won't be using like: State, Zip Code, VAT number, is it possible to do it?

Otherwise how could I change VAT number string to something like: TAX number or SSN number?

I'm referring to: Settings -> Display -> Invoices -> Customer invoicing address -> CB fields for first invoicing address of customer

Thanks,

JB

Please Log in to join the conversation.

14 years 10 months ago #101414 by krileon
Replied by krileon on topic Re:Disabling some invoice address fields
You can change the language string from the following file:
components/com_comprofiler/plugin/language/cbpaidsubscriptionsenglish/english.php

Examples:
Line: 518
String: VAT
Line: 519
String: VAT number

You can hide the fields entirely with CSS, but to my knowledge there isn't an option to disable them.

Example:
[code:1]
.cbfr_vat_number {
display:none;
}
[/code:1]

Firebug for Firefox will help reveal each elements class.


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in to join the conversation.

Moderators: beatnantkrileon
Time to create page: 0.206 seconds

Facebook Twitter LinkedIn