WooCommerce Product Recommendation Quiz
Guide Customers to the Right Product Bundle
QnA Buy lets store owners build dynamic, step-by-step recommendation quizzes that group selected products into custom cart bundles seamlessly.
Built for Performance & Security
One-Click Bundle
Customers answer to the questions, review their recommended products, and add the full bundle directly to their cart in a single click.
Native Gutenberg Block
Embed QnABuy quizzes effortlessly anywhere on your site using the built-in Gutenberg block or standard shortcodes.
Unique Bundle Identifier
Unique bundle IDs are stored as metadata across sessions, displaying visual badges in customer cart, checkout, order admin, and email notifications.





- Generalized questions and answers
- Simple and variable WooCommerce products selection
- Gutenberg blocks and classic shortcode available
- Unique bundle IDs as identifier to WooCommerce orders
- One click bundle to cart
- JSON based editor
- Generate your JSON code here
Common Facts
Yes! answers can be mapped to simple products as well as specific single variations. The plugin resolves attribute labels dynamically in the recommendation screen.
When a user completes a quiz, a unique Bundle ID (e.g. QNAB-XXXXXX) is generated and stored in the WooCommerce session, order line items, and confirmation emails.
Yes. The plugin comes with a dedicated Gutenberg block registered via register_block_type, allowing full compatibility with modern Full-Site Editing (FSE) themes. You can also use classic shortcode to show quizzes e.g. [qnabuy_quiz id="XX"]
No. The plugin is using frontend scripts and styles are only enqueued when the shortcode or block is present on the page. All AJAX calls pass sanitized inputs via standard wp_ajax hooks.