How to add a search bar in Shopify

A snippet to include a search bar anywhere in your theme. Note we are using ‘input-group’ for the layout. Look under Forms > Input Groups for some demos. More information: – http://docs.shopify.com/themes/liquid-variables/search To return only products in results: – http://docs.shopify.com/manual/configuration/store-customization/return-only-product-in-storefront-search-results – Or manually add type=product to the search URL as a query parameter – Uncomment … Continue reading How to add a search bar in Shopify