Hi @Dobrison , that looks like a JSON response, a raw data sent by Shopify to your store, which should be translated by your theme to customer friendly search results. Unfortunately I don't think this can be resolved without accessing your website code, however if you post your website address, we could give you some hints!
@Dobrison
Long story short, the "suggestion" part of your autosearch is broken.
If you got a developer to get that coded in for you, please reach back to him to fix it. If this is from an app or from the theme you've purchased, reach back to the developers as well. Alternatively, you may hire a new developer to assist you and get this fixed.
The code below will hide the issue but will not fix it.
1. In your Shopify Admin go to: online store > themes > actions > edit code
2. Find Asset > theme.scss.liquid or theme.css and paste this at the bottom of the file:
[id] .autocomplete-suggestions{
display: none !important;
}
Kind regards,
Diego
User | Count |
---|---|
38 | |
24 | |
16 | |
10 | |
10 |