No content to show
User Activity
Update Main search is giving 404 on all results in search.But not in predictive results.
Hi!We have 2 search bars. The problem seems to be with the shopify/theme search bar.I set it to only include products now. and it works on main page.But if i go into a collection (shoes) and search for shirts it works on predictive/direct results.But...
10-24-2023
Hi! Our search results show broken links.Products are found and exists but links are broken. Ex.Search results gives link: https://peteandharry.com/collections//products/herring-shoes-brown-suede-boots-sz-11-ukThis should be https://peteandharry.com...
Hi!I have the same issue.Could you ellaborate on this customization code?Using impulsetheme and ajaxcart aswell. Kindy / Lasse
04-14-2021
the function is not live as i have not gotten it to work yet.
04-13-2021
Hi! Im not loading jQuery, I thought this was a native function for shopify and that shopify loads jQuery.Iam running trhis snippet just before </body> in the theme.liquid file.Shoiuld o load something like <script src="https://ajax.googleapis.com/a...
04-12-2021
Yeah sorry!Fixed that however i get jquery no loaded. I thought this was natively supported in shopify?Do i need to include a Jquery lib in the head section or?Kindly / Lasse
04-07-2021
Hi! Thanks for you help.Still not getting this to work thou... Id rather use this function than installing yet another plugin if I can. This should be all i need i think but no... <p id="country_banner">country</p>
<script>
jQuery.get('/browsing_cont...
04-06-2021
Hi!Thanks. Still not getting the script to work thou, grateful for further assistance.I am adding this to theme.liquid just before the end body tag.<p id="country_banner">country</p>
<script>
jQuery.get('/browsing_context_suggestions.json', (d) => { ...
03-31-2021
Hi! This is exactly what im looking for, a way to check country code and display different content in banners for different countries without an app.However. Not sure how to follow your examples. I want to do this in theme.liquid. Would this work?<p ...