How to Sort Multiple Products in ATC Form
I have a display page that has multiple products in a single add to cart form. It looks like the products are ordered by product_id in the $form array.
Is there a setting, view, or function that will allow me to change the sort criteria?
Comments
To be clear, my goal is to
To be clear, my goal is to change the order of the products that appear in the HTML select element of the display page.