You are here

constant DC_AJAX_ADD_CART_HIDE_EMPTY_CART in Commerce Ajax Add to Cart 7.2

Same name and namespace in other branches
  1. 7 dc_ajax_add_cart.module \DC_AJAX_ADD_CART_HIDE_EMPTY_CART
4 uses of DC_AJAX_ADD_CART_HIDE_EMPTY_CART
dc_ajax_add_cart_ajax_cart_settings_form in ./dc_ajax_add_cart.admin.inc
Commerce AJAX Add to Cart settings form.
dc_ajax_add_cart_block_view in ./dc_ajax_add_cart.module
Implements hook_block_view().
dc_ajax_add_cart_remove_commerce_line_item in ./dc_ajax_add_cart.module
Menu callback: Removes the product item from cart.
dc_ajax_add_cart_update_quantity_refresh in ./dc_ajax_add_cart.module
Callback that will update the quantity of line item.

File

./dc_ajax_add_cart.module, line 16
Ajax add to cart module.

Code

define('DC_AJAX_ADD_CART_HIDE_EMPTY_CART', 'dc_ajax_add_cart_hide_empty_cart');