spree_reorder

Spree extension to repeat the last order in a single click

Last updated on: October 09 at 10:47 AM

source code bug tracker
Opensource
0 0 2
owner:  spkprav

Spree Reorder (Repeat the last order)

A Spree 3.0 extension to repeat the last order in a single click of button

Installation

  1. Add this extension to your Gemfile with this line: 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.

  1. Install the gem using Bundler: ruby bundle install

  2. Restart your server

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

compatible spree versions
tags spree versions
master ~> 3.0.0
authors
Praveen Kumar