I need to bring back the Add To Cart button and show the cart page before checkout. This was removed/hidden by my colleague earlier but I can’t find where it was done. I have tried to look for help articles to reverse this but haven’t had any luck so far. Any help would be greatly appreciated!
hi @DataStory ,
Can you give the link your website at here?
Hi @DataStory , go to edit code > assets > section-main-product.css and find this:
.product-form__submit {
display: none!important;
}
And just delete it. ![]()
Thank you!!!