print_request_response |
./uc_fedex.module |
Print SOAP request and response, iff allowed by user access permissions.
To view transaction details, set display debug TRUE in
admin/store/settings/quotes/edit |
2 |
|
theme_uc_fedex_option_label |
./uc_fedex.module |
Theme function to format the FedEx service name and rate amount
line-item shown to the customer. |
|
|
uc_fedex_admin_settings |
./uc_fedex.module |
Default FedEx Web Services API settings. |
|
1 |
uc_fedex_admin_settings_validate |
./uc_fedex.module |
Validation handler for uc_fedex_admin_settings form. |
|
|
uc_fedex_configuration |
./uc_fedex.module |
Implementation of hook_configuration(). |
|
|
uc_fedex_install |
./uc_fedex.install |
Implementation of hook_install() |
|
|
uc_fedex_menu |
./uc_fedex.module |
Implementation of hook_menu().
Called when Drupal is building menus. Cache parameter lets module know
if Drupal intends to cache menu or not - different results may be
returned for either case. |
|
|
uc_fedex_quote |
./uc_fedex.module |
Callback for retrieving a FedEx shipping quote. |
|
1 |
uc_fedex_rate_markup |
./uc_fedex.module |
Modify the rate received from FedEx before displaying to the customer. |
1 |
2 |
uc_fedex_rate_request |
./uc_fedex.module |
Constructs and executes a SOAP RateAvailabilityService request.
Obtains Rate and Available Services information needed for
shipping quote. |
1 |
|
uc_fedex_shipping_method |
./uc_fedex.module |
Implementation of Ubercart's hook_shipping_method(). |
1 |
|
uc_fedex_shipping_type |
./uc_fedex.module |
Implementation of Ubercart's hook_shipping_type(). |
|
|
uc_fedex_store_status |
./uc_fedex.module |
Implementation of Ubercart's hook_store_status(). |
|
|
uc_fedex_tracking_request |
./uc_fedex.module |
Constructs and executes a SOAP TrackService request.
Returns Tracking information. |
|
|
uc_fedex_uninstall |
./uc_fedex.install |
Implementation of hook_uninstall() |
|
|
uc_fedex_weight_markup |
./uc_fedex.module |
Modify the weight of shipment before sending to FedEx for a quote. |
1 |
2 |
_uc_fedex_dropoff_types |
./uc_fedex.module |
Convenience function to get FedEx codes for dropoff and pickup .
This should probably be sucked out of the WSDL file, to be sure
the options stay correct and up-to-date. |
1 |
|
_uc_fedex_package_products |
./uc_fedex.module |
Puts everything in one package, for now. |
1 |
|
_uc_fedex_package_types |
./uc_fedex.module |
Convenience function to get FedEx codes for their package types. |
1 |
|
_uc_fedex_services |
./uc_fedex.module |
Convenience function to get FedEx codes for their services.
This should probably be sucked out of the WSDL file, to be sure
the options stay correct and up-to-date. |
3 |
|
_uc_fedex_shipment_special_types |
./uc_fedex.module |
Convenience function to get FedEx codes for special services options. |
|
|