What's your biggest current challenge? Have your say in Community Polls along the right column.
Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

Develop a Shopify plugin similar to Cartpanda

Develop a Shopify plugin similar to Cartpanda

bxconsultoria
Shopify Partner
1 0 0

I'm a developer and I'm looking to create a plugin or application for Shopify with the following functionality: by providing the access token to the given store (along with the API key), users will automatically be directed to a personalized checkout whenever they click the "" button BUY" from this store. Instead of being redirected to the standard Shopify checkout, they will be sent to a custom checkout. The concept I want to implement is quite similar to Cartpanda, for example.

My question is this: where can I find information in the Shopify documentation on how to perform these automatic redirects to my personalized checkout, similar to what Cartpanda does? I would like you to point out the specific topics in the documentation and, if possible, provide guidance on how to build this solution, considering the technology you provide.

Replies 2 (2)

SomeUsernameHe
Shopify Partner
517 57 110

Well, if you have never bought a plugin, I highly recommend starting here ( https://shopify.dev/docs/apps/getting-started/build-qr-code-app?framework=remix ) no matter what type of plugin you are creating. This will guide you through an important process of using Shopify CLI 3 to help start your app. This will also create some default pages in your app so you can see how the app works and become accustomed to the Shopify platform.

Here are a few links for you:

  1. Checkout API: Explore how to create and manage checkouts. See Checkout API documentation.

  2. Sales Channel SDK: Learn how to build a sales channel that can handle custom checkouts. Check the Sales Channel SDK documentation and Getting started with a sales channel app

  3. OAuth Authentication: Since your app requires an access token, understanding Shopify’s OAuth process is crucial. Read about it in the OAuth documentation. (If you decide to go another route besides remix, I do suggest using remix/Shopify cli 3)


 

Have I helped? Consider putting coffee in my mouth!
Buy Me a Coffee
SomeUsernameHe
Shopify Partner
517 57 110

never created an app*

Have I helped? Consider putting coffee in my mouth!
Buy Me a Coffee