Payment Options Sort OrderFree and Premium WordPress Plugins & Themes Forums WordPress Plugins Hotel Booking Hotel Booking Checkout Fields Payment Options Sort Order Search for: SearchThis topic has 3 replies, 4 voices, and was last updated 1 year, 11 months ago by J. Davis.Viewing 4 posts - 1 through 4 (of 4 total)AuthorPosts April 24, 2020 at 8:57 pm #946246 Ryan LabelleBlockedIs there any way to sort the payment options on checkout?EG: Have PayPal come before or after an Stripe option? April 27, 2020 at 4:12 pm #947259 Andre FloresModeratorHello, 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, Andre March 29, 2023 at 1:25 pm #1435609 Nicole 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 #1436932 J. 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 DavisAuthorPostsViewing 4 posts - 1 through 4 (of 4 total)You must be logged in to reply to this topic.Log into Your Account Username or Email Address: Password: Remember Me Log In Lost your password?