Hoping someone can help me. Am working in a sandbox account with a site to replace my old one, so I'm guessing I'm working with the latest version. I use two payment options--Stripe and Paypal. In the past, I have been able to change around the order of the payment options by simply editing html code on checkoutsinglepage.html--basically switching around blocks of code. However, this is not seeming to work on the new version. I have tried Paypal, Paypal Express, and Braintree (with which I also have an account)...and it seems that each of these options is going to be placed before Stripe regardless of how I move the code around. This is very frustrating. It seems that there is some script or something reordering to put a Paypal-related option at the top of the list regardless of what I do to the html.
Also, I liked the old layout MUCH better since the credit card fields were automatically displayed and the customer doesn't have to click a radio button to make the fields appear. For some older customers and for some with small cell phone screens--this is an issue.
I've attached how my old site looks and how my new site is behaving. Can someone give me any insight on A) how to put the credit card option as the first payment option and B) how to select it automatically so that those fields appear?
Thanks in advance.
Also, I liked the old layout MUCH better since the credit card fields were automatically displayed and the customer doesn't have to click a radio button to make the fields appear. For some older customers and for some with small cell phone screens--this is an issue.
I've attached how my old site looks and how my new site is behaving. Can someone give me any insight on A) how to put the credit card option as the first payment option and B) how to select it automatically so that those fields appear?
Thanks in advance.
Comment