Can someone please help? I’ve added two new products to my site and the Add to Cart button is not showing up on the product page, even though the products are set up exactly like the others which are working as normal? Thank you for your help.
Pages are:
https://shop.snackwize.com/products/seasonal-fruit-box
https://shop.snackwize.com/products/seasonal-fruit-vege-box
Hello There,
- In your Shopify Admin go to online store > themes > actions > edit code
- Find Asset >theme.scss.css and paste this at the bottom of the file:
form[action^="/cart/add"] [type=submit] {
visibility: inherit!important;
}
1 Like
Thank you so much! I had to find the right place to paste the code as it broke the page when I put it right down the bottom in some page style css section.
Any chance you would know why there is a lag for my Checkout button to become active when I am in my Cart? It takes only a few seconds for some colleagues but for me it takes 10 seconds to load the checkout button (until then it is greyed out).
Thanks again 