Remove Brands Alphabetic Order

Hello,

Is there any way to remove aplhabetic order in brands page. I have used different positions for brands according to their popularity but they keep showing in alpabetic order?

Any ideas kow to remove the order??

Thanks in advance

When editing product feature: Manufacturer, use the Pos. fields. The numbers are the order.

When editing product feature: Manufacturer, use the Pos. fields. The numbers are the order.

I have set the position field according to what brand i want first but still they are ordered alphabetically :(

Variants are sorted in the app/controllers/frontend/product_features.php file

ksort($variants);

You can change sorting here or use post controller in the My changes module to do it