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.
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.
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.
This doesn't work for me. Every time I delete and re-add it shows up at the bottom again...any other thoughts?