diff --git a/Custom_Templates/customer_templates/Walmart Supplier Prod/_header.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Prod/_header.html.liquid
index 175cbdac..2a709ba0 100644
--- a/Custom_Templates/customer_templates/Walmart Supplier Prod/_header.html.liquid
+++ b/Custom_Templates/customer_templates/Walmart Supplier Prod/_header.html.liquid
@@ -1,392 +1,537 @@
-{% assign us_user_grow = false %}
-{% assign us_user_supplier = false %}
-{% assign india_user = false %}
-{% assign mexico_user = false %}
-
-{% for group in current_person.groups %}
- {% if group.name == 'Grow With Walmart' %}
- {% assign us_user_grow = true %}
- {% endif %}
- {% if group.name == 'Supplier Academy' %}
- {% assign us_user_supplier = true %}
- {% endif %}
- {% if group.name == 'Walmart Vriddhi' %}
- {% assign india_user = true %}
- {% endif %}
- {% if group.name == 'Crece con Walmart' %}
- {% assign mexico_user = true %}
- {% endif %}
-{% endfor %}
-
-{% assign category_advisors = false %}
-
-{% for group in current_person.groups %}
- {% if group.name == 'Category Advisors' %}
- {% assign category_advisors = true %}
- {% endif %}
-{% endfor %}
-
-
-
-
- {% else %}
-
- {{ current_school.name }}
-
- {% endif %}
-
-
-
- {% if current_person.signed_in? %}
-
-
-
-
-