Menu Close

Get Support From ShopWired Close

All systems fully operational

Subscribe To Updates
Prefer To Live Chat? Chat directly with ShopWired support Available from 9.00am to 6.00pm Monday to Friday Quickest response time
Send A Message
Response within 24 hours

Menu Close

Menu

search

The search.twig view is used to display the results of a search using the product search form.


In most circumstances, the search results page will extend the collection.twig template because it's format will follow the usual display of collection pages on your theme.

The search results page has access to the product object to display details about each product within the category.

In most circumstances, the search results page will include the items partial to display the details of products.


Search variables

The variable {{ keywords }} will return the search phrase entered by the user.

The variable {{ total_products }} will return the number of products found by the search engine.