piggybak

Modular, Extensible open-source ecommerce solution for Ruby on Rails.

  • 所有者: piggybak/piggybak
  • 平台:
  • 許可證: GNU General Public License v2.0
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

Piggybak Gem (Engine)

Modular / mountable ecommerce gem. Features:

  • Configurable tax methods, shipping methods, payment methods

  • One page checkout, with AJAX for shipping and tax calculations

  • Order processing completed in transaction, minimizing orphan data created

  • Fully defined backend RailsAdmin interface for adding orders on the backend

  • Piggybak 0.7.1 is compatible with Rails 4.1, 0.7.0 is compatible with Rails 4, and earlier version compatible with Rails 3.

Announcements

  • Variants were recently changed to sellables, to provide the opportunity for advanced variant support via an extension.

  • Significant recent rearchitecture has been applied to the order line items. Stay tuned for the documentation.

  • Review the new installation process below.

Installation

  • First create a new rails project:
    rails new webstore

  • Config your database.yml and create the databases

  • Add to Gemfile:

      gem "piggybak"
    
  • Next, run bundle install:

      bundle install
    
  • Next, run the piggybak install command:

      bundle exec piggybak install
    
  • Add piggybak/piggybak-application to your main application.js:

     //= require piggybak/piggybak-application
    

See the raw documentation to read more about the integration points and product configuration in Piggybak.

TODO

  • Ensure that changes in nested addresses are recorded on order notes.

Copyright

Copyright (c) 2014 End Point & Steph Skardal. See LICENSE for further details.

概覽

名稱與所有者piggybak/piggybak
主編程語言Ruby
編程語言Ruby (語言數: 3)
平台
許可證GNU General Public License v2.0
發布數96
最新版本名稱v0.7.7 (發布於 )
第一版名稱v0.1.0 (發布於 )
創建於2011-12-30 02:53:36
推送於2018-12-07 06:54:16
最后一次提交2018-02-08 14:30:06
星數275
關注者數29
派生數99
提交數402
已啟用問題?
問題數57
打開的問題數16
拉請求數26
打開的拉請求數1
關閉的拉請求數14
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?
去到頂部