Skip to content

tomhooker/gift-note-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gift Note Extension

A Shopify checkout extension that allows customers to add gift notes to their orders during the checkout process.

About

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.

Features

  • Clean, user-friendly gift note input interface
  • Integration with Shopify checkout flow
  • Responsive design for all devices
  • Secure handling of gift note data

Getting started

Requirements

  1. You must download and install Node.js if you don't already have it.
  2. You must create a Shopify partner account if you don't have one.
  3. You must create a store for testing if you don't have one, either a development store or a Shopify Plus sandbox store.

Local Development

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 dev

Using npm:

npm run dev

Using pnpm:

pnpm run dev

Open the URL generated in your console. Once you grant permission to the app, you can start development.

Developer resources

About

No description, website, or topics provided.

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published