piggybak

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

  • Owner: piggybak/piggybak
  • Platform:
  • License:: GNU General Public License v2.0
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

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.

Main metrics

Overview
Name With Ownerpiggybak/piggybak
Primary LanguageRuby
Program languageRuby (Language Count: 3)
Platform
License:GNU General Public License v2.0
所有者活动
Created At2011-12-30 02:53:36
Pushed At2018-12-07 06:54:16
Last Commit At2018-02-08 14:30:06
Release Count96
Last Release Namev0.7.7 (Posted on )
First Release Namev0.1.0 (Posted on )
用户参与
Stargazers Count271
Watchers Count28
Fork Count98
Commits Count402
Has Issues Enabled
Issues Count57
Issue Open Count16
Pull Requests Count26
Pull Requests Open Count1
Pull Requests Close Count14
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private