Is it possible to change the order in which the available Payment Systems appear during Checkout?
I've tried amending the Payment Id using phpmyadmin but that caused a php error!
I'd like my Nochex first (Default) followed by PayPal, Postal Payments and finally Bank Transfer.
Help appreciated.
freezer
24 Sep 2008 2:42 PM
I will watch this post with interest as I need the same function
DickS
26 Sep 2008 6:53 AM
What if you add a number like:
1. PayPal
2. Credit Card
in the payment processor description?
Bob_H
26 Sep 2008 7:42 AM
I guess you mean "User Payment System Name" since this is the field that displays. There is no obvious sort order so I'm afraid this doesn't work.
At the very least I would expect the 'Default' Payment System to appear first.
My guess is that I could delete every Payment System and then rebuild with just the four required - for now, that's far too drastic. The other option might be to keep the Id numbers but change the order in the MySql table - again, too drastic at this stage.