How to customize the payment button location?
-
Hi there,
we are developing Germanized – a plugin which adjusts WooCommerce to the german market. As Germanized needs to adjust the checkout to meet the german law (e.g. button solution) the payment buttons are located on top of the product table.
Therefor we’d like to use
woocommerce_review_order_after_submit
to place the buttons instead ofwoocommerce_review_order_after_submit
(added inWooCommerce\PayPalCommerce\Button\Assets::render_button_wrapper_registrar
).Unfortunately your plugin uses a container library and furthermore does not register its instance as a global (which would allow plugin developers to add/remove actions to instances accordingly). Could you please advise on how to customize the plugin?
Cheers,
Dennis
- The topic ‘How to customize the payment button location?’ is closed to new replies.