Hi,
I’m creating Shopify theme and for my product page I want to add buy now button which redirect users directly on checkout page without interacting with “cart” page. For example Ella theme is doing.
I add the code in my product page.
{%- form ‘product’, product, id: id, class: class, novalidate: ‘novalidate’ -%}
{{- form | payment_button -}}
{%- endform -%}
But this button is not working. It is disable by default.
HERE IS THE SHOP URL : https://concepto-version2.myshopify.com
PASSWORD : theiye
Please check it and let me know what I’m missing.