FunnelKit Documentation
Get unstuck with our helpful reference material

How to Display a Free Shipping Reward Bar in WooCommerce Cart Without Using Native Free Shipping Options

A free shipping reward is an effective way to encourage customers to increase their cart value. 

Instead of relying on WooCommerce’s built-in free shipping options, you can use a custom code snippet to display the reward. 

Step 1: Add the custom code snippet

To implement this feature, add the following PHP code to your child theme’s functions.php file or use a code snippet plugin like Code Snippets.

add_filter( 'fkcart_free_shipping', function ( $options ) { if ( false === $options ) { $options = []; } $options['method_id'] = ''; $options['min_amount'] = 249;return $options; } );

custom code snippet for free shipping reward

You can modify the threshold based on your desired minimum cart value for free shipping (in our case we’ve taken 100 value).

Save the changes and activate this snippet to run everywhere on your site.

Step 2: Create a free shipping reward in FunnelKit Cart

Make sure FunnelKit Cart is enabled in your WooCommerce store.

Navigate to FunnelKit ⇨ Cart ⇨ Rewards and create a free shipping reward.

Create a free shipping reward in FunnelKit Cart

Learn how to create rewards inside the side cart from here.

Step 3: Preview the free shipping reward in WooCommerce side cart

Navigate to the incognito window and add some products to your cart.

You’ll see the free shipping reward bar inside the shopping cart:

Preview the free shipping reward in WooCommerce side cart

Well done! This is how you can display a free shipping reward bar in WooCommerce cart without using native free shipping options.

Ready to Transform Your Store?

Join 38,315+ successful store owners who trust FunnelKit to power their businesses.
Conversion Optimized Checkout Pages
Increase Revenue with Smart Upsells
Capture Emails & Recover Abandoned Carts
Automate Winbacks & Repeat Sales
868+ 5 star reviews on WordPress.org
Transform your store to power your business with FunnelKit
868+
 Reviews
4.9
chevron-downarrow-right