CB subs invoice

10 years 9 months ago #231031 by Dougj
CB subs invoice was created by Dougj
I set up specific fields for CB registration but when I attempt to do a check out on CB subs it shows the first and last name but none of the other firedls are the ones I use for registration. How do I get CB subs invoice to use my CB registration fields?

Doug

Please Log in to join the conversation.

10 years 9 months ago #231035 by krileon
Replied by krileon on topic CB subs invoice
You can map CB fields to CBSubs within CBSubs > Settings > Display > Invoices. Note Country and State tend to have a hard time mapping so I wouldn't bother with them unless your fields values match CBSubs values exactly.


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.

10 years 9 months ago #231038 by Dougj
Replied by Dougj on topic CB subs invoice
wow i am growing to hate this product. Too may hours to set up a simple payment option for membership????

I made changes on that page you suggested but I still see the stuff I don't want. For example it says Zip code and i want it to say postal code/zip code. I want to remove company name and VAT whatever that is??

How do i make that happen??

Please Log in to join the conversation.

10 years 9 months ago - 10 years 9 months ago #231055 by krileon
Replied by krileon on topic CB subs invoice

wow i am growing to hate this product. Too may hours to set up a simple payment option for membership????

I'm sorry you feel this way, but CBSubs is very powerful and it can range from simple to very complex in its usage to provide a wide range of possibilities. We include an over 400 page documentation explaining everything within CBSubs as well as many usecases, which you can download from the CBSubs downloads section as perhaps it can help you in your configuration. Please also note we offer pad installation and configuration services if you find the task to be too great for your self.

For example it says Zip code and i want it to say postal code/zip code.

This is a language string which you can translate within your CBSubs language plugin found at the below location.

IN: /components/com_comprofiler/plugin/language/cbpaidsubscriptions-en-gb/language.php
ON: Line 699
FROM:
"Zipcode"																	=>	"Zipcode",
TO:
"Zipcode"																	=>	"Postalcode/Zipcode",

I want to remove company name and VAT whatever that is??

There's no parameter to remove those as they're needed for the geolocation features such as Tax or location based coupons. If your invoice address isn't set to mandatory you can hide them with the following CSS though (add to the bottom of your Joomla template CSS file).

.cbfieldset_invoicing_address #cbfr_payer_business_name,
.cbfieldset_invoicing_address #cbfr_vat_number {
	display: none !important;
}


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.214 seconds