Archived topic
woocommerce quantity in checkout
1 reply · Started by Matt on September 14, 2021
Does anyone know how to add quantity on the checkout page? Everything I find says to modify the functions.php file which I've read on here not to do.
Hi there,
That's something handled in WooCommerce's checkout template which the theme doesn't control:
https://github.com/woocommerce/woocommerce/tree/trunk/templates/checkout
Did you find a function that can add this in?
If so you can try adding it using one of these methods:
https://docs.generatepress.com/article/adding-php/
Just make sure you don't modify the parent theme's function.php :)