- Issue created by @glennnz
- Status changed to Fixed
almost 2 years ago 9:05am 8 May 2023 - 🇮🇱Israel jsacksick
You can either swap the checkout pane completely, by specifying a different class like the following:
function MY_MODULE_commerce_checkout_pane_info_alter(&$definitions) { $definitions['review']['class'] = <path to my new class>. }
Or by implementing a
hook_form_alter()
(See commerce_paypal_form_commerce_checkout_flow_alter()) for an example. Automatically closed - issue fixed for 2 weeks with no activity.