I am using a debutify theme. I asked them to move the shop pay button to below the add to cart. I was trying to add an item to my cart to look at another issue. The add to cart didn’t work. I am using a sticky cart widget, it is working properly.
Hello @PetParentStuff
It might be issues with the code.
Can you send me the store URL if it is pass word protected then please share the password as well.
Hello there @PetParentStuff You should try out the following steps and let me know how it goes for you
-
Go to Online Store
-
Edit Code
-
Find theme.liquid file
-
Add the following code just above tag
<style>
.product__add__cart__button, .shopify-payment-button {
pointer-events: auto!important;
}
</style>
It didn’t work