Archived topic
Quantity buttons Woocommerce
7 replies · Started by Mårten on November 6, 2019
Hi,
I´m having some problem with the quantity buttons on the checkout on multiple sites.
I use Klarna checkout. Is there any solution to that?
Hi there,
I'm not seeing the issue you've screenshotted, but it doesn't look like the buttons are actually working. Do they work if that plugin is deactivated?
Hi.
If you put something in the shopping cart you should see the issue. The buttons is working for me.
The problem is that it looks weird. Parts of the product name jump down and a large line spacing appears in the product name.
Sends with a new screenshot.
Hi there,
i cannot reach the checkout to see the problem - this error is displayed on the cart page:
Clear Checkout error (Bad value: purchase_currency).
Can you try again on the website (onska) I wrote in the first message?
Sorry I get the same message on that site as well.
Can you try adding this CSS - its a stab in the dark but worth a try:
.woocommerce-checkout .do-quantity-buttons div.quantity {
display: flex !important;
}
Hi,
It's been a while since we talked about this problem
I tested the code you gave me. But unfortunately, there was no improvement.
Hi there,
try this CSS:
.woocommerce-checkout .woocommerce-checkout-review-order-table div.quantity {
display: flex !important;
}