How To Show Store List in Custom Order / Sorting

If you need a quick hack, you can edit ssf-wp-xml.php search for below code:

ORDER BY ssf_wp_store ASC

and change it to:

ORDER BY ssf_wp_id ASC

Then from the database within wp_ssf_wp_stores table, you can try to change the ID so it will display your desired store first followed by other stores.

* Take note, this will only work if you use Show All as Default Map Style at admin settings page.

Important Notice: If you’re using JSON Data Source, you may need to edit ssf-wp-json.php and ssf-wp-json-wpml.php

Once the files are updated, change data source to XML and then to JSON once again to force save the json file.

2+

Users who have LIKED this post:

  • Alex