Add to cart on the single item page is becoming disabled.
-
when the page loads i see it becoming disabled
<button type=”submit” name=”add-to-cart” value=”27250″ class=”single_add_to_cart_button button alt disabled” disabled=”disabled”>Add to cart</button>
i did this for now
var button = document.querySelector(‘.single_add_to_cart_button.button.alt.disabled’);
if (button) {
button.removeAttribute(‘disabled’);
}
Hello,
You are Most Welcome.
We are glad that you managed to solve the problem yourself. You are Great!!!
Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.
Have a wonderful day.
Topic Closed.
Best Regards.
The topic ‘Add to cart on the single item page is becoming disabled.’ is closed to new replies.