Currently it seems like when Magento2.4.6 is set to sort products by Position, if the position values are the same it defaults to the second option of the product ID. How can this be changed to sort by Position as primary then as secondary use the Product Name instead of the ID?
I know how to make the changes in the Store-Config-Catalog to select the Primary choice but don't know how to change the secondary option.
Thanks.
There is no way to configure this without custom code.
I kind of figured that was the case, I was curious if anyone knows how to edit the code to make it work. It seems like this should be the default setting anyway because who really wants products randomly sorted by the ID as the secondary default unless you never add any new products to your website after the initial setup.