How to add quantity field on loop page RAQ
Add this code to your theme/child theme functions.php file
add_filter('yith_ywraq_quantity_loop','__return_true');
Note, the quantity will show for simple products only
Add this code to your theme/child theme functions.php file
add_filter('yith_ywraq_quantity_loop','__return_true');