php - Sort Joomla / Virtuemart generated address list -


i'm trying make list generated virtuemart 2 ordered alphabetically. found list rendered in view, can't code, have work this:

<?php echo $this->lists['shipto']; ?>  

i found code @

components/com_virtuemart/views/user/tmpl/edit_address_addshipto.php 

i tried using js need class ul generated, ul not class.

can explain me how can list sorted?


Comments