Home Forums Basel support forum Products per page Reply To: Products per page

#18354

Eric Watson
Participant

Check this code please in basel-child/functions.php

function wg_view_all_products(){
       
	if($_GET['view'] === 'all'){
		return '9999';
	}
        else
        { 
           return '12';
           }
}

Kind Regards
XTemos Studio