wiki/knowledge/woocommerce/flynn-audio-add-to-cart-ux.md Layer 2 article 518 words Updated: 2026-04-05
↓ MD ↓ PDF
woocommerce ux conversion flynn-audio ecommerce

Flynn Audio — Missing Add-to-Cart Button UX Issue

Overview

On Flynn Audio's WooCommerce shop, the Add to Cart button does not appear on product pages until the customer selects a product option (e.g., DIY vs. installation). This creates unnecessary friction at a critical conversion point — a visitor landing on a product page sees no obvious purchase path until they interact with the option selector first.

Sam (Flynn Audio) flagged this as a recent regression, noting the behavior had changed within the prior two weeks and was not intentional. The issue coincided with backend work being done across multiple client sites, suggesting an unintended side effect of a plugin update or theme/WooCommerce configuration change.

The Problem

Separately, the "Installation" option was moved from the checkout flow to individual product pages, requiring customers to choose Install vs. DIY per item rather than once at checkout. Sam's preference is to revert this to the checkout location, particularly because:

These two issues may share a root cause — both suggest a WooCommerce product options configuration was modified.

Impact

Resolution

Assigned to Karly (Asymmetric) as a tracked action item:

Generalizable Lesson

WooCommerce variable/add-on products can conditionally suppress the Add to Cart button when required options are unconfigured or when "require selection before add to cart" settings are enabled. Always verify button visibility on product pages after any WooCommerce plugin update or product configuration change. Regression testing should include loading a product page while logged out and confirming the CTA is immediately visible.

This pattern — a CTA disappearing after a backend change — is easy to miss in QA because developers are typically logged in and familiar with the page flow. End-user perspective testing (logged out, fresh session) is essential.