• Resolved Carambola

    (@tsjemo)


    Is it possible to have a list (table) of stores with some filters? Hence I could create a country specific overview on one page & the nice search (as it works already) on another page.

    May be it is not built in right now but you could enhance it / give a little info on how to add this myself?

    Thanks for this nice plugin!!

    https://wordpress.org/plugins/wp-store-locator/

Viewing 1 replies (of 1 total)
  • Plugin Author Tijmen Smit

    (@tijmensmit)

    There is no way to do this right other then having to code it yourself.

    The wpsl_stores db contains a field called “country” and “country_iso”, you can use either one to create a dropdown list, and then use ajax to update the content once the dropdown value changes.

    You need the use wpdb to get the data, use Ajax to get the new data and ‘Change‘ from jQuery to listen for changes in the drop down filters.

Viewing 1 replies (of 1 total)
  • The topic ‘List (by country)’ is closed to new replies.