WPIntell

Source evidence

Doesn’t support block-based checkout

Viva.com | Smart Checkout for WooCommerce · support · 2026-05-27T10:23:00+00:00

complaintsentiment
highseverity
0.76relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

9 / 39 rows with source links

23.1% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

30 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
Ben unresolved
As title – this plugin doesn’t support a block based checkout, only the old shortcode version. 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);

Comments

1 shown
Ben 2026-05-28T09:02:00+00:00

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);