Back to list of all filter and action hooks for Fluid Checkout Lite.
Description #
Fires to output custom place order buttons.
Used for compatibility layers with payment gateway plugins to show customer place order buttons close to the original place order button of WooCommerce when using Fluid Checkout.
Parameters #
$step_id(string) – The ID of the step in which the place order section is rendered.$is_sidebar(boolean) – Whether the place order section is being rendered in the sidebar.
Examples #
We do not recommend using this hook for customizations, only for implementing compatibility with payment gateway plugins. And example of how to use this hook can be seen in the compatibility file:inc/compat/plugins/compat-plugin-paypal-brasil-para-woocommerce.php
