6 functions implement hook_shipment() in Ubercart 5
Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.
- theme_uc_shipping_new_shipment in shipping/
uc_shipping/ uc_shipping.module - Format and display the new shipment form.
- theme_uc_ups_confirm_shipment in shipping/
uc_ups/ uc_ups.module - Display final shipment information for review.
- uc_shipping_make_shipment in shipping/
uc_shipping/ uc_shipping.module - Default method to send packages on a shipment.
- uc_shipping_new_shipment in shipping/
uc_shipping/ uc_shipping.module - Set up a new shipment with the chosen packages.
- uc_ups_confirm_shipment in shipping/
uc_ups/ uc_ups.module - Last chance for user to review shipment.
- uc_ups_void_shipment in shipping/
uc_ups/ uc_ups.module