• Hi
    Is it possible to sort the locations by alphabetical order.
    Separately, would it be possible to group stores by country? I think long list doesn’t look very good, but I know it’s a plugin.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi there, thanks for writing.

    Grouping stores by country is not supported out of the box. However, since the search function uses AJAX internally, you could use the .ajaxComplete() method from jQuery to modify the JSON that the plugin returns to the frontend when the AJAX event finishes. You could in theory do your grouping there, but this would require some coding from you, and some knowledge of Javascript.

    Best regards,

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.