I have a static (non-Shopify) HTML and JS website with a shopping cart where its functionality is carried out using JS and Jquery. I need to pass my cart values to Shopify and take the user directly to the Shopify Checkout page when user clicks on the checkout button on my site. I need to pass cart values to Shopify and load the checkout page on the browser. How can I do this? I’m new to Shopify and I need some guidance on how to do this.
Hi @jacksully0 this is possible however you need some coding knowledge
Shopify provide Storefront api which will help you to get store data like product , collection and all,
https://shopify.dev/docs/api/storefront
Also there is UI library to use storefront called buy button - https://shopify.dev/docs/custom-storefronts/additional-sdks/buy-button
Also Shopify storefont allow you to create checkout also,
This can be your starting point, Best of luck
Thanks for the detailed answer, i appreciate it.