https://github.com/highoncarbs/storefront
🤑 Manage your Shopify store with ease with bulk Product uploads - more coming soon !
https://github.com/highoncarbs/storefront
ecommerce ecommerce-application ecommerce-platform ecommerce-shopping-solution shopify shopify-api shopify-apps shopify-partners shopify-theme
Last synced: 6 months ago
JSON representation
🤑 Manage your Shopify store with ease with bulk Product uploads - more coming soon !
- Host: GitHub
- URL: https://github.com/highoncarbs/storefront
- Owner: highoncarbs
- License: mit
- Created: 2019-12-27T05:58:15.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T16:21:14.000Z (over 2 years ago)
- Last Synced: 2025-03-28T04:30:34.086Z (6 months ago)
- Topics: ecommerce, ecommerce-application, ecommerce-platform, ecommerce-shopping-solution, shopify, shopify-api, shopify-apps, shopify-partners, shopify-theme
- Language: Vue
- Homepage:
- Size: 2.86 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Storefront helps bulk manage and upload products to your shopify store
![]()
## 📝 Quicknote
This is a very hacky project to bulk upload to shopify . Supports all the Basic features - but has a few knacks here and there -
* Error Reporting not implmented
* HSN codes should be accurate - else would not be added
* 2 Images should be uploaded for each product to make image uploading work ( can be changed and updated as you like in the code)
* Meta title and description picked up from the title and body of the product
* You shop URI should be added to the config, the settings SHOP URL doesn't work for now.Feel free to submit issues , if you get stuck somewhere . Would be more than happy to help . Cheers !
## Features
* Create Product Master Template
* Create and Edit Mulitple products at once , pre fill data from master template.
* View and Goto Products addded to Shopify
* Generate Unique SKU's.
* Adds ALT tag text to the image
* Upload Images - Fixed to 2 ( Requires to add 2 images to work or else ti would throw error)## In Progress Features
* Analytics
* Print SKU Product Stickers
* View orders and print shipping lables and invoices## Build Setup
``` bash
# install dependencies
$ npm run install# serve with hot reload at localhost:3000
$ npm run dev# build for production and launch server
$ npm run build
$ npm run start```
## Edit config.py
Storefront requires access to your Shopify store via a Private App URL
``` bash
# Set SHOP_URl in config.py
SHOP_URL = 'https://API_KEY:PASSWORD@store.myshopify.com/admin/api/2019-10/'```
## Run Python Backend
``` bash
# install dependencies
$ pip install -r requirements.txt# serve with hot reload at localhost:5000
$ python run.py```
## Made With
* Nuxtjs
* Bulma & Buefy
* Flask
* SQLAlcehmy.
* Flask-migrate.
* Shopify.