Answer the question
In order to leave comments, you need to log in
How can I change the order in which products are displayed by default?
Now woocommerce displays products by price from small to large, but you need to display them by the value of the attribute "diametr" (number) in ascending order.
I found such a piece of code on the Internet, but how should I wrap it so that it changes the order of my goods?
$args['order'] = 'ASC';
$args['meta_key'] = 'diametr';
$args['orderby'] = 'meta_value_num';
Answer the question
In order to leave comments, you need to log in
I found such a piece of code on the Internet, but how should I wrap it so that it changes the order of my goods?The answer is NO. Because this is a metafield sorting control module, and you need it by attribute value.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question