A space to discuss online store customization, theme development, and Liquid templating.
This is a note on how to stop Shopify checkout from defaulting to shop pay (and therefore not showing customers all payment options) and instead always routing customers to the default checkout experience. I’m making this note because I asked multiple Shopify plus support specialists on how to do this and none of them knew.
if you add the url parameter skip_shop_pay=true to /checkout, it will not default to shop pay.
for example: revrides.com/checkout?skip_shop_pay=true
hope someone finds this helpful!
hey this is exactly what I am looking for- can you advise how to apply this????
Hey Anton,
In my case, I'm using Rebuy Smart Cart as our "final button" that takes you to checkout. In the smart cart settings, it allows us to override the checkout url.
In vanilla Shopify, you would probably have to do a cart permalink or edit the cart url somehow (You might need another forum post to answer that question)