Can I use checkout flow builders like WPFunnels with the Dollie Hub Builder?
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:
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' ] );
Updated on: 27/02/2024
Thank you!