I don’t want a dynamic checkout button. When I disable the dynamic checkout button, the checkout button disappeared, and I wanted to Buy it now instead.
I’d appreciate it if anyone could help.
This is web: https://store.ulefone.com/products/armor-27t-pro
@weibincheng the “buy it now” Button is the default fallback button is none of the express payment options can be assigned to the button. Therefore, it is not possible to set it as default, without the deactivation of the payment methods.
Hi Finer, Thank you very much for your answer. So I only turn on the dynamic checkout button to get the buy button, and if I disable it, Is it just “add to cart” on the product?
@weibincheng correct.
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.
