Glyde Studio - Search

This will primarily control search features from the Header Search bar and Search Results page. This can be managed in the Admin Portal by Stores > Settings > Configuration > Glyde > Glyde Studio.


📘

NOTE

All fields are configurable on a Website scope only.


Search

Field NameNotes
Is In_stock enabled in SearchSet
Search JSONThis is where you will need to input the JSON Configurations as per the specified format.

🚧

NOTE

All JSON fields need to be in the correct format as per below.

{
"display_vendor_search_tab": true,
"display_product_search_tab": true,
"display_featured_products": false,
"display_top_sellers": false
}

Use a JSON checker to confirm the payload is correct before saving, or it may have issues with the front end if one of the parameters are not as expected.

JSON Configurations

NameDescriptionTypeValue
display_vendor_search_tabDictates if the search results will include the Vendors tab.Booleantrue or false
display_product_search_tabDictates if the search results will include the Products tab.Booleantrue or false
display_featured_productsDictates if the Featured Products will appear at the top of the Vendors Search Results page.Booleantrue or false
display_top_sellersDictates if the Top Sellers will appear at the top of the Vendors Search Results page.Booleantrue or false

If any changes were made, you can then select Save Config from the top right.