You are here

function dc_ajax_add_cart_popup_product_total_callback in Commerce Ajax Add to Cart 7

Same name and namespace in other branches
  1. 7.2 dc_ajax_add_cart.admin.inc \dc_ajax_add_cart_popup_product_total_callback()

Callback function for rendering total label setting form.

1 string reference to 'dc_ajax_add_cart_popup_product_total_callback'
dc_ajax_add_cart_popup_message_settings_form in ./dc_ajax_add_cart.admin.inc
Popup message settings.

File

./dc_ajax_add_cart.admin.inc, line 427
Ajax add to cart administration UI.

Code

function dc_ajax_add_cart_popup_product_total_callback($form, &$form_state) {
  return $form['product_details_popup']['popup_product_total_label_wrapper'];
}