From d95ceefbea6f2bcfe706971a77487f949171c6b3 Mon Sep 17 00:00:00 2001 From: Norm Rasmussen Date: Fri, 19 Sep 2025 14:45:11 -0400 Subject: [PATCH] Trying to fix Walmart Supplier search results. --- .../Walmart Supplier Prod/_search_result.html.liquid | 2 ++ .../Walmart Supplier Prod/search.html.liquid | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Custom_Templates/customer_templates/Walmart Supplier Prod/_search_result.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Prod/_search_result.html.liquid index 9c4e60e8..a4b9e8ff 100644 --- a/Custom_Templates/customer_templates/Walmart Supplier Prod/_search_result.html.liquid +++ b/Custom_Templates/customer_templates/Walmart Supplier Prod/_search_result.html.liquid @@ -1,4 +1,6 @@ {% if result.type == "course" %} + +
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Prod/search.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Prod/search.html.liquid index 83b19705..d392c401 100644 --- a/Custom_Templates/customer_templates/Walmart Supplier Prod/search.html.liquid +++ b/Custom_Templates/customer_templates/Walmart Supplier Prod/search.html.liquid @@ -19,9 +19,9 @@ %}
{% if results.items.any? %} - {% render "search_result" for results.items as result %} + {% render "search_result" for results.items as result %} {% else %} - {% include "search_zero_state" %} - {% endif %} + {% include "search_zero_state" %} + {% endif %} {% include "footer" %}