Skip to content

suryart/spree_store_credits

 
 

Repository files navigation

Spree Store Credits

Build Status

This Spree extension allows admins to issue arbitrary amounts of store credit to users.

Users can redeem store credit during checkout, as part or full payment for an order.

Also extends My Account page to display outstanding credit balance, and orders that used store credit.

Installation

  1. Add the following to your applications Gemfile

    gem 'spree_store_credits'

  2. Run bundler

    bundle install

  3. Copy and execute migrations:

    rails g spree_store_credits:install

Packages

No packages published

Languages

  • Ruby 99.6%
  • Other 0.4%