- 🇯🇵Japan bkenro
I have a same issue as #92.
May be worked around with hook_theme_suggestions_HOOK_alter?
mytheme_theme_suggestions_commerce_order_receipt_alter(&$suggestions, $variables) { $buf = $suggestions[1]; $suggestions[1] = $suggestions[0]; $suggestions[0] = $buf; }
krsort() may be applicable.