You are here

function commerce_cart_update_7101 in Commerce Core 7

Disable the new local action to apply pricing rules to an order.

File

modules/cart/commerce_cart.install, line 33

Code

function commerce_cart_update_7101() {
  variable_set('commerce_order_apply_pricing_rules_link', FALSE);
  return t('A new local action link on order edit forms for applying pricing rules to an order has been disabled by default; enable it on the order settings form if desired.');
}