You may though, disable express checkout buttons, but supply a button of your own.
If your theme has a “Custom Liquid” or “Custom HTML” block for main product info section, you can add one right below you cart button and paste a code like this:
{% if product.available %}
{% endif %}
The code should show a button, which, when pressed will redirect visitor to checkout with currently selected variant in cart.
