Sort product attributes by their labels including Umlauts
-
Hi there,
I am currently trying to sort the output of the product attributes by their labels in alphabetical order on the single product page. I slightly edited the
product-attributes.php
template file and insertedasort( $product_attributes );
before the the foreach output loop.It does sort the attributes but all my labels starting with a German Umlaut are now at the end of the table which is not correct. For example “?” should come after “A” and not after “Z”.
Any ideas how to get the correct order including Umlauts?
Thanks in advance!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Sort product attributes by their labels including Umlauts’ is closed to new replies.