Payment System Hierarchy

Discussion in 'Customization & add-ons' started by focusring, Apr 11, 2008.

  1. focusring

    focusring New Member

    Joined:
    Mar 15, 2008
    Messages:
    9
    On the signup form, how do I change the hierarchy of payment options in the PAYMENT SYSTEM field?

    When I add a new payment option, it is always added at the top. I want to add new payment options but not at the top. And I do not want to delete all payment options and add them again (in the right order).

    For example:

    payment option 3
    payment option 2
    payment option 1

    When I add a new payment option, it becomes:

    payment option 4
    payment option 3
    payment option 2
    payment option 1

    But I want something such as,

    payment option 2
    payment option 1
    payment option 4
    payment option 3

    What is the easiest way to do this? I do not want to delete payment options and add them again because they are already setup and working.
  2. skippybosco

    skippybosco CGI-Central Partner Staff Member

    Joined:
    Aug 22, 2006
    Messages:
    2,526
    Seems that you could modify the signup.php page to sort them Alphabetically I suppose, but if you want to customize the order I believe you will either need to add/remove, hack the Db or code a custom signup.
  3. focusring

    focusring New Member

    Joined:
    Mar 15, 2008
    Messages:
    9
    Thanks for replying, skippybosco.

    It seems that the easiest way is to remove and add the payment systems back in. I don't want the payment systems to be sorted alphabetically.

    I discovered something interesting today.

    In Setup/Configuration --> Plugins ,

    I removed one payment system, saved, and later added it back. There was no need to re-setup the payment method. All the information which I previously entered was there.

    There is another payment system which I spent time to modify the scripts which I still have not tried removing and adding it back.
  4. toddhenry

    toddhenry New Member

    Joined:
    Sep 5, 2006
    Messages:
    9
    This doesn't work for me. Every time I delete and re-add it shows up at the bottom again...any other thoughts?
  5. skippybosco

    skippybosco CGI-Central Partner Staff Member

    Joined:
    Aug 22, 2006
    Messages:
    2,526
    Per my response above, only way I know is to modify the signup page or DB to adjust the sort order.
  6. calisolllc

    calisolllc Member

    Joined:
    Feb 19, 2007
    Messages:
    194
    The quickest way to do it would be to hack the DB

Share This Page