Now I want to add a new section on top of the result section where I can put
– Sort by Price Ascending
– Sort by Price descending
– Sort by Custom field Ascending
– Sort by Custom field Descending
In general I want to add Sorter drop down to my result section in the front-end that the end user can play with to change the grid sorting and ordering
I’m afraid no, this has to be implemented to the plugin core, and it is not an easy task whatsoever. I usually recommend minor modifications or custom code where possible, but in this case it is too complicated for that.