Documentation

Can I use checkout flow builders like WPFunnels with the Dollie Hub Builder?

Last Updated: June 20, 2024 11:55 AM

Yes, the Dollie Hub is compatible with any WooCommerce plugin or extension, including well known checkout flow builders such as WPFunnels and Cart Flows.

If you are building a custom checkout flow, you can remove our thank you page redirect by adding the following code to your child theme functions.php or in any custom plugin you have on your site:

remove_action( 'woocommerce_thankyou', [ \Dollie\Core\Modules\Subscription\Plugin\WooCommerce::instance(), 'redirect_to_blueprint' ] );