Field quantity in cart does not appear value - Woocommerce

Asked

Viewed 651 times

-1

I am very beginner in PHP and I am at the end of the project. However I am using the theme Sidney with Woocommerce, despite the alert of incompatibility. In the quantity field, where the buyer increases or decreases the values to add to the cart, the incremented value does not appear. Already researched some things I thought here would have a faster help.

Follow the print. Bug

I can’t change the subject, unfortunately. I thought about hiding this field so that the user click buy and every click, the cart increases one. This works because when I click on the buy button, it adds a product and that would be the solution for me at the moment. I cannot leave a single product per order because the customer has to be able to buy more than one ticket in the order. In other themes that I have, the quantity field works well, only with this theme that I could not.

2 answers

0

just to warn you, I got help from a friend and the solution was to get it right The CSS file in /wp-content/plugins/Woocommerce/Assets/css/Woocommerce.css

Edit the part

. Woocommerce . Quantity . Qty

Solved

-1

Edit the CSS file in /wp-content/plugins/Woocommerce/Assets/css/Woocommerce.css

Look for:

. Woocommerce . Quantity . Qty

Edit the size part:

{
  width:3,61em;
  text-align:center
}

for:

{
  width:8em;
  text-align:center
}

Browser other questions tagged

You are not signed in. Login or sign up in order to post.