Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is Fedex SmartPost supported? #201

Open
MisinformedDNA opened this issue Jan 12, 2015 · 3 comments
Open

Is Fedex SmartPost supported? #201

MisinformedDNA opened this issue Jan 12, 2015 · 3 comments
Labels

Comments

@MisinformedDNA
Copy link
Contributor

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?

@IrvinFan
Copy link
Contributor

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?

@JDutil
Copy link
Member

JDutil commented Jan 13, 2015

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.

@jspizziri
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants