Show quick view only insteaad of Add to cart NEED HELP

Topic summary

A user working with Shopify’s Focal theme is experiencing inconsistent button displays in their featured collection section—some products show “Quick view” while others show “Add to cart.”

Root Cause Identified:
The difference stems from product variant configuration:

  • Products with only one variant (no options) display “Add to cart”
  • Products with multiple variants show “Quick view”

Technical Context:
The logic controlling this behavior likely exists in the product card snippet code, with conditional checks determining which button appears. Some themes include settings to override this default behavior.

Resolution Status:
No code solution was provided, as Focal is a paid theme and responders lack access to its specific codebase. The user acknowledged the explanation but the customization request remains unresolved.

Summarized with AI on November 4. AI used: claude-sonnet-4-5-20250929.

Hello everyone :slightly_smiling_face:

Actually, I’m using the Focal theme and have added a featured collection section to the store. On some products, it shows “Quick view,” and on others, it shows “Add to cart.” Can anyone provide me with the code to make the featured collection and collection page only display “Quick view” instead of “Add to cart”? Thank you in advance

Here is the preview store URL: https://www.shopkollekt.com/?_ab=0&_fd=0&_sc=1&preview_theme_id=172489933096

Hello, Rukhsana, since Focal is a paid theme, I don’t have access to it, but it would take you to check in the code what are the conditions that need to be met in order for a product in the “featured collection” section to choose between displaying “quick view” or “add to card” actions.

1 Like

The difference here is that “Add to cart” is shown for product which has no options (only one variant), and “Quick view” is when product has several variants.

So, somewhere in the product card snippet should be a check – probably can fiddle with this one. Unfortunately, as already said it’s hard to suggest code edits for paid themes.

Some themes also have a switch to control this – whether it should show “add to cart” button (where possible) or “quick view”.

1 Like

Oh okay @tim_1 Thank you for replying

Oh okay @TechSprout Thanks for reply :slightly_smiling_face: