Actions

do_action(‘cfw_wp_head’);

Called immediately before the closing </head> tag.

do_action(‘cfw_template_before_load’);

Called before the template manager builds the checkout page. 

do_action(‘cfw_template_after_load’);

Called after the template manager builds the checkout page. 

do_action(‘cfw_wp_footer_before_scripts’);

Called before script functions run in the footer. 

do_action(‘cfw_wp_footer’);

Called immediately before the closing </body> tag.

do_action(“cfw_template_load_before_{$template_name}”);

Called before template is outputted.

do_action(“cfw_template_load_after_{$template_name}”);

Called after template is outputted.

do_action(‘cfw_checkout_before_form’);

Called before opening <form> tag.

do_action(‘cfw_checkout_after_form’);

Called after closing </form> tag. 

do_action(‘cfw_checkout_before_customer_info_tab’);

Called at the top of the customer information tab, after the opening <div> tag and before all content.

do_action(‘cfw_checkout_after_login’);

Called at the bottom of the login container.

do_action(‘cfw_checkout_before_customer_info_address’);

Called before the shipping or billing address on the customer information tab.

do_action(‘cfw_checkout_after_customer_info_address’);

Called after the shipping or billing address on the customer information tab.

do_action(‘cfw_checkout_before_customer_info_tab_nav’);

Called before the customer information tab navigation is output.

do_action(‘cfw_checkout_after_customer_info_tab’);

Called after the customer information tab, before the closing </div> tag.

do_action(‘cfw_checkout_before_shipping_method_tab’);

Called at the top of the shipping method tab, after the opening <div> tag and before all content.

do_action(‘cfw_checkout_before_shipping_methods’);

Called immediately before the shipping methods on the shipping method tab.

do_action(‘cfw_checkout_after_shipping_methods’);

Called immediately after the shipping methods on the shipping method tab.

do_action(‘cfw_checkout_before_shipping_method_tab_nav’);

Called before the shipping method tab navigation is output. 

do_action(‘cfw_checkout_after_shipping_method_tab’);

Called after the shipping method tab, before the closing </div> tag.

do_action(‘cfw_checkout_before_payment_method_tab’);

Called at the top of the payment method tab, after the opening <div> tag and before all content.

do_action(‘cfw_checkout_before_payment_methods’);

Called before the payment methods (gateways) are outputted. 

do_action(‘cfw_checkout_after_payment_methods’);

Called after the payment methods (gateways) are outputted.

do_action(‘cfw_checkout_before_payment_method_terms_checkbox’);

Called before the terms and conditions are output on the payment method tab.

do_action(‘cfw_checkout_before_payment_method_tab_nav’);

Called after the terms and conditions are output on the payment method tab.

do_action(‘cfw_checkout_after_payment_methods_tab’);

Called after the payment method tab, before the closing </div> tag.

do_action( ‘cfw_before_footer’ );

Called at the top of the footer.

do_action( ‘cfw_after_footer’ );

Called at the bottom of the footer.

do_action( ‘cfw_after_cart_summary_totals’ );

Called at the bottom of the cart summary (sidebar on desktop) totals area. 

do_action( ‘cfw_after_cart_summary’ );

Called at the bottom of the cart summary area (sidebar on desktop).