Results 1 to 6 of 6

Thread: 36 and 48 month billing cycle

  1. #1
    Join Date
    Aug 2007
    Posts
    30

    Default 36 and 48 month billing cycle

    i have allot of customers who like to bill long term since i had most of my customers over 7 years. will there ever be an option for longer billing cycles than 2 years?

    is it being considered? if so approximately when?


    thanks very much

  2. #2
    Join Date
    Jun 2009
    Location
    UK
    Posts
    6,331

    Default

    You'd need to use billable items to offer a billing cycle longer than 3 years for the time being.
    WHMCompleteSolution
    The Complete Client Management, Billing & Support System
    www.whmcs.com

  3. #3
    Join Date
    Sep 2009
    Posts
    22

    Default

    Yes I'm all for this too nice seggestion but will do use billable items like john suggested for now.

  4. #4
    Join Date
    Oct 2010
    Posts
    6

    Default

    Is there any way to customise WHMCS to include billing cycles longer then 3 years?

    I'm unable to find this as a template, database field, enum or otherwise.

    These exist in the language file but appear to be hardcoded and very static.

    Code:
    $_LANG["orderpaymentterm12month"] = "12 Month Price";
    $_LANG["orderpaymentterm1month"] = "1 Month Price";
    $_LANG["orderpaymentterm24month"] = "24 Month Price";
    $_LANG["orderpaymentterm3month"] = "3 Month Price";
    $_LANG["orderpaymentterm6month"] = "6 Month Price";
    $_LANG["orderpaymenttermannually"] = "Annually";
    $_LANG["orderpaymenttermbiennially"] = "Biennially";
    $_LANG["orderpaymenttermfreeaccount"] = "Free Account";
    $_LANG["orderpaymenttermmonthly"] = "Monthly";
    $_LANG["orderpaymenttermonetime"] = "One Time";
    $_LANG["orderpaymenttermquarterly"] = "Quarterly";
    $_LANG["orderpaymenttermsemiannually"] = "Semi-Annually";
    -Ben

  5. #5
    Join Date
    Oct 2010
    Posts
    6

    Default

    hmmm the admin language file doesn't share the same terms, and again appears to be hardcoded.

    Code:
    # Billing Cycles
    $_ADMINLANG['billingcycles']['free'] = "Free";
    $_ADMINLANG['billingcycles']['onetime'] = "One Time";
    $_ADMINLANG['billingcycles']['monthly'] = "Monthly";
    $_ADMINLANG['billingcycles']['quarterly'] = "Quarterly";
    $_ADMINLANG['billingcycles']['semiannually'] = "Semi-Annually";
    $_ADMINLANG['billingcycles']['annually'] = "Annually";
    $_ADMINLANG['billingcycles']['biennially'] = "Biennially";
    $_ADMINLANG['billingcycles']['triennially'] = "Triennially";
    It appears by how this has been coded that it would be imposible to include longer terms without access to the raw source code. Correct? Any plans to update this to use templates or database which can be customised?

    -Ben

  6. #6
    Join Date
    Oct 2009
    Posts
    9

    Default

    It would be great to have different and more variety of billing cycles. If it can be customised, that would be much better.

    I was thinking of 5 year, 10 year cycles as well. It will work for a lot of my clients.

Similar Threads

  1. Need 2 month billing.
    By ninak in forum Customisation & Integration Questions
    Replies: 1
    Last Post: 07-11-12, 05:23 PM
  2. Billing cycle
    By [email protected] in forum Customisation & Integration Questions
    Replies: 0
    Last Post: 07-09-10, 06:56 AM
  3. New billing cycle
    By vmuser in forum Customisation & Integration Questions
    Replies: 7
    Last Post: 12-28-08, 08:36 AM