No Add To Cart Button On Variant Products

Topic summary

  • Issue: In the ‘The Click’ Shopify theme, products with variants do not show an Add to Cart button even after a variant is selected, while single-SKU (no variant) products work. The poster shared example links for both cases.

  • Assessment: Respondents state this is expected theme behavior (a default feature), not a platform bug.

  • Proposed fix: Implement custom development to make variant products behave like non-variant products. Specifically, modify the theme’s product.liquid template and add/adjust Liquid (Shopify’s templating language) code so the Add to Cart button appears once a variant is chosen.

  • Support offered: Contributors offered to review details and help with the necessary custom coding if access/info is provided.

  • Key terms: Variant = product options such as size or color. Liquid = Shopify’s templating language used to build theme templates.

  • Status/outcome: No code or step-by-step solution was posted. The thread remains open with the action item being to implement the required theme customization.

Summarized with AI on February 21. AI used: gpt-5.

Dear Shopify Developers,

For three days I’m facing an issue. I’m using ‘The Click’ Shopify theme. I added multiple products for my store. The issue is that products with variant are not showing Add To Cart button. I selected variant still not. But on the products with no variant there is no problem it is working perfectly. Please help me out I’ve to make it working today. I searched a lot on internet and on Shopify discussion panel but not fount anything that does work for me.

Variant Product Link: https://themaisonminerva.com/products/copy-of-kranser-shirt-black

No Variant Product: https://themaisonminerva.com/products/minerva-broach-gold

Please have a look and help me out ASAP. I’ll be vary thankful to you.

Kind Regards,

Waleed A.

Hi Waleed9t, It’s not an issue. it’s the theme default feature. If you want that feature for the products with variants also, then you need to do some custom work. Thanks

Hello @waleed9t

I have check your concern but i think it’s required some custom coding so let share detail with me will check and let you know.

Hii @waleed9t

it needs to modify product.liquid file by some liquid code of the theme to work similar as no variants products.