WebsiteBaker Community Forum

WebsiteBaker Support (2.8.x) => Bakery Shop => Topic started by: seanie_morris on May 22, 2017, 02:00:32 PM

Title: How to change order payment methods on checkout
Post by: seanie_morris on May 22, 2017, 02:00:32 PM
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.
Title: Re: How to change order payment methods on checkout
Post by: freeSbee on May 22, 2017, 03:09:47 PM
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).
Title: Re: How to change order payment methods on checkout
Post by: seanie_morris on May 22, 2017, 04:23:55 PM
That's what I thought it would be. Now that I have a confirmation, I will do that, thanks.

:)
Title: Re: How to change order payment methods on checkout
Post by: seanie_morris on May 23, 2017, 04:45:07 PM
P.S. It worked a treat, thanks!