|
/ Documentation /Integrations/ Flatsome UX Builder

Flatsome UX Builder

To use the Flatsome UX Builder on CartFlows steps, you’ll need to add a small piece of code to your child theme’s functions.php file. This will allow the builder to be available when editing CartFlows steps.

Step 1: Add Code to Your Child Theme’s functions.php

  1. Open your child theme’s functions.php file.
  2. Add the following code:
// Do not include this if already open!
/**
 * Code goes in theme functions.php
 */
add_action( 'init', function () {
	if( function_exists( 'add_ux_builder_post_type' ) ) {
		add_ux_builder_post_type( 'cartflows_step' );
	}
} );

This code will enable the Flatsome UX Builder for CartFlows steps so you can use it for editing your checkout and other funnel pages.

Step 2: Alternatively, Use the Code Snippets Plugin

If you’re not comfortable editing theme files, you can use the free Code Snippets plugin to add this custom function. The plugin allows you to safely add custom PHP code without directly modifying your theme files.

For more details on adding custom functions to your website, you can follow this tutorial.


This will make the Flatsome UX Builder available for editing CartFlows steps, giving you more design flexibility.

Was this doc helpful?
What went wrong?

We don't respond to the article feedback, we use it to improve our support content.

Need help? Contact Support
On this page
Download is Just A Click Away!

Enter your email address and be the first to learn about updates and new features.

Free Cartflows Form - Popup

Download is Just A Click Away!

Enter your email address and be the first to learn about updates and new features.