Reply 330640 to: Display Random Products in Related Products

Avatar: Krishan
Krishan
Participant
July 28, 2022 at 17:19

I am using the following code in child function.php but it is not working:

add_filter(‘woocommerce_related_products_args’, function($args) {
$args[‘orderby’] = ‘title’;
$args[‘order’] = ‘ASC’;
return $args;
}, 9999);

Please help,
Thanks

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.