Skip to content

Shipping

Terkál Róbert edited this page May 27, 2017 · 3 revisions

Active Shipping.

We're using Spotify's Active Shipping together with the proxy: Spree Active Shipping. Currently we're supporting UPS Ground inside the United States with two stock locations (New York and Chicago).

We should be using the UPS Ground Calculator, which is a slightly customized version of: Spree::Calculator::Shipping::ActiveShipping::Base.

Example: UPS Ground FROM Chicago, shipping INSIDE the USA

Initial Setup

  1. Set UPS Active Shipping settings in admin.
  2. Create a Shipping Category (Chicago).
  3. Create a country based Zone, select USA.
  4. Create a Shipping Method (UPS Chicago) with the following settings:
  • Shipping Category should be Chicago.
  • Zone should be USA.
  • Calculator should UPS Ground.
  1. Create a new Stock Location with the following settings:

Usage

Products set up with the Chicago shipping cae

Clone this wiki locally