Skip to content

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

OshinKaramian/spree-shipping-csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This extension will add a CSV export button to the admin orders page that allows the user to export order information.

To install, add to Gemfile:

gem 'shipping_csv', :git => 'git://github.com/OshinKaramian/spree-shipping-csv.git'

And update your bundle:

bundle update

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