ResolvedQty Increment Buttons

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #24222
    nnssaa
    Participant

    hello, do you have an option for increment button for products? do you know any plugin that we can add?

    #24251
    Althemist
    Keymaster

    Hello nnssaa,

    the buttons are already there, but they are hidden. You can show them with CSS, but you’ll also need to style them.

    Something like this:

    div.quantity {
        width: 46px;
        margin-right: 15px;
    }
    div.quantity input.babystreet-qty-plus, div.quantity input.babystreet-qty-minus {
        display: block;
        border: none;
        width: 20px;
        height: 20px;
        padding: 0;
        position: absolute;
        top: 3px;
        right: -10px;
        border-radius: 50%;
        cursor: pointer;
    }
    div.quantity input.babystreet-qty-minus {
        left: auto;
        right: -10px;
        top: 23px;
    }

    Hope this helps.

    Regards,
    Dimitar

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

You must be logged in and have valid license to reply to this topic.

License required for any item belonging to this account
AlThemist

AlThemist

sales 17760, followers 748
Login and Registration Log in · Register