Projet

Général

Profil

Révision b858700c

Ajouté par Assos Assos il y a environ 10 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/commerce/modules/cart/commerce_cart.install
26 26

  
27 27
  return t('All eligible product attribute fields have been updated to continue using the attribute selection widget.');
28 28
}
29

  
30
/**
31
 * Disable the new local action to apply pricing rules to an order.
32
 */
33
function commerce_cart_update_7101() {
34
  variable_set('commerce_order_apply_pricing_rules_link', FALSE);
35
  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.');
36
}
37

  
38
/**
39
 * Adjust the new shopping cart refresh frequency to occur continuously to match
40
 * the long-standing behavior of the process.
41
 */
42
function commerce_cart_update_7102() {
43
  variable_set('commerce_cart_refresh_frequency', 0);
44
  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.');
45
}

Formats disponibles : Unified diff