On this site https://b50staging.co.uk/ I am trying to use a custom layout for the search results.
Please search for ‘prestige’ in the search bar in the header. It works, kind of - it will bring up a selection of products in the Prestige range. (I’m not worried about the design for now, just the functionality and getting the looper to work properly.)
I have created a grid to be populated dynamically by products. The row is the provider using Query String post_type=product&s={{dc:query:search_query}}
It works, kind of, but I have three issues:
- I would like to show 12 products in the results. It will only show a maximum of 10 products in the results, despite setting it to show 12.
- I need a pagination function to show more results.
- I would like to order the results by price descending but can’t find the option to do so.
Thanks for any help you can provide!
Shaun