51 calls to uc_order_load() in Ubercart 5
- hook_calculate_tax in docs/
hooks.php - Calculate tax line items for an order.
- test_gateway_charge in payment/
uc_payment/ test_gateway.module - uc_2checkout_complete in payment/
uc_2checkout/ uc_2checkout.module - uc_2checkout_form_alter in payment/
uc_2checkout/ uc_2checkout.module - Implementation of hook_form_alter().
- uc_authorizenet_charge in payment/
uc_authorizenet/ uc_authorizenet.module - uc_cart_checkout_complete in uc_cart/
uc_cart.module - uc_cart_checkout_form in uc_cart/
uc_cart.module - uc_cart_checkout_review in uc_cart/
uc_cart.module - Allow a customer to review their order before finally submitting it.
- uc_cart_checkout_review_form_submit in uc_cart/
uc_cart.module - uc_credit_terminal in payment/
uc_credit/ uc_credit.module - uc_credit_terminal_form_submit in payment/
uc_credit/ uc_credit.module - uc_credit_terminal_form_validate in payment/
uc_credit/ uc_credit.module - uc_cybersource_charge in payment/
uc_cybersource/ uc_cybersource.module - uc_cybersource_tax_test in payment/
uc_cybersource/ uc_cybersource.module - uc_googleanalytics_footer in uc_googleanalytics/
uc_googleanalytics.module - Implementation of hook_footer().
- uc_notify_order_update in uc_notify/
uc_notify.module - uc_order_delete in uc_order/
uc_order.module - Deletes an order and tells other modules to do the same.
- uc_order_delete_confirm_form in uc_order/
uc_order.module - uc_order_edit in uc_order/
uc_order.module - Display the order edit screen.
- uc_order_edit_form_submit in uc_order/
uc_order.module - uc_order_invoice in uc_order/
uc_order.module - Display an invoice in the browser, convert it to PDF, or e-mail it as HTML.
- uc_order_log in uc_order/
uc_order.module - Display a log of changes made to an order.
- uc_order_mail_invoice_form in uc_order/
uc_order.module - uc_order_mail_invoice_form_submit in uc_order/
uc_order.module - uc_order_pane_quotes in shipping/
uc_quote/ uc_quote.module - Shipping quote order pane callback.
- uc_order_update_status in uc_order/
uc_order.module - Update an order's status as long as no one objects.
- uc_order_view in uc_order/
uc_order.module - Display the order view screen, constructed via hook_order_pane().
- uc_payment_by_order_form in payment/
uc_payment/ uc_payment.module - uc_payment_enter in payment/
uc_payment/ uc_payment.module - Enter a payment for an order.
- uc_payment_get_details in payment/
uc_payment/ uc_payment.module - uc_payment_pack_receive_check_form in payment/
uc_payment_pack/ uc_payment_pack.module - Receive a check for an order and put in a clear date.
- uc_paypal_complete in payment/
uc_paypal/ uc_paypal.module - uc_paypal_ec_checkout in payment/
uc_paypal/ uc_paypal.module - uc_paypal_ec_review in payment/
uc_paypal/ uc_paypal.module - uc_paypal_ec_review_form_submit in payment/
uc_paypal/ uc_paypal.module - uc_paypal_ec_review_redirect in payment/
uc_paypal/ uc_paypal.module - uc_paypal_ec_submit in payment/
uc_paypal/ uc_paypal.module - uc_paypal_ec_submit_form_submit in payment/
uc_paypal/ uc_paypal.module - uc_paypal_form_alter in payment/
uc_paypal/ uc_paypal.module - Implementation of hook_form_alter(). Notice how we alter the checkout review form to post the order to PayPal.
- uc_paypal_ipn in payment/
uc_paypal/ uc_paypal.module - uc_paypal_wpp_charge in payment/
uc_paypal/ uc_paypal.module - uc_recurring_charge in payment/
uc_recurring/ uc_recurring.module - uc_recurring_form_alter in payment/
uc_recurring/ uc_recurring.module - Implementation of hook_form_alter().
- uc_recurring_order in payment/
uc_recurring/ uc_recurring.module - Implementation of hook_order().
- uc_recurring_order_view_update_form_submit in payment/
uc_recurring/ uc_recurring.module - uc_shipping_new_package in shipping/
uc_shipping/ uc_shipping.module - Put ordered products into a package.
- uc_shipping_package_edit in shipping/
uc_shipping/ uc_shipping.module - Rearrange the products in or out of a package.
- uc_shipping_shipment_edit in shipping/
uc_shipping/ uc_shipping.module - Create or edit a shipment.
- uc_taxes_calculate_tax in uc_taxes/
uc_taxes.module - Calculate the amount and types of taxes that apply to an order.
- uc_ups_fulfill_order in shipping/
uc_ups/ uc_ups.module - Shipment creation callback.
- _uc_importer_export_orders in uc_importer/
uc_importer.module - Export orders as XML.