fc_enable_order_summary_cart_item_unit_price

Back to list of all filter and action hooks for Fluid Checkout Lite.

Description #

Controls whether to display unit prices for cart items in the order summary on the checkout page.

Parameters #

  • $enabled (bool) Whether to display unit prices. Defaults to true.

Examples #

/**
 * Hide cart items unit prices in the order summary on the checkout page.
 */
add_filter( 'fc_enable_order_summary_cart_item_unit_price', '__return_false', 10 );

What are your feelings

Updated on December 15, 2025