SpreeCommerce Wallet - PowerPoint PPT Presentation

About This Presentation
Title:

SpreeCommerce Wallet

Description:

Spreecommerce Wallet payment method for your Spree store customers. Lets them add money to their store wallet and use whenever they want to. – PowerPoint PPT presentation

Number of Views:129
Slides: 11
Provided by: vinsol

less

Transcript and Presenter's Notes

Title: SpreeCommerce Wallet


1
SpreeCommerce Wallet
  • Vinsol.com

2
  • This SpreeCommerce extension adds an e-wallet to
    your customers account which gives them the
    freedom to pay using wallet instead of getting
    into the hassle of make credit card transactions
    every time they purchase something.

3
Installation
  • Add spree_wallet to your Gemfile
  • gem 'spree_wallet'
  • But if you are using older version of spree
  • Spree 2.1.x
  • gem 'spree_wallet', '2.0.6'
  • Spree 2.0.x
  • gem 'spree_wallet', '2.0.6'
  • Spree 3.0.x
  • gem 'spree_wallet', '3.0.0
  • Bundle your dependencies and run the installation
    generatorbundlebundle exec rails g
    spree_walletinstallbundle exec rake dbmigrate

4
Usage
  • From Admin end, you need to create a payment
    method of Wallet type.

5
  • Admin can add/remove money from customer's
    wallet. The user account is credited/debited
    accordingly.

6
(No Transcript)
7
  • The customer can select 'Wallet' as payment type
    during checkout of a product. Incase there is not
    enough money is users wallet, rest of the
    payment will be deducted from the other payment
    method chosen by the user.

8
(No Transcript)
9
Testing
  • You need to do a quick one-time creation of a
    test application and then you can use it to run
    the tests. 
  • bundle exec rake test_app
  • Then run the rspec tests with mysql. 
  • bundle exec rspec
  • As it is an open source extension, you can access
    the code here. follow us on twitter for more
    updates.

10
Thank you...
Write a Comment
User Comments (0)
About PowerShow.com