I have created a Shopify application using Laravel. The application provides features like product listing, filtering, adding to the cart, and a cart page.
I have a Checkout button on my cart page. When the user clicks this button, they should be redirected to the Shopify store’s checkout page.
I’m using the “kyon147/laravel-shopify” package to build the app in Laravel. Could anyone guide me on how to implement this functionality? I am totally lost on this one and can’t find any proper documentation on this. Any