You are here

Functions in Extra Fields Checkout Pane 6.2

Primary tabs

Namesort descending Location Description Direct uses Strings
hook_ucxf_display_options ./uc_extra_fields_pane.api.php Add display options for a field or a field value. Useful if you have additional places where you display a value filled in by the customer.
hook_ucxf_field ./uc_extra_fields_pane.api.php Perform actions when something happens with a field. Note that this only about the field itself, not about filled in values by customers.
theme_uc_extra_fields_pane_checkout_pane includes/theme.inc Theme the extra fields forms on the checkout page.
theme_uc_extra_fields_pane_customfields ./uc_extra_fields_pane.admin.inc Lists all custom order fields
theme_uc_extra_fields_pane_order_pane includes/theme.inc Theme the extra fields forms on the order edit page.
theme_uc_extra_fields_pane_uc_store_address_fields ./uc_extra_fields_pane.admin.inc This function overrides the theme function theme_uc_store_address_fields_form() in uc_store.module Adds tabledrag, the column 'weight' and the column 'action'.
uc_extra_fields_pane_access ./uc_extra_fields_pane.module Check if user has access to this field. 2 1
uc_extra_fields_pane_addressfields_uc_addresses_get_address_form_alter includes/addressfields.inc uc_extra_fields_pane_addressfields_uc_addresses_get_address_form_alter() 1
uc_extra_fields_pane_addressfields_uc_addresses_get_address_form_submit includes/addressfields.inc uc_extra_fields_pane_addressfields_uc_addresses_get_address_form_submit() 1
uc_extra_fields_pane_addressfields_user_register_form_alter includes/addressfields.inc uc_extra_fields_pane_addressfields_user_register_form_alter 1
uc_extra_fields_pane_addressfield_form ./uc_extra_fields_pane.admin.inc Form to add/edit extra address fields Form at /admin/store/settings/addressfields/add 1
uc_extra_fields_pane_address_fields_uc_cart_checkout_form_alter includes/addressfields.inc Fixes drop down 'saved addresses' and prefills extra address fields when UC Addresses is enabled. 1
uc_extra_fields_pane_address_fields_uc_store_address_fields_submit includes/addressfields.inc uc_extra_fields_pane_address_fields_uc_store_address_fields_submit() Saves 'enabled' and 'required' for address fields 1
uc_extra_fields_pane_checkout_pane ./uc_extra_fields_pane.module Implementation of hook_checkout_pane(). 1
uc_extra_fields_pane_checkout_pane_alter ./uc_extra_fields_pane.module Implementation of hook_checkout_pane_alter(). Alters delivery and billing pane
uc_extra_fields_pane_customfields ./uc_extra_fields_pane.admin.inc List of custom fields 1
uc_extra_fields_pane_customfields_submit ./uc_extra_fields_pane.admin.inc Saves weights of custom fields
uc_extra_fields_pane_customfield_form ./uc_extra_fields_pane.admin.inc Form to add/edit custom order fields Form at /admin/store/settings/extrafields/add 1
uc_extra_fields_pane_enable ./uc_extra_fields_pane.module Implementation of hook_enable(). Makes sure code of this module is executed after 'uc_addresses' (if that module is available)
uc_extra_fields_pane_features_api ./uc_extra_fields_pane.module Implementation of hook_features_api().
uc_extra_fields_pane_field_delete_confirm_form ./uc_extra_fields_pane.admin.inc Ask confirmation for deletion of a field. 1
uc_extra_fields_pane_field_delete_confirm_form_submit ./uc_extra_fields_pane.admin.inc Delete a field after confirmation.
uc_extra_fields_pane_field_edit_form ./uc_extra_fields_pane.admin.inc A form callback to edit a field. 2
uc_extra_fields_pane_field_edit_form_submit ./uc_extra_fields_pane.admin.inc Submit the field edit form. 1
uc_extra_fields_pane_field_edit_form_validate ./uc_extra_fields_pane.admin.inc Validate the field edit form. 1
uc_extra_fields_pane_field_features_export ./uc_extra_fields_pane.features.inc Implementation of hook_features_export().
uc_extra_fields_pane_field_features_export_options ./uc_extra_fields_pane.features.inc Implementation of hook_features_export_options().
uc_extra_fields_pane_field_features_export_render ./uc_extra_fields_pane.features.inc Implementation of hook_features_export_render().
uc_extra_fields_pane_field_features_rebuild ./uc_extra_fields_pane.features.inc Implementation of hook_features_rebuild(). 1
uc_extra_fields_pane_field_features_revert ./uc_extra_fields_pane.features.inc Implementation of hook_features_revert().
uc_extra_fields_pane_field_load ./uc_extra_fields_pane.module Implementation of hook_load(). 2
uc_extra_fields_pane_field_value_type_after_build ./uc_extra_fields_pane.admin.inc Fixes the option list for the radios field 'value_type' after the form is build. 1
uc_extra_fields_pane_form_alter ./uc_extra_fields_pane.module Implementation of hook_form_alter().
uc_extra_fields_pane_form_uc_cart_checkout_form_alter ./uc_extra_fields_pane.module Implementation of hook_form_FORM_ID_alter(). Applies ordering to address fields following the 'uc_address_fields_weight'-settings.
uc_extra_fields_pane_form_uc_order_edit_form_alter ./uc_extra_fields_pane.module Implementation of hook_form_FORM_ID_alter(). Applies ordering to address fields following the 'uc_address_fields_weight'-settings.
uc_extra_fields_pane_get_addresses includes/address_select.inc get_addresses() Similar to uc_get_addresses() in uc_store.module 2
uc_extra_fields_pane_get_pane_title ./uc_extra_fields_pane.module Returns title of pane 1
uc_extra_fields_pane_help ./uc_extra_fields_pane.module Implementation of hook_help(). 1
uc_extra_fields_pane_information ./uc_extra_fields_pane.module extra_information checkout pane callback 1
uc_extra_fields_pane_install ./uc_extra_fields_pane.install Implementation of hook_install().
uc_extra_fields_pane_load_class ./uc_extra_fields_pane.module Autoloader 1
uc_extra_fields_pane_locale ./uc_extra_fields_pane.module Implementation of hook_locale().
uc_extra_fields_pane_locale_refresh ./uc_extra_fields_pane.module Refresh all strings at once Callback for i18n. 1
uc_extra_fields_pane_menu ./uc_extra_fields_pane.module Implementation of hook_menu().
uc_extra_fields_pane_order ./uc_extra_fields_pane.module Implementation of hook_order().
uc_extra_fields_pane_order_handler_billing ./uc_extra_fields_pane.module 1
uc_extra_fields_pane_order_handler_delivery ./uc_extra_fields_pane.module Order pane callbacks for delivery, billing and extra information 1
uc_extra_fields_pane_order_handler_extra_billing ./uc_extra_fields_pane.module 1
uc_extra_fields_pane_order_handler_extra_delivery ./uc_extra_fields_pane.module 1
uc_extra_fields_pane_order_information ./uc_extra_fields_pane.module 1

Pages

Other projects