spree_active_shipping icon indicating copy to clipboard operation
spree_active_shipping copied to clipboard

Is Fedex SmartPost supported?

Open MisinformedDNA opened this issue 10 years ago • 3 comments

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 221 possibilities? (y or n)

Spree::Calculator::Shipping::Fedex::Base
Spree::Calculator::Shipping::Fedex::ExpressSaver
Spree::Calculator::Shipping::Fedex::FirstOvernight
Spree::Calculator::Shipping::Fedex::Ground
Spree::Calculator::Shipping::Fedex::GroundHomeDelivery
Spree::Calculator::Shipping::Fedex::InternationalEconomy
Spree::Calculator::Shipping::Fedex::InternationalEconomyFreight
Spree::Calculator::Shipping::Fedex::InternationalFirst
Spree::Calculator::Shipping::Fedex::InternationalGround
Spree::Calculator::Shipping::Fedex::InternationalPriority
Spree::Calculator::Shipping::Fedex::InternationalPriorityFreight
Spree::Calculator::Shipping::Fedex::InternationalPrioritySaturdayDelivery
Spree::Calculator::Shipping::Fedex::OneDayFreight
Spree::Calculator::Shipping::Fedex::OneDayFreightSaturdayDelivery
Spree::Calculator::Shipping::Fedex::PriorityOvernight
Spree::Calculator::Shipping::Fedex::PriorityOvernightSaturdayDelivery
Spree::Calculator::Shipping::Fedex::Saver
Spree::Calculator::Shipping::Fedex::StandardOvernight
Spree::Calculator::Shipping::Fedex::ThreeDayFreight
Spree::Calculator::Shipping::Fedex::ThreeDayFreightSaturdayDelivery
Spree::Calculator::Shipping::Fedex::TwoDay
Spree::Calculator::Shipping::Fedex::TwoDayFreight
Spree::Calculator::Shipping::Fedex::TwoDayFreightSaturdayDelivery
Spree::Calculator::Shipping::Fedex::TwoDaySaturdayDelivery

If it is not supported, what would it take to get it supported?

MisinformedDNA avatar Jan 12 '15 16:01 MisinformedDNA

It may not be supported.

This extention was created for Spree 1.x. We just fixed it for USPS recently to work with Spree 2.x. Haven't got chance to look at other carriers. Does it work for other shipping method for FedEx?

IrvinFan avatar Jan 13 '15 05:01 IrvinFan

ActiveShipping has smart post: https://github.com/Shopify/active_shipping/blob/master/lib/active_shipping/carriers/fedex.rb#L51

A calculator needs to be added to this extension to take advantage of it I believe.

JDutil avatar Jan 13 '15 10:01 JDutil

@MisinformedDNA, please feel free to submit a PR with a new calculator for SmartPost

jspizziri avatar May 26 '15 22:05 jspizziri