Skip to content
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.

Spree extension that adds the ability to generate a CSV of shipping data given a set of dates. Used in conjunction with UPS Worldship.

Notifications You must be signed in to change notification settings

red-ant/spree_shipping_csv

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This extension builds on an extension authored by Oshin Karamian and Max Sharples. It will add a CSV export button to the admin orders page that allows an admin user to export unfulfilled order information to facilitate batch processing. It is optimized to work with Endicia.

To install for Spree 0.70.x, add to Gemfile:

gem 'shipping_csv', :git => 'git://github.com/patrickmcelwee/spree_shipping_csv.git'

And update your bundle:

bundle install

The Spree '0-60-x' branch here is a clone of Oshin Karamian's extension, which did not exclude fulfilled orders. You should check his repository for updates.

If you want to alter the output of the CSV file, define your own methods in

/app/helpers/admin/shippingdocs_helper.rb

About

Spree extension that adds the ability to generate a CSV of shipping data given a set of dates. Used in conjunction with UPS Worldship.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 95.1%
  • JavaScript 4.9%