Sha256: 5c8fcc62716a31ed79ded01a263f6491e4d94a5cf5cc33be6a8a06f70503f4d7

Contents?: true

Size: 889 Bytes

Versions: 2

Compression:

Stored size: 889 Bytes

Contents

SpreePayCashOnDelivery
======================

Adds 'Cash on delivery' payment method to Spree Commerce with ability to set delivery fees in the admin panel.
 

Installation
------------

Add spree_pay_cash_on_delivery to your Gemfile:

```ruby
gem 'spree_pay_cash_on_delivery', github: 'sliaquat/spree_pay_cash_on_delivery'
```

Then run:

```ruby
bundle install
```
 
Usage
-----
 
 - For adding 'Cash on delivery' payment method, log in to the admin back end ("http://localhost:3000/admin") and go to "Configurations" > "Payment Methods". Click "New Payment Method" and select 
 "Spree::CashOnDelivery::PaymentMethod" form the provider drop down. Save.
 
 
 - For setting the 'Cash on delivery' fee, log in to the admin back end ("http://localhost:3000/admin") and go to "Configurations" > "Cash on delivery config"

Copyright (c) 2014 Sanad Liaquat, released under the New BSD License

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
spree_pay_cash_on_delivery-0.1.1 README.md
spree_pay_cash_on_delivery-0.1.0 README.md