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

Hey I'm just curious if you have plans to upgrading dependencies?

Hello all running spree 3.1.3 Using spree_active_shipping 3.2.0 Recently site was crashing after address entered and progression into next part of the order. Some googling and debugging led me to...

does this support `return label` on fedex?

This PR is required for compatibility with [Spree >= 3.6 & Rails >= 5.2](https://github.com/spree/spree/releases/tag/v3.6.0) ### TODO: - [ ] Organize commits - [ ] Clean-up documentation - [ ] Add...

Hello i am trying to add the gem 'spree_active_shipping', github: 'spree-contrib/spree_active_shipping',branch: '3-1-stable' and after doing bundle i got -: Bundler could not find compatible versions for gem "spree_core": In snapshot...

5.2 support added here https://github.com/Shopify/active_shipping/commit/9b04b51c570ba14a77eac86e30d90531b0134bb5 Needs to be updated here https://github.com/spree-contrib/spree_active_shipping/blob/b6e71bd4bf9ba42960aa52e46db17d224f9e5e11/spree_active_shipping.gemspec#L21 this looks like it will require a refactor due to: ``` BREAKING CHANGE: Use [shopify/measured] instead of shopify/quantified for...

Whenever the USPS rate api goes down (which is a surprisingly regular occurrence https://www.shippingapimonitor.com/history.html?api=usps), ActiveUtils will raise an `ActiveUtils::ConnectionError` that we don't handle today. Most other Active Shipping response errors...

Shopify is no longer maintaining. See [Active Shipping README](https://github.com/Shopify/active_shipping/blob/7d540e52382bff546d55e363b6f9b30c1949ffbe/README.md#versions) Any thoughts?

this is required so we don't send and extra package previously it would create a package with the default variant attributes and append it to the product packages, this would...