I am wanting to know if the Payment using, Payment type and Payment status options used in Baskets are any thing more than descriptive tags. I mean does a choice here trigger anything or are they just a hard-coded set of info field options.
I can find where the labels are in components/com_comprofiler/plugin/language/cbpaidsubscriptions-en-gb/admin_language.php.
In particular I want to know:
1. Can I change the labels to suit my client's needs without affecting any CBS current or future functionality - I am assuming yes
2. Can I change the number of options that display - I am assuming no (without code hacking), but that I can replace a label with a space or two
3. What is the difference conceptually between Gateway account, payment using and payment type?
1. Can I change the labels to suit my client's needs without affecting any CBS current or future functionality - I am assuming yes
Yes, you can change their text. Changing their text (label) has no affect on their values stored.
2. Can I change the number of options that display - I am assuming no (without code hacking), but that I can replace a label with a space or two
Yes, edit the below XML file and add more options to manual_payment_type. As I understand it's 100% cosmetic you can add as many as you want or flat out edit the existing ones.
3. What is the difference conceptually between Gateway account, payment using and payment type?
Gateway Account = payment gateway used (as seen in CBSubs > Gateways)
Payment Using = the method the user paid (some gateways may have multiple methods)
Payment Type = the type the user paid with (only 2 options I believe atm: Credit Card or Offline)
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.