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

Hi, I have a problem with gem spree_active_shipping. In the first step (address) the gem show me an error: "Unable to send the selected items to your delivery address elements....

bug
unconfirmed

I'm getting an exception when calculating shipping costs for USPS: `ArgumentError: wrong number of arguments(1 for 0)`. The strange part of this is it doesn't happen all of the time....

bug
unconfirmed

Upgrading to spree/spree branch 1-3-stable (rails 3.2.14), all paths helpers are broken. It seems prefixing with `spree.` fixes most of the problems but calls to `link_to_remove_fields` still fails and I...

bug
unconfirmed

``` == MigrateOldShippingCalculators: migrating ================================== rake aborted! An error has occurred, this and all later migrations canceled: The single-table inheritance mechanism failed to locate the subclass: 'Spree::Calculator::Ups::ThreeDaySelect'. This error is...

these two classes where hot fixes for functionality not available inside active_shipping, these have fixed in active_shipping, so we need to either remove them or maintain them because shipping API's...

feature

Hi, Is there a reason packages are not created with the variant's dimensions ([see this code](https://github.com/spree/spree_active_shipping/blob/master/app/models/spree/calculator/active_shipping/base.rb#L128))? I'm thinking of implementing it but I'd like to have some background on the...

feature

Hi, I am trying to use ups shipping calculators with the Spree 2.0 branch and weight units in grams and I am having some problems. The documentation in the README...

Far as I understand, the whole `spree_active_merchant` gem deals with ounces, such as when you're specifying weight in the product packages section, but snuck in the code is a warning...

Our fulfillment center ships some items via FedEx SmartPost. I don't see that option available. Is it named something else or is it not supported? ``` irb(main):010:0> Spree::Calculator::Shipping::Fedex:: Display all...

feature

Hi, It would be nice if active_shipping allowed the following: 1. Limit a carrier for shipping based on the weight of the shipment (i.e. orders > 6lbs can not choose...

feature