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

    (@tijmensmit)

    Not without modifying the template and the js output.

    You open the template you are using now in the /frontend/templates folder, then replace <ul></ul> with <table></table>. Then in the wpsl-gmap.js you would have to modify the ‘storeHtml’ function to adjust the output. And also set the target for the $storeList on line 520 to the correct table.

    There is more to it then what I wrote above, but that is the outline of files and functions where you need to modify the code to turn it into table output.

    Thread Starter BGmonteiro

    (@jbmonteiro)

    Thank you very much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Result list in table’ is closed to new replies.