1 / 10

SpreeCommerce Wallet

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

vinsol
Télécharger la présentation

SpreeCommerce Wallet

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  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 generator:bundlebundle exec rails g spree_wallet:installbundle exec rake db:migrate

  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. The customer can select 'Wallet' as payment type during checkout of a product. Incase there is not enough money is user’s wallet, rest of the payment will be deducted from the other payment method chosen by the user.

  7. 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.

  8. Thank you...

More Related