Add to Cart button disappearing. Please help!

I’ve tried many of the solutions mentioned in previous threads with no luck. I’ve pinpointed the issue to a certain set of products labeled as ‘custom’ of which there are 4 on the main page show this issue.
Here is a video I made to show the issue to my client:
https://sharing.clickup.com/clip/p/t10585154/6b65583f-ba5b-48cd-aeec-c98019bec594/screen-recording-2021-06-03-10:54.webm
Any insight or support you can provide is greatly appreciated!

We fixed it!

hello @ElectricSauce

for showing Add to Cart button

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

.template-product #addToCart-product-template{
        display: block !important ;
}

.template-product .shopify-payment-button{
display: block !important;

}
1 Like