Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Hello,
How to change the search bar on homepage like this i want to show 👇 as shown in screenshot in dawn theme and i want to show product price in search bar result
Thanks in Advance
Hi,
It can be done by Modify the Search Results Template (search.liquid or search-results.liquid)
Add the Price Display code example
{% for item in search.results %}
<div class="search-result-item">
<h3>{{ item.title }}</h3>
<p class="product-price">{{ item.price | money }}</p>
</div>
{% endfor %}
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024