How can I fix non-responsive buttons directing to checkout?

I get a weird screen when I click any of these three buttons. I want it to take them directly to checkout is there any way to make that possible thank you to anyone who helps.

Hi @JeffRandal1238 ,

It’s the GemPages Support Team and we are glad to assist you today!

Could you please share your store URL ( with the password if your store password is enabled ) then I can see and suggest something for you?

Best regards,
GemPages Support Team

https://psyco-jewelery.myshopify.com/collections/all

Hi @JeffRandal1238 ,

I checked your page and found the button is missing the product id https://prnt.sc/139xNzh6XAqP . If I add the product id to it, the button redirect to the cart page. You can check my video to understand clearly: https://www.loom.com/share/c9061e977a0943258444db69457ec41a

I am willing to help however actually in this case, I would highly recommend you reach out to your Theme support team for their further actions in theme codes, as they deeply understand it more than I do. With their related knowledge and proper tools of their product, I believe that they can help.Hope your concern will be resolved soon and should there be anything further I can help, just let me know.

Best regards,
GemPages Support Team

Hi @JeffRandal1238 ,

There is a code error of these button you need to pass the variant id when along with the quantity like the code below:-|

https://storename.myshopify.com/cart/{{variant_id}}:{{quantity}}

All the best,
CedCommerce

I get how to do it now but can I do this with the buy right now button so it takes them directly to the checkout. Because I don’t see a id value for it when I check out the code.