A reusable Shopify theme template designed for modern retail brands.
- Flexible homepage sections (hero, trust bar, collections, story, featured products, testimonials, newsletter)
- Responsive Liquid templates for product, collection, cart, search, and content pages
- Theme settings for branding, colors, typography, and social links
- Optional Meta Pixel support (when configured)
- Packaged release workflow for marketplace/direct-sale distribution
- Shopify Online Store 2.0 compatible store
- Shopify CLI (optional, for local development)
- Node.js 18+ and npm 9+ (optional, for local tooling)
- Upload the packaged ZIP from
release/in Shopify Admin (Online Store→Themes→Add theme→Upload zip file). - Publish the theme copy after preview checks.
- Configure branding and content in Theme Editor.
For full instructions, see:
/docs/INSTALLATION.md/docs/CUSTOMIZATION.md/docs/SUPPORT.md/docs/CHANGELOG.md
npm install
npm run devnpm run dev expects SHOPIFY_FLAG_STORE to be set in your shell environment.
Example:
export SHOPIFY_FLAG_STORE=your-store.myshopify.com
npm run devWindows Command Prompt example:
set SHOPIFY_FLAG_STORE=your-store.myshopify.com
npm run devnpm run lint
npm run formatnpm run packageThis creates release/unifyone-modern-commerce-theme.zip containing only Shopify theme files and buyer docs.
Packaging requires the zip CLI utility to be available in your PATH.
See /docs/SUPPORT.md.