Home Forums WoodMart support forum Add to cart on the single item page is becoming disabled.

Add to cart on the single item page is becoming disabled.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #567158

    mendy
    Participant

    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>

    #567165

    mendy
    Participant

    i did this for now

    var button = document.querySelector(‘.single_add_to_cart_button.button.alt.disabled’);
    if (button) {
    button.removeAttribute(‘disabled’);
    }

    #567166

    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.

Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘Add to cart on the single item page is becoming disabled.’ is closed to new replies.