Remove ability to adjust quantity in cart
-
Is there a way you can remove the ability to adjust the quantity when viewing your cart/basket? All I want it the quantity displayed.
I’m aware of the following but It displays “1” only. I still want quantity displayed.
function wc_remove_all_quantity_fields( $return, $product ) { return true; } add_filter( 'woocommerce_is_sold_individually', 'wc_remove_all_quantity_fields', 10, 2 );
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Remove ability to adjust quantity in cart’ is closed to new replies.