alexandrosk / marketplace-app

Shopify Marketplace - Multivendor App - RemixJS Prisma (Let customers upload products)

Home Page:https://www.multivendorshop.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shopify Remix App Multivendor Metaobjects - WIP 🌐

vendor page create vendor

All contributions are welcome! πŸ™

Refactor as much as you want, add new features, fix bugs, etc. Since this was done as a demo and PoC for most of the time I didn't focus on the code quality and structure.

Description πŸ“

This is a shopify app that allows you to create a multivendor marketplace. It uses metaobjects to create a vendor object that is connected to a collection.

The idea is that by using this app we will be able to create a multivendor marketplace that is fully customizable and scalable easily with shopify.

Setup πŸ› 

This app uses shopify's remix app template as a base. Also, it uses shopify react vite as a base for the frontend, theme app extension.

  1. pnpm i
  2. pnpm run dev
  3. Open a new terminal and go to
  4. cd extensions/account-page && pnpm i && pnpm vite:dev
  5. To deploy the extension changes, pnpm vite:build in the extension folder and then shopify deploy in the root
  6. Important for theme app extension: change the proxy url in the shopify app settings to your updated cloudflare url

To Do πŸ“

Frontend Seller

  • Create new product - huge
    • New product
    • Use staged upload to upload images
    • Product variants
      • Add variants
      • GraphQL Variants
    • Edit product
    • Google feed XML update products ? [future]
    • Add product images
    • Categories
    • Product qty set
    • Product options and variants from admin settings
  • Dashboard - connection with real data
    • Orders
      • Graphql get Order data
    • Shipping
    • Sold products, statistics etc
  • Shipping - let vendor add shipping costs on their products
  • User settings
    • Disable vendor button (webhook)
    • Locations to handle
    • Setup a way to get payments
  • Setup profile
    • Profile Request
    • Profile Image
    • Theme app extension for profile
    • Setup handle + SEO description for vendor - collection pages
    • Bio, socials, titles etc & info

Frontend Theme app extensions

  • Extension for product page - vendor info
  • Extension for product page bottom - related products
  • Extension for collection page
  • Extension for account page/or related page

Admin

  • Orders Page
    • Add vendor to order
    • Show payouts block and tags on admin order
  • Setup Payouts page
    • Connect orders with vendors and calculate payouts
    • Automatic payouts stripe (later)
  • Send email for new vendor setup + approved
    • Email ResendAPi
    • Email templates
  • Settings - categories, variants, commission, shipping etc
    • Mass update settings from state
    • Variants setup
    • Options for Variants setup modal
    • Commission
  • Approve Products manually
    • Page to Approve products (?)
    • Add settings for selecting auto approval
    • Specific Vendor auto approve their products
  • Approve vendors
    • Add approval status
    • collection template + app block with dynamic info ?
    • Webhook -> after approve create auto collection for products with vendorID?
  • Show vendor data and redirect to meta object

Webhooks

  • New vendor - create collection
  • Edit vendor - update collection
  • Disable vendor - disable collection & products
  • Admin disables product - notify vendor
  • New order notify vendor
  • Vendor creates new product - notify admin?
  • New order, add vendor to order

About

Shopify Marketplace - Multivendor App - RemixJS Prisma (Let customers upload products)

https://www.multivendorshop.com/


Languages

Language:JavaScript 96.4%Language:Liquid 1.6%Language:TypeScript 1.0%Language:CSS 0.8%Language:Dockerfile 0.1%