Best practices #
If you are unsure about how to add the code snippets to your website, check our article:
How to safely add code snippets to your WooCommerce website
Actions #
Checkout sections #
fc_checkout_before_main_section_wrapper
Before main section wrapper.fc_checkout_before_main_section
Before main section.fc_checkout_after_main_section
After main section.fc_checkout_after_main_section_wrapper
After main section wrapper.fc_checkout_before
Before checkout begins.fc_checkout_after
After checkout completes.
Checkout steps management #
fc_register_steps
Register checkout steps.fc_checkout_before_step
Before a step starts.fc_checkout_start_step
When a step begins.fc_checkout_end_step
When a step ends.fc_checkout_after_step
After a step completes.fc_checkout_before_steps
Before checkout steps.fc_checkout_steps
Output checkout steps.fc_checkout_after_steps
After checkout steps.
Contact step #
fc_checkout_before_contact_fields
Before contact fields.fc_checkout_contact_before_fields
Before contact fields inside wrapper.fc_checkout_contact_after_fields
After contact fields inside wrapper.fc_checkout_after_contact_fields
After contact fields.fc_checkout_below_contact_login_cta
Below contact login CTA.
Shipping step #
fc_checkout_before_step_shipping_fields
Before shipping fields step.fc_checkout_after_step_shipping_fields
After shipping fields step.
Shipping method #
fc_shipping_methods_before_packages
Before shipping packages.fc_shipping_methods_before_packages_inside
Before packages inside.fc_shipping_methods_after_packages_inside
After packages inside.fc_shipping_methods_after_packages
After shipping packages.fc_review_order_shipping
Review order shipping.
Shipping address #
fc_checkout_before_step_shipping_fields_inside
Before shipping fields inside.fc_before_checkout_shipping_address_wrapper
Before shipping address wrapper.fc_before_checkout_shipping_only_form
Before shipping only form.fc_checkout_after_step_shipping_fields_inside
After shipping fields inside.
Billing step #
fc_before_checkout_billing_only_form
Before billing only form.fc_after_checkout_billing_only_form_inside
After billing only form inside.fc_checkout_before_step_billing_fields
Before billing fields step.fc_checkout_after_step_billing_fields
After billing fields step.fc_checkout_account_before_fields
Before account fields.fc_checkout_account_after_fields
After account fields.fc_checkout_account_fields_empty_section
Empty account section.
Payment step #
fc_checkout_before_step_payment_fields
Before payment fields step.fc_checkout_payment
Payment section.fc_checkout_after_step_payment_fields
After payment fields step.fc_checkout_before_payment
Before payment section.fc_checkout_after_payment
After payment section.fc_place_order
Place order section.fc_place_order_custom_buttons
Custom place order buttons.fc_checkout_place_order_terms
Terms and conditions.
Order summary #
fc_checkout_order_review_section
Order review section.fc_checkout_before_order_review
Before order review.fc_checkout_before_order_review_inside
Before order review inside.fc_checkout_before_order_review_title_before
Before order review title.fc_checkout_after_order_review_title_after
After order review title.fc_checkout_order_review_sidebar_before_actions
Before sidebar actions.fc_checkout_after_order_review_inside
After order review inside.fc_checkout_after_order_review
After order review.fc_order_summary_cart_item_details
Cart item details.fc_order_summary_cart_item_totals_before
Before cart item totals.fc_order_summary_cart_item_totals_after
After cart item totals.fc_coupon_code_section_before
Before coupon code section.fc_coupon_code_section_after
After coupon code section.fc_substep_coupon_codes_text_before
Before coupon codes text.fc_substep_coupon_codes_text_after
After coupon codes text.
Widgets #
fc_checkout_header
Checkout header.fc_checkout_header_logo
Header logo.fc_checkout_header_widgets
Header widgets.fc_checkout_header_widgets_inside_before
Before header widgets inside.fc_checkout_header_widgets_inside_after
After header widgets inside.fc_checkout_header_cart_link
Header cart link.fc_checkout_footer
Checkout footer.fc_checkout_footer_widgets
Footer widgets.fc_checkout_footer_widgets_inside_before
Before footer widgets inside.fc_checkout_footer_widgets_inside_after
After footer widgets inside.
Filters #
- Todo