spree_coupons_import

Spree promotions with promo codes loading from file

0
0
Ruby

SpreeCouponsImport

Create promotions with promo codes loading from txt file

File format :

promocode1

promocode2

promocodeN

Installation

  1. Add this extension to your Gemfile with this line:
gem 'spree_coupons_import', github: 'isheninp/spree_coupons_import'
  1. Install the gem using Bundler:
bundle install
  1. Restart your server

If your server was running, restart it so that it can find the assets properly.

Copyright © 2019 Pavel Ishenin, released under the New BSD License