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

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -