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

I'm getting a NoMethodError due to nil.(:>, 0). Using `is_package_shippable?` inside `available?` fixes missing `is_package_shippable?` call inside `compute_package` of `Spree::Calculator::Shipping::Usps::PriorityMailInternational` If this was left out for a specific reason, would...

This fixes #200 by using #require instead of #load if cache_classes is false. The root of the problem is in engine.rb which is calling #constantize on the calculator classes on...

I have a spree app, using the spree_active_shipping gem. It uses following for shipping methods, - usps first class mail parcel, - usps priority mail - ups ground - ups...

Suggested security feature: Credentials for each shipping carrier account are stored in the `spree_preferences` table as plain text. Best security practices are to store password and/or account login as an...

gem 'spree', github: 'spree/spree', branch: '2-4-stable' gem 'spree_active_shipping', :git => "git://github.com/spree/spree_active_shipping", :branch => "2-4-stable" rails 4.1.8 ruby 2.1.1 ``` Bundler could not find compatible versions for gem "spree_core": In snapshot...

Being a metric system user I find it confusing that height/width has to be specified in inches. Would be great to have something like `Spree::ActiveShipping::Config[:unit_multiplier]` but for dimensions. The ideal...

UPS returns residential shipping rates by default, but if it has enough information to determine that a destination is a commercial address, it can return cheaper commercial shipping rates. `Spree::Calculator::Shipping::ActiveShipping::Base#build_location`...

Issue: While using Fedex default package was always created even if when I had a customized a product_package for a product. So ended up getting double shipping rates. Replication Steps:...

Hi Is there any reason why USPS fails to fetch shipping rates for US territories?

Request: It would be great to add support for a real-time shipping quote without having to fill out all of the user profile information. Ideally, the flow would look like...

feature