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/checkout/commerce_checkout.install
84 84
function commerce_checkout_update_7100() {
85 85
  variable_del('commerce_checkout_completion_message_override');
86 86
}
87

  
88
/**
89
 * Disable the new local action to simulate checkout completion for an order.
90
 */
91
function commerce_checkout_update_7101() {
92
  variable_set('commerce_order_simulate_checkout_link', FALSE);
93
  return t('A new local action link on order edit forms for simulating checkout completion for an order has been disabled by default; enable it on the order settings form if desired.');
94
}
95

  
96
/**
97
 * Disable the new checkout completion rule that updates order created dates to
98
 * the checkout completion date.
99
 */
100
function commerce_checkout_update_7102() {
101
  variable_set('enable_commerce_checkout_order_created_date_update', FALSE);
102
  return t('A new core checkout completion rule has been added that updates order creation timestamps to the time of checkout completion. It has been disabled by default to not interfere with existing order workflows, but you may enable it in your checkout settings if desired.');
103
}

Formats disponibles : Unified diff