Why does my add to cart button keep disappearing?

My add to cart button is now missing. Not sure when this happened. I had an order placed two days ago. The add to cart button will appear just for a moment and then disappear. This is happening on all my products. Here is a link to a webpage: https://yourpatiolife.com/products/wood-garden-bridge-with-side-rails. I am using debut theme.

Any ideas on how to correct this?

1 Like

@yourpatiolife

Welcome to the Shopify community!
Thanks for your good question.

As i can see you , in your store their are multiple issues. you have to view it and fix it.

these are the js issues, so that’s why your add to cart get disappeared.
Let me know if you need any more help. to fix it out.
we always happy to help you.

Thank you.

I am not sure where to go to correct this

1 Like
.product-form__item.product-form__item--submit.product-form__item--payment-button.product-form__item--no-variants {
    display: block !important;
}
.product-form__item.product-form__item--quantity {
    display: block !important;
}

@yourpatiolife
Add this code on the bottom of the theme.scss

1 Like

That helped some of the products. If there are variants it does not show the add to cart button.

.product-form__item.product-form__item--submit.product-form__item--payment-button {
    display: block !important;
}

@yourpatiolife
Add this code Also

1 Like

@yourpatiolife
if you need any more help then let me know.
Kindly like our Solution, if helpful.

Thank you for your help It seems to be working at this time

hi where i must add this ?