Shopqi

An open source clone of Shopify.
Alternatives To Shopqi
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Shopify_app1,650270415 days ago178July 11, 202312mitRuby
A Rails Engine for building Shopify Apps
Dashing Rails1,460
654 years ago23November 29, 201720mitRuby
The exceptionally handsome dashboard framework for Rails.
Shopqi786
4 years ago15Ruby
An open source clone of Shopify.
Polaris_view_components232
5 days ago21October 12, 202212mitRuby
ViewComponents for Polaris Design System
Shopify Hotwire Sample101
2 months ago3Ruby
A sample app for Shopify's JWT integration with Hotwire Turbo
Payment_icons86
8a day ago68September 21, 202219mitRuby
An easy to use library that allows you to manage and access payment icons
Script_core70
1a day ago18December 17, 2021otherRuby
A script engine powered by mruby sandboxie, It's a fork of Shopify's ESS.
Shopify_graphql34
16 days ago11March 16, 20231mitRuby
Less painful way to work with Shopify Graphql API in Ruby.
Shopify App Starter Kit33
4 years agoRuby
Shopify app starter kit written in Ruby on Rails w/ appropriate tools to get your Shopify app up and running quickly 🚀
Smart_collection20
1a year ago8July 29, 20211Ruby
rails plugin for shopify style smart collection
Alternatives To Shopqi
Select To Compare


Alternative Project Comparisons
Readme

最新电子商务开源项目 19wu

ShopQi 测试結果

English README

ShopQi is based on Rails3.2, include all the features of e-commerce.

Please feel free to contact me if you have any questions.

Installation

Requirement

  1. PostgreSQL OR MySQL
  2. Redis

Installation[use PostgreSQL]

$ bundle
$ bundle exec rake shopqi:bootstrap

Installation[use MySQL]

$ script/development/use_mysql
$ bundle
$ bundle exec rake "shopqi:bootstrap[mysql]"

Usage

Start the server

$ bundle exec unicorn_rails -p 4000 -c config/development.unicorn.conf.rb

If you change the port, make sure the port value in config/app_config.yml was changed too.

Open the browser

http://www.lvh.me:4000

DO NOT use localhost, use lvh.me intead.

中文说明(Chinese README)

ShopQi 基于 Rails3.2 开发, 覆盖电子商务所有功能,包括

有任何问题或建议请联系我.

基本功能

  • 商品,含商品分类、库存,自动生成商品图片各种规格的缩略图
  • 顾客,含顾客分组,统计消费情况
  • 订单,含发货处理
  • 支付,整合支付宝,财付通等支付网关
  • 物流,制定物流及快递规则,如发货到广东1kg以内的商品费用为10元
  • 搜索,支持对商品、顾客、订单等进行全文检索

商店外观美化功能

  • 外观,支持100%定制,提供在线定制和版本控制;支持多套外观方案,如圣诞节专题外观
  • 模板,支持通过切换模板改变外观、模板可以含有多个不同的颜色预设方案
  • 导航,用于维护商店所有链接,如商店底部菜单一般会显示"关于我们"、"联系我们"等

通知提醒

  • 邮件,可以设置下单、发货等操作发送邮件通知管理员、顾客,邮件内容可以定制
  • 回调,即 Webhook,下单、发货等事件发生时支持向外部应用发送数据,可用于整合内部系统

附加功能

  • 博客,用于发布时效性的文章,如"年中庆全场免运费"等
  • 页面,用于维护长期有效的信息,如"关于我们"、"支付流程"等
  • 域名,支持绑定到顶级域名

扩展能力

安装

要求

  1. PostgreSQL OR MySQL
  2. redis

安装[使用Postgresql]

$ bundle
$ bundle exec rake shopqi:bootstrap

安装[使用MySQL]

$ script/development/use_mysql
$ bundle
$ bundle exec rake "shopqi:bootstrap[mysql]"

使用

启动应用服务器

$ bundle exec unicorn_rails -p 4000 -c config/development.unicorn.conf.rb

如果你修改了端口,请同时修改 config/app_config.yml 文件中的端口号

浏览

http://www.lvh.me:4000

注意不要使用 localhost 来访问

#486: 如果无法通过 www.lvh.me 访问,`ping www.lvh.me` 也无法连接,可改为使用 42foo.com 进行访问,并将 config/app_config.yml 文件中的 lvh.me 修改为 42foo.com

反馈

有任何问题点这里 提交问题

License

GNU Affero GPL 3

Popular Shopify Projects
Popular Ruby On Rails Projects
Popular Companies Categories

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Ruby
Ruby On Rails
Mysql
Postgresql
Redis
Webhook
Shopify