constant COMMERCE_CART_REFRESH_OWNER_ONLY in Commerce Core 7
2 uses of COMMERCE_CART_REFRESH_OWNER_ONLY
- commerce_cart_form_commerce_order_settings_form_alter in modules/
cart/ commerce_cart.module - Implements hook_form_FORM_ID_alter().
- commerce_cart_order_can_refresh in modules/
cart/ commerce_cart.module - Checks if a cart order should be refreshed based on the shopping cart refresh settings on the order settings form.
File
- modules/
cart/ commerce_cart.module, line 16 - Implements the shopping cart system and add to cart features.
Code
define('COMMERCE_CART_REFRESH_OWNER_ONLY', 'owner_only');