8 merge requests!418Issue #3511232 by ccjjmartin: Fix add to cart dropdown when only one non-default variation type is provided,!379Issue #3491248 Validation is breaking the amount number format decimal point,!375Issue #3413020 by czigor: Using a translatable string as a category for field...,!357Issue #2914933: Add service tags to order-related interfaces,!344Resolve #3107602 "Product attributes do not update visually when switching variations",!343Resolve #3107602 "Product attributes do not update visually when switching variations",!342Issue #3476581 by josephr5000: add OrderItemLabelEvent,!300Issue #3466900 by zaporylie: Breadcrumbs are incorrect on the customer's order page
@@ -401,3 +401,23 @@ function commerce_order_update_8220() {
return"You have elected to skip the order balance backfill. Please update your database manually with the following SQL:\n UPDATE commerce_order SET balance__currency_code = total_price__currency_code, balance__number = total_price__number - total_paid__number WHERE total_paid__number IS NOT NULL AND total_price__number IS NOT NULL and balance__number IS NULL;";
}
/**
* Update customer orders list view and change default url rewrite pattern.
return"The views.view.commerce_user_orders view was updated";
}
return"The views.view.commerce_user_orders couldn't be updated as the default path for the title field has been overridden with custom value. Test if rewrite pattern is correct.";