Skip to content

be-geeky/Volume-Discount

Repository files navigation

📌 Installation & Deployment Steps for Shopify Volume Discount Function

1️⃣ Install Shopify CLI

npm install -g @shopify/cli

2️⃣ Create a New Shopify App (Remix-based)

shopify app init your-app-name --template remix

Navigate to the app directory:

cd your-app-name

Install dependencies:

npm install

3️⃣ Generate the Discount Function

npm run shopify app generate extension
  • Select "Discount Function"
  • Name it "volume-discount"
  • Choose JavaScript as the language

4️⃣ Build the App

npm run shopify app build

5️⃣ Deploy the App

npm run shopify app deploy

6️⃣ Run the App in Development Mode

npm run shopify app dev

Your Shopify Volume Discount Function is now installed, deployed, and ready for development! 🚀

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published