100 likes | 239 Views
Spreecommerce Wallet payment method for your Spree store customers. Lets them add money to their store wallet and use whenever they want to.
E N D
SpreeCommerce Wallet Vinsol.com
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.
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
Usage From Admin end, you need to create a payment method of Wallet type.
Admin can add/remove money from customer's wallet. The user account is credited/debited accordingly.
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.
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.