Top "Product-quantity" questions

Custom plus and minus quantity buttons in Woocommerce 3

I’m building custom WordPress and WooCommerce theme and adding custom plus and minus buttons to Product page quantity field. …

javascript php jquery woocommerce product-quantity
Change the cart item quantity for specific products in woocommerce

Can I change WooCommerce quantity in some specific product? I have tried: global $woocommerce; $items = $woocommerce->cart->get_…

php wordpress woocommerce cart product-quantity
Display always stock status without quantity in WooCommerce

I would like to display the product stock status, without showing the remaining quantity. Right now, the standard WooCommerce stock …

wordpress woocommerce product stock product-quantity
Limit the number of cart items in Woocommerce

I am using Woocommerce and need the following: As product is being sold to another country and that country's customs …

php wordpress woocommerce cart product-quantity
WooCommerce: Display stock quantity for a given product ID on normal Pages or Posts

I am trying to display the product quantity for a given product ID outside WoCommerce pages, in the normal WordPress …

php wordpress woocommerce shortcode product-quantity
Get the cart item quantity by item id in Woocommerce

In WooCommerce, I have created a mini cart and I want the get the item quantity available in the current …

php wordpress woocommerce cart product-quantity
Which Hook to alter quantity update in WooCommerce cart page?

I'm trying to fire a function when the quantity of a product is changed in cart. More specifically I want …

php wordpress woocommerce cart product-quantity