Site logo

[Resolved] there are 2 update quantity buttons.

Home Forums Support [Resolved] there are 2 update quantity buttons.

Home Forums Support there are 2 update quantity buttons.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2561468
    Jusung

    Hello.
    When you check the image on the link, idk why there are 2 ways to change the quantity.
    Can I remove one inside box?

    #2561755
    David
    Staff
    Customer Support

    Hi there,

    something else is affecting the woo styles.
    Add this CSS to remove the spinner:

    .quantity.buttons-added input::-webkit-inner-spin-button {
        display: none;
    }
    #2562196
    Jusung

    Thank you!

    It is removed.

    Could I know what could affect this?
    As far as I know, I didn’t add any php code that could affect this.
    or prvious setting could change it..?
    I am using the woocommerce-cart shortcode.
    I found woo block is too slow to be loaded, so not using it now.

    #2562702
    David
    Staff
    Customer Support

    I am not sure.
    There have been some recent updates to Woocommerce that affected the Quantity selector option.
    And it may have been one those changes that affected it.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.