A Shopify checkout extension that allows customers to add gift notes to their orders during the checkout process.
This is a Shopify checkout extension built on the Shopify App Template. It provides a simple interface for customers to add personalized gift messages to their orders.
- Clean, user-friendly gift note input interface
- Integration with Shopify checkout flow
- Responsive design for all devices
- Secure handling of gift note data
- You must download and install Node.js if you don't already have it.
- You must create a Shopify partner account if you don't have one.
- You must create a store for testing if you don't have one, either a development store or a Shopify Plus sandbox store.
The Shopify CLI connects to an app in your Partners dashboard. It provides environment variables and runs commands in parallel.
You can develop locally using your preferred package manager. Run one of the following commands from the root of your app.
Using yarn:
yarn devUsing npm:
npm run devUsing pnpm:
pnpm run devOpen the URL generated in your console. Once you grant permission to the app, you can start development.