You will see I have ordered the colours from light to dark. This was easily done through “Sort Prodycts” in WooCommerce.
The strange issue of that if I click o an individual product, the next prev button is using the default order of the products, as seem in Product list when I DON’T click on “Sort Product” and view the sorted list.
How can I get it to use the true sorted list order please?
Sort Products only applies to shop page, because it can only sort multiple products. While on the single product page, there is nothing to sort, hence, the default order will be applied even on next/previous link. It will only display the adjacent product based on date, category, or taxonomy depending on how it’s hard coded.