Skip to content

Spree extension to repeat the last order in a single click

License

Notifications You must be signed in to change notification settings

UriKatz/spree_reorder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:
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:
bundle install
  1. Restart your server

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

About

Spree extension to repeat the last order in a single click

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 93.2%
  • CSS 3.4%
  • JavaScript 3.4%