spree_active_shipping icon indicating copy to clipboard operation
spree_active_shipping copied to clipboard

Spree integration for Shopify's active_shipping gem.

Results 42 spree_active_shipping issues
Sort by recently updated
recently updated
newest added

Request: If possible, could handling charges be per carrier, or configurable by other metrics (weight/etc). For example, when shipping a small USPS item we usually charge just $1 handling, but...

feature

# Issue: When using Canada Post (Regular, xpresspost, etc. does not seem to matter which one) there are no results when you go to checkout. Instead it returns you to...

Hi, can i select list or account price to show??? list price should be price without discount, and account price with discount. thks

USPS ships to military PO boxes (APO/FPO/DPO) per their site, and I've verified at least one sample military address gets a rate response. The only problem is they have different...

I've been looking closely at the logic of the [`packages(package)`](https://github.com/spree/spree_active_shipping/blob/master/app/models/spree/calculator/shipping/active_shipping/base.rb#L217) method, and I'm seeing some weird behavior when product weights are zero. If a product weight is zero _and_ `max_weight`...

I notice that the [`retrieve_rates_from_cache`](https://github.com/spree/spree_active_shipping/blob/master/app/models/spree/calculator/shipping/active_shipping/base.rb#L279) method uses a [cache key](https://github.com/spree/spree_active_shipping/blob/master/app/models/spree/calculator/shipping/active_shipping/base.rb#L264) that looks at the Order, the Destination, etc... However, it does not include the Products or Variants of the Order...

wondering if https://github.com/spree/spree_active_shipping/commit/8e7e6f2f6d89b8791d757828d34232863c4b534f could be applied to 2-2-stable?

Vanilla Spree setup. Normal checkout flow. Setup and integrated Active Shipping with UPS Ground Calculator. I'm seeing this. ``` bash {"exception":"undefined method `*' for nil:NilClass"} ```

## Issue Description I'd like to make FedEx Ground shipments via Spree. The `:compute` method in our base class here generates ActiveShipping Location objects without specifying an :address_type, which means...

I was talking to somebody about this at Spreeconf, they ship from locations in both US and Mexico, and they have to use a different UPS account for each. We...

feature