You are here

90 calls to uc_price() in Ubercart 6.2

hook_cart_display in docs/hooks.php
Controls the display of an item in the cart.
hook_uc_payment_entered in docs/hooks.php
Takes action when a payment is entered for an order.
op_products_customer_table in uc_order/uc_order.order_pane.inc
Builds the order customer's view products table.
op_products_view_table in uc_order/uc_order.order_pane.inc
Builds the order view products table.
theme_cart_review_table in uc_cart/uc_cart_checkout_pane.inc
Formats the cart contents table on the checkout page.
theme_uc_cart_block_items in uc_cart/uc_cart.module
Themes the table listing the items in the shopping cart block.
theme_uc_cart_block_summary in uc_cart/uc_cart.module
Themes the summary table at the bottom of the default shopping cart block.
theme_uc_catalog_product_grid in uc_catalog/uc_catalog.module
Displays a list of products in grid format().
theme_uc_checkout_pane_cart_review in uc_cart/uc_cart_checkout_pane.inc
Themes cart items on the checkout review order page.
theme_uc_payment_totals in payment/uc_payment/uc_payment.module
Generates markup for payment totals.
theme_uc_product_price in uc_product/uc_product.module
Formats a product's price.
theme_uc_ups_confirm_shipment in shipping/uc_ups/uc_ups.ship.inc
Displays final shipment information for review.
UbercartAttributeTestCase::testAttributeUISettings in uc_attribute/uc_attribute.test
Tests the attribute settings page.
uc_2checkout_form in payment/uc_2checkout/uc_2checkout.module
Form to build the submission to 2Checkout.com.
uc_attribute_options_form in uc_attribute/uc_attribute.admin.inc
Displays options and the modifications to products they represent.
uc_cart_cart_settings_form in uc_cart/uc_cart.admin.inc
General settings for the shopping cart.
uc_cart_checkout in uc_cart/uc_cart.pages.inc
Displays the cart checkout page built of checkout panes from enabled modules.
uc_cart_checkout_form_validate in uc_cart/uc_cart.pages.inc
Form validation for uc_cart_checkout_form().
uc_cart_view_form in uc_cart/uc_cart.module
Displays a page allowing the customer to view the contents of his or her cart.
uc_cart_view_table in uc_cart/uc_cart.module
Lists the products in the cart in a TAPIr table.
uc_checkout_pane_payment in payment/uc_payment/uc_payment_checkout_pane.inc
@file Checkout pane functions for uc_payment.module.
uc_checkout_pane_quotes in shipping/uc_quote/uc_quote.module
Shipping quote checkout pane callback.
uc_credit_terminal in payment/uc_credit/uc_credit.admin.inc
Displays the credit card terminal page.
uc_credit_terminal_form in payment/uc_credit/uc_credit.admin.inc
Displays the credit card terminal form for administrators.
uc_currency_format in uc_store/uc_store.module
Formats an amount for display with the store's currency settings.
uc_cybersource_calculate_tax in payment/uc_cybersource/uc_cybersource.module
Calculates taxes for an order using CyberSource's tax service.
uc_cybersource_charge in payment/uc_cybersource/uc_cybersource.module
uc_cybersource_hop_form in payment/uc_cybersource/uc_cybersource.module
Define values to be posted to CyberSource.
uc_cybersource_hop_post in payment/uc_cybersource/uc_cybersource.module
uc_cybersource_tax_test in payment/uc_cybersource/uc_cybersource.module
uc_flatrate_admin_methods in shipping/uc_flatrate/uc_flatrate.admin.inc
List and compare all flatrate shipping quote methods.
uc_flatrate_form_alter in shipping/uc_flatrate/uc_flatrate.module
Implements hook_form_alter().
uc_flatrate_quote in shipping/uc_flatrate/uc_flatrate.module
Standard callback to return a shipping rate via the flat rate method.
uc_googleanalytics_ecommerce_js in uc_googleanalytics/uc_googleanalytics.module
Build the e-commerce JS passed to Google Analytics for order tracking.
uc_line_items_calculate in uc_order/uc_order.line_item.inc
Calculates the total value of line items of types that should be calculated.
uc_line_item_subtotal in uc_order/uc_order.line_item.inc
Handles the subtotal line item.
uc_object_attributes_form in uc_attribute/uc_attribute.admin.inc
Form to associate attributes with products or classes.
uc_order_admin in uc_order/uc_order.admin.inc
Displays the main order admin screen, an overview of all received orders.
uc_order_edit_products in uc_order/uc_order.admin.inc
Populates the product add/edit div on the order edit screen.
uc_order_get_total in uc_order/uc_order.module
Calculate up an order's total!
uc_order_history in uc_order/uc_order.admin.inc
Returns the sortable table listing of a customer's orders.
uc_order_pane_line_items in uc_order/uc_order.order_pane.inc
Handles the "Line Items" order pane.
uc_order_pane_payment in payment/uc_payment/uc_payment_order_pane.inc
Handles the Payment order pane.
uc_order_token_values in uc_order/uc_order.module
Implements hook_token_values(). (token.module)
uc_payment_by_order_form in payment/uc_payment/uc_payment.admin.inc
Displays a list of payments attached to an order.
uc_payment_condition_order_balance_form in payment/uc_payment/uc_payment.ca.inc
uc_payment_delete in payment/uc_payment/uc_payment.module
Deletes a payment from the database.
uc_payment_delete_confirm_form in payment/uc_payment/uc_payment.admin.inc
Confirmation form to delete a payment from an order.
uc_payment_enter in payment/uc_payment/uc_payment.module
Enters a payment for an order.
uc_payment_method_cod in payment/uc_payment_pack/uc_payment_pack.module
Payment method callback for the "Cash on Delivery" payment method.
uc_payment_pack_receive_check_form in payment/uc_payment_pack/uc_payment_pack.admin.inc
Receives a check for an order and put in a clear date.
uc_payment_token_values in payment/uc_payment/uc_payment.module
Implements hook_token_values().
uc_paypal_ec_checkout in payment/uc_paypal/uc_paypal.module
Redirects if a customer selects PayPal Express Checkout as a payment method.
uc_paypal_ec_form_submit in payment/uc_paypal/uc_paypal.module
Submit handler for uc_paypal_ec_form().
uc_paypal_ec_submit_form_submit in payment/uc_paypal/uc_paypal.module
Additional submit handler for uc_cart_checkout_review_form().
uc_paypal_ipn in payment/uc_paypal/uc_paypal.pages.inc
Process Instant Payment Notifiations from PayPal.
uc_paypal_wpp_charge in payment/uc_paypal/uc_paypal.module
Processes a credit card payment through Website Payments Pro.
uc_paypal_wps_form in payment/uc_paypal/uc_paypal.module
Returns the form elements for the Website Payments Standard form.
uc_product_cart_display in uc_product/uc_product.module
Implements hook_cart_display().
uc_product_handler_field_price::render in uc_product/views/uc_product_handler_field_price.inc
Overrides views_handler_field::render().
uc_product_kit_cart_display in uc_product_kit/uc_product_kit.module
Implements hook_cart_display().
uc_product_kit_form in uc_product_kit/uc_product_kit.module
Implements hook_form().
uc_product_kit_order_product_alter in uc_product_kit/uc_product_kit.module
Implements hook_order_product_alter().
uc_product_kit_view in uc_product_kit/uc_product_kit.module
Implements hook_view().
uc_product_table in uc_product/uc_product.module
Displays product fields in a TAPIr table.
uc_reports_customers in uc_reports/uc_reports.admin.inc
Display the customer report
uc_reports_products in uc_reports/uc_reports.admin.inc
Display the product reports
uc_reports_sales_custom in uc_reports/uc_reports.admin.inc
Display the custom sales report form and table.
uc_reports_sales_summary in uc_reports/uc_reports.admin.inc
Display the sales summary report.
uc_reports_sales_year in uc_reports/uc_reports.admin.inc
Display the yearly sales report form and table.
uc_shipping_package_view in shipping/uc_shipping/uc_shipping.module
Display the details of a package.
uc_shipping_shipment_view in shipping/uc_shipping/uc_shipping.admin.inc
Displays shipment details.
uc_store_customer_orders in uc_store/uc_store.admin.inc
Displays a list of orders made by a customer.
uc_store_format_settings_form in uc_store/uc_store.admin.inc
Displays the form for format settings.
uc_store_js_util in uc_store/uc_store.module
A handler for Javascript helper functions...
uc_taxes_apply_item_tax in uc_taxes/uc_taxes.module
Calculates tax for a single product.
uc_taxes_order in uc_taxes/uc_taxes.module
Implements hook_order().
uc_tax_report_report_page in uc_tax_report/uc_tax_report.admin.inc
Displays the sales tax report form and table.
uc_ups_quote in shipping/uc_ups/uc_ups.module
Callback for retrieving a UPS shipping quote.
uc_usps_quote in shipping/uc_usps/uc_usps.module
Callback for retrieving USPS shipping quote.
uc_weightquote_admin_methods in shipping/uc_weightquote/uc_weightquote.admin.inc
List and compare all weight-based shipping quote methods.
uc_weightquote_form_alter in shipping/uc_weightquote/uc_weightquote.module
Implements hook_form_alter().
uc_weightquote_quote in shipping/uc_weightquote/uc_weightquote.module
Standard callback to return a shipping rate via the weight quote method.
_uc_attribute_alter_form in uc_attribute/uc_attribute.module
Helper function for uc_attribute_form_alter().
_uc_authorizenet_charge in payment/uc_authorizenet/uc_authorizenet.module
Handles authorizations and captures through AIM at Authorize.Net
_uc_authorizenet_cim_profile_charge in payment/uc_authorizenet/uc_authorizenet.module
Use a reference to charge to a CIM profile.
_uc_authorizenet_format_amount in payment/uc_authorizenet/uc_authorizenet.module
Formats an amount for submission to Authorize.net.
_uc_cybersource_post_charge in payment/uc_cybersource/uc_cybersource.module
_uc_cybersource_soap_charge in payment/uc_cybersource/uc_cybersource.module
_uc_quote_assemble_quotes in shipping/uc_quote/uc_quote.pages.inc
Pulls the get_quote_from_* triggers and assembles their returned data.