You are here

constant COMMERCE_CART_DEFAULT_PROVIDER in Commerce Core 7

2 uses of COMMERCE_CART_DEFAULT_PROVIDER
commerce_cart_form_commerce_order_settings_form_alter in modules/cart/commerce_cart.module
Implements hook_form_FORM_ID_alter().
commerce_cart_get_provider in modules/cart/commerce_cart.module
Returns the instantiated cart provider.

File

modules/cart/commerce_cart.module, line 12
Implements the shopping cart system and add to cart features.

Code

define('COMMERCE_CART_DEFAULT_PROVIDER', 'session');