Spree Purchase Order Add Purchase Order payment method in Spree Installation Add this line to your Gemfile: gem 'spree_purchase_order' Install the gem using Bundler: bundle install Copy & run migrations bundle exec rails g spree_purchase_order:install Restart your server