Hi,
My webshop is using 2 methods for checkout payment: Advanced Payment, and PayPal. How do I change the display order at the final checkout phase so that PayPal displays on top first in the list?
Thank you,
Seanie.
The only way to achieve this is to change the payment methods id in the database. Use a database tool like phpMyAdmin, go to the mod_bakery_payment_methods table and change the numbers in the field pm_id to reflect your desired sequence (1 = first pm).
That's what I thought it would be. Now that I have a confirmation, I will do that, thanks.
:)
P.S. It worked a treat, thanks!