I'm working on a search engine add-on.
Is it possible to add my search engine add-on into shopify frontpage?
I have research http://www.searchifyapp.com, how they can customize shopify search page?
|
I'm working on a search engine add-on. Is it possible to add my search engine add-on into shopify frontpage? I have research http://www.searchifyapp.com, how they can customize shopify search page? |
|||
|
|
|
I am not familiar with searchifyapp.com, so I won't tell you how it works, but I can tell you how it could be done. If you want to have the shop's data indexed on your search server, then you will want to import the data from shopify on installation and use webhooks for updates. The Syncing with a Store Shopify Wiki page explains how this is done. You can use ScriptTags to inject javascript into the storefront. Then the javascript can find and enhance/modify the search field/form (e.g. for autocompletion/suggestions as they type, or modify the url for the search results page). If you want to custom search results (e.g. from your own search server), then you could create an Application Proxy to serve results from your own web application. |
|||||||||
|