Spree extension to repeat the last order in a single click
Last updated on: October 09 at 10:47 AM
source code bug trackerA Spree 3.0 extension to repeat the last order in a single click of button
ruby
gem 'spree_reorder', github: 'spkprav/spree_reorder', branch: '3-0-stable'
The branch
option is important: it must match the version of Spree you're using.
For example, use 3-0-stable
if you're using Spree 3-0-stable
or any 3.0.x
version.
Install the gem using Bundler:
ruby
bundle install
Restart your server
If your server was running, restart it so that it can find the assets properly.
tags | spree versions |
---|---|
master | ~> 3.0.0 |