HELP! My Add To Cart Button Has Disappeared From My Product Pages

HELP! My Add To Cart Button Has Disappeared From My Product Pages

solosglasses
Visitor
3 0 0
Replies 2 (2)

James_FoxEcom
Shopify Partner
75 14 20

Hi @solosglasses 

 

It seems that there is a script that made it hidden, please add code below to your theme, open file: layout/theme.liquid then add code to before closing tag </head>

 

<style>
  .product__cart-functions .product__add-to-cart {
    display: block !important;
  }
</style>

 

Find my answer helpful? Give it a like 🙂
Try Foxify now - #1 Conversion-focused page builder.
Proudly made by FoxEcom.com - Smart & hyperefficient front-end solutions for SMBs. Impact sales, costs, and revenue all at once.

GemPages
Shopify Partner
5625 1262 1279

Hello @solosglasses 

 

1. Go to Online Store->Theme->Edit code

GemPages_0-1669794159908.png

2. Open your theme.liquid file, paste the below code before </body>

GemPages_1-1669794224755.png

    {%  if template contains 'product' %}
<style>
#.product__cart-functions .flex-buttons .product__add-to-cart {
    display: block !important;
}
</style>
    {%  endif  %}

I hope the above is useful to you.


Kind & Best regards,
GemPages Support Team

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center