Free and Premium WordPress Plugins & Themes Forums WordPress Plugins Hotel Booking Hotel Booking Checkout Fields Payment Options Sort Order
- This topic has 3 replies, 4 voices, and was last updated 1 year, 7 months ago by J. Davis.
- AuthorPosts
- April 24, 2020 at 8:57 pm #946246Ryan LabelleParticipantApril 27, 2020 at 4:12 pm #947259Andre FloresModerator
Hello, Ryan!
Unfortunately, there is no such option by default, however, you may set the “Default Gateway” option under Accommodation ->Settings ->Payment Gateways to have the desired payment method marked by default while checking out: https://prnt.sc/s6vbmc.
Regards,
AndreMarch 29, 2023 at 1:25 pm #1435609Nicole PatonParticipantCan I please an an upvote to have the ability to reorder payment gateways?
I tried to reorder the list myself with jQuery but then the stripe credit card fields were in the wrong location (not below the stripe option).
April 2, 2023 at 4:23 am #1436932J. DavisKeymasterHi Nicole,
Thanks for your question. As a workaround, you may try to use CSS to change the order of the payment gateways. e.g.:
ul.mphb-gateways-list { display: flex; flex-direction: column; } .mphb-gateway-bank{ order: 1; } .mphb-gateway-cash{ order: 2 ; } .mphb-gateway-stripe{ order: 3; }
best regards,
John Davis - AuthorPosts
- You must be logged in to reply to this topic.