You are here

function commerce_cart_update_7102 in Commerce Core 7

Adjust the new shopping cart refresh frequency to occur continuously to match the long-standing behavior of the process.

File

modules/cart/commerce_cart.install, line 42

Code

function commerce_cart_update_7102() {
  variable_set('commerce_cart_refresh_frequency', 0);
  return t('New order settings have been added to let you reduce the frequency of the shopping cart refresh. This update set it to occur continuously as it has been, but we recommend you implement some delay unless you have a unique product pricing situation that demands pricing updates every time a shopping cart is loaded.');
}