Title: Doesn&#8217;t support block-based checkout
Last modified: May 27, 2026

---

# Doesn’t support block-based checkout

 *  [Ben](https://wordpress.org/support/users/bendrop/)
 * (@bendrop)
 * [2 months, 1 week ago](https://wordpress.org/support/topic/doesnt-support-block-based-checkout/)
 * As title – this plugin doesn’t support a block based checkout, only the old shortcode
   version.

Viewing 1 replies (of 1 total)

 *  Thread Starter [Ben](https://wordpress.org/support/users/bendrop/)
 * (@bendrop)
 * [2 months, 1 week ago](https://wordpress.org/support/topic/doesnt-support-block-based-checkout/#post-18921503)
 * After doing a little digging, it seems to be a timing issue (the plugin is running
   too late, after WooCommerce has already checked for compatibility).
 * As a quick fix, you can edit the constructor to look like this (just added a 
   priority of 9, which beats WooCommerce default of 10).
 * `add_action( 'plugins_loaded', array( $this, 'init' ), 9);`

Viewing 1 replies (of 1 total)

You must be [logged in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fdoesnt-support-block-based-checkout%2F%3Foutput_format%3Dmd&locale=en_US)
to reply to this topic.

 * ![](https://ps.w.org/viva-com-smart-for-woocommerce/assets/icon.svg?rev=3245689)
 * [Viva.com | Smart Checkout for WooCommerce](https://wordpress.org/plugins/viva-com-smart-for-woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/viva-com-smart-for-woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/viva-com-smart-for-woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/viva-com-smart-for-woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/viva-com-smart-for-woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/viva-com-smart-for-woocommerce/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [Ben](https://wordpress.org/support/users/bendrop/)
 * Last activity: [2 months, 1 week ago](https://wordpress.org/support/topic/doesnt-support-block-based-checkout/#post-18921503)
 * Status: not resolved