Simple Points and Rewards

How can we help?

Search the documentation or ask the AI agent anything about the plugin.

FunnelKit Side Cart Integration

Updated September 11, 2026

Simple Points & Rewards integrates with FunnelKit Cart (Cart for WooCommerce). When FunnelKit’s slide-out side cart is active, the plugin injects the points redemption panel directly into the side cart, so customers can apply their points discount without leaving the page.

How It Works

The integration is automatically enabled when the FunnelKit Cart plugin is detected as active. No manual configuration is required – the points redemption interface and rewards box appear within the side cart drawer.

Requirements

  • The Cart for WooCommerce (FunnelKit Cart) plugin must be installed and active.
  • The Points Discount at Checkout feature must be enabled so there is a redemption interface to display.

Overriding Auto-Detection

Developers can override whether the FunnelKit integration is active using the spar_funnelkit_side_cart_active filter:

add_filter( 'spar_funnelkit_side_cart_active', '__return_false' );
// or force-enable:
add_filter( 'spar_funnelkit_side_cart_active', '__return_true' );

Styling

The integration includes its own styles tuned for the side cart context. You can further adjust the appearance with custom CSS targeting the rewards components inside the FunnelKit cart drawer.

Was this article helpful?