As you scroll down on the product page, I have buttons labelled 'Buy Now'. can you link to checkout

Any help would be amazing

preview link: https://tb8fkikhzjc0w1gd-60589605120.shopifypreview.com

here are some examples:

Hi @Finn4 , it’s Layoutbase here.

We would like to provide you with our thoughts on your question.

Unfortunately, this preview link is expired, but you may follow the code below.

(Remember to change the “product-handle” with the handle of the product you would like to add to the cart.)

{% assign product = all_products['product-handle'] %}

 {%- form 'product', product , class: 'form', novalidate: 'novalidate', data-type: 'add-to-cart-form' -%}
      
        {{ form | payment_button }}
 {%- endform -%}

Hope you find our suggestion helpful.

Best regards,

Layoutbase

Please let us know if you find it helpful by giving us a LIKE and Mark as Solution.

Layoutbase is a leading Shopify page builder. Give us a try HERE!