{% comment %}theme-check-disable ImgLazyLoading{% endcomment %} {%- if predictive_search.performed -%}
{{ 'search.results_plus_term' | t: term: predictive_search.terms }}
{{ 'search.suggestions' | t }}
{%- endif -%}{% liquid comment start Yagi app code endcomment assign product_price = product.price assign product_compare_at_price = product.compare_at_price assign public_or_tags_matched = true if product.metafields.app--168074346497.segment_tags.value.size > 0 assign public_or_tags_matched = false endif for etag in product.metafields.app--168074346497.segment_tags.value if customer.tags contains etag assign public_or_tags_matched = true break endif endfor if public_or_tags_matched assign product_price = product.metafields.app--168074346497.min_auto_discounted_price.value | default: product.price if product_price < product.price and product_compare_at_price == 0 or product_compare_at_price == blank assign product_compare_at_price = product.price endif endif comment end Yagi app code endcomment %} {%- if product_compare_at_price > product_price -%}{{ product_compare_at_price | money }} {%- endif -%} {{ product_price | money }}
{%- endif -%}{%- if product.metafields.reviews.rating_count -%}{{ product.metafields.reviews.rating_count }} {{ 'product.reviews.count' | t: count: product.metafields.reviews.rating_count | downcase }}{%- endif -%}
{%- endif -%}{{ 'search.view_all_results' | t }}
{%- liquid assign all_articles = '' if settings.search_drawer_enable_pages assign all_articles = predictive_search.resources.pages endif if settings.search_drawer_enable_articles assign all_articles = all_articles | concat: predictive_search.resources.articles endif -%} {%- if all_articles.size > 0 -%}{{ 'search.questions_and_advice' | t }}