You are here

Functions in Commerce Cart Pane 7

Primary tabs

Namesort descending Location Description Direct uses Strings
commerce_cpc_commerce_cp_info modules/coupon/commerce_cpc.module Implements hook_commerce_cp_info().
commerce_cpc_coupon_add_form_submit modules/coupon/commerce_cpc.module Coupon form handler that is used on Cart form. Add coupon to order. 1
commerce_cpc_coupon_pane modules/coupon/commerce_cpc.module Coupon cart pane callback 1
commerce_cpc_menu_alter modules/coupon/commerce_cpc.module Implements hook_menu_alter().
commerce_cpc_remove_from_order_callback modules/coupon/commerce_cpc.module Override commerce_coupon_remove_coupon_from_order_callback(). Invoke the hook_commerce_cpc_coupon_detached hook after coupon was removed from order. 1
commerce_cps_add_order_shipping modules/shipping/commerce_cps.module Add shipping service to order. If no shipping service is passed the current shipping service will be recalculated for order 9
commerce_cps_commerce_cart_product_add modules/shipping/commerce_cps.module Implements hook_commerce_cart_product_add().
commerce_cps_commerce_cpc_coupon_attached modules/shipping/commerce_cps.module Implements hook_commerce_cpc_coupon_attached().
commerce_cps_commerce_cpc_coupon_detached modules/shipping/commerce_cps.module Implements hook_commerce_cpc_coupon_detached().
commerce_cps_commerce_cp_info modules/shipping/commerce_cps.module Implements hook_commerce_cp_info().
commerce_cps_entity_delete modules/shipping/commerce_cps.module Implements hook_entity_delete().
commerce_cps_entity_update modules/shipping/commerce_cps.module Implements hook_entity_update().
commerce_cps_get_order_shipping modules/shipping/commerce_cps.module Get shipping service by order. Returns FALSE if no shipping is setup. 2
commerce_cps_shipping_ajax_refresh modules/shipping/commerce_cps.module AJAX Callback that is used on Cart form. It saves picked shipping method into order and reloads a page. 1
commerce_cps_shipping_pane modules/shipping/commerce_cps.module Shipping cart pane callback 1
commerce_cp_builder_form ./commerce_cp.admin.inc Build the cart form builder, adding in data for the cart pages and the appropriate fields to enable tabledrag on the cart panes. 1
commerce_cp_builder_form_save_submit ./commerce_cp.admin.inc Submit handler for the cart builder form's save button. 1
commerce_cp_commerce_cp_info ./commerce_cp.module Implements hook_commerce_cp_info().
commerce_cp_discount_info_pane ./commerce_cp.api.php Discount info cart pane callback 1
commerce_cp_form_alter ./commerce_cp.module Implements hook_form_alter().
commerce_cp_get_system_panes ./commerce_cp.module Get a list of system cart panes: 1) Line items table (output) 2) Summary (Order total) 3) Submit buttons (actions) 3
commerce_cp_install ./commerce_cp.install Implements hook_install().
commerce_cp_menu ./commerce_cp.module Implements hook_menu().
commerce_cp_permission ./commerce_cp.module Implements hook_permission().
commerce_cp_settings_form ./commerce_cp.admin.inc Build the configuration form for a cart pane. 1
commerce_cp_settings_title ./commerce_cp.admin.inc Return the title of a cart pane settings form page. 1
commerce_cp_summary_order_total_table_submit ./commerce_cp.module Form submit handler. Create and remove corresponding footer element in Cart view depending on checkbox value. Footer elements: 1.[Line item summary] - shows a sum of all line items (Subtotal) in text format. 2.[Order total] - shows Subtotal,… 1
commerce_cp_summary_settings_form ./commerce_cp.api.php Settings form of Summary pane 2
commerce_cp_summary_settings_form ./commerce_cp.module Settings form of Summary pane 2
commerce_cp_summary_settings_form_submit ./commerce_cp.api.php 1
commerce_cp_theme ./commerce_cp.module Implements hook_theme().
commerce_cp_uninstall ./commerce_cp.install Implements hook_uninstall().
hook_commerce_cpc_coupon_attached modules/coupon/commerce_cpc.api.php Executes after coupon has been attached to the order on Coupon pane of cart page
hook_commerce_cpc_coupon_detached modules/coupon/commerce_cpc.api.php Executes after coupon has been detached from the order on Coupon pane of cart page
hook_commerce_cp_info ./commerce_cp.api.php Defines cart panes available for use on cart page.
theme_commerce_cp_builder_form ./commerce_cp.admin.inc Theme the cart pages form to enable tabledrag.

Other projects