bmcclure / drupal-commerce_fedex

Provides FedEx integration with Commerce Shipping.
5 stars 8 forks source link

Support configurable traits #3

Closed bmcclure closed 7 years ago

bmcclure commented 7 years ago

Products need configurable "traits" such as Hazardous that will change the behavior of shipping calculation.

Currently @mdlutz24 is working on this feature.

bmcclure commented 7 years ago

I'm starting some initial work on this one after discussing with @mdlutz24.

Hazmat and Dry Ice will definitely need to be supported, so I'll start with those after getting the basic system in place.

bmcclure commented 7 years ago

Gonna do this in the traits branch until it's ready: https://github.com/bmcclure/drupal-commerce_fedex/tree/traits

bmcclure commented 7 years ago

Main support for special services is built into the main module via events. Traits are included with basic fields, but will need some work individually in each of the submodules. We should create separate issues for those.