-
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Walmart Spark Prod/_category_cards.html.liquid b/Custom_Templates/customer_templates/Walmart Spark Prod/_category_cards.html.liquid
deleted file mode 100644
index 205ce8d4..00000000
--- a/Custom_Templates/customer_templates/Walmart Spark Prod/_category_cards.html.liquid
+++ /dev/null
@@ -1,55 +0,0 @@
-{% if courses.enrolled.any? %}{% comment %} GETTING STARTED {% endcomment %}{% for school_category in school_categories %} {% if school_category == "Getting Started" %}
New
{{school_category}}
{% include "filtered_courses_tray", category_name: school_category %}{% endif %}{% endfor %}{% comment %} EARNINGS {% endcomment %}{% for school_category in school_categories %}{% if school_category == "Earnings" %}
New
{{school_category}}
{% include "filtered_courses_tray", category_name: school_category %}{% endif %}{% endfor %}{% comment %} SHOPPING & DELIVERY {% endcomment %}{% for school_category in school_categories %}{% if school_category == "Shopping & Delivery" %}
New
{{school_category}}
{% include "filtered_courses_tray", category_name: school_category %}{% endif %}{% endfor %}{% comment %} DELIVERY {% endcomment %}{% for school_category in school_categories %}{% if school_category == "Delivery" %}
New
{{school_category}}
{% include "filtered_courses_tray", category_name: school_category %}{% endif %}{% endfor %}{% comment %} USING THE APP {% endcomment %}{% for school_category in school_categories %}{% if school_category == "Using the App" %}
New
{{school_category}}
{% include "filtered_courses_tray", category_name: school_category %}{% endif %}{% endfor %}{% comment %} CONTACTING CUSTOMERS {% endcomment %}{% for school_category in school_categories %}{% if school_category == "Contacting Customers" %}
New
{{school_category}}
{% include "filtered_courses_tray", category_name: school_category %}{% endif %}{% endfor %}
-
- {% comment %} NON SPECIFIED {% endcomment %}
- {% for school_category in school_categories %}
- {% unless school_category == "Getting Started" or school_category == "Earnings" or school_category == "Shopping & Delivery" or school_category == "Delivery" or school_category == "Using the App" or school_category == "Contacting Customers" %}
- {% if school_category == "Resource Bundles" %}
- {% if features.learning_paths? and learning_paths.enrolled.any? %}
-
{% if num_of_activities_in_first_section > 1 or num_of_sections > 1 %}
{{ section.name }}
{% endif %}{% for activity in section.activities %}{% assign activity_count = activity_count | plus: 1 %}
{% if activity.completed? %}{% if activity.locked? %}{{ activity.title }}{% else %}{% include "course_activity_unlocked", class: "np-course-outline-content-activity-link-completed" %}{% endif %}{% else %}
{{ activity_count }}
{% if activity.locked? %} {{ activity.title }}{% else %}{% include "course_activity_unlocked", class: "np-course-outline-content-activity-link" %}{% endif %}{% endif %}
{% endfor %}
{% endfor %}
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Walmart Spark Prod/_filtered_courses_tray.html.liquid b/Custom_Templates/customer_templates/Walmart Spark Prod/_filtered_courses_tray.html.liquid
deleted file mode 100644
index d541d032..00000000
--- a/Custom_Templates/customer_templates/Walmart Spark Prod/_filtered_courses_tray.html.liquid
+++ /dev/null
@@ -1 +0,0 @@
-
{{category_name}}
{% if current_person.signed_in? %}{% endif %}
{% assign enrolled_courses_by_progress = enrolled_courses | sort: "name" %}{% for course in enrolled_courses_by_progress %}{% for course_category in course.categories %}{% if school_category == course_category.name %}{% include "cards_course_condensed" with course %}{% endif %}{% endfor %}{% endfor %}
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Walmart Spark Prod/_mobile_header.html.liquid b/Custom_Templates/customer_templates/Walmart Spark Prod/_mobile_header.html.liquid
deleted file mode 100644
index 0d60cc9c..00000000
--- a/Custom_Templates/customer_templates/Walmart Spark Prod/_mobile_header.html.liquid
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
-
{{title}}
-
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Walmart Spark Prod/_search_result.html.liquid b/Custom_Templates/customer_templates/Walmart Spark Prod/_search_result.html.liquid
deleted file mode 100644
index d88c8b36..00000000
--- a/Custom_Templates/customer_templates/Walmart Spark Prod/_search_result.html.liquid
+++ /dev/null
@@ -1,16 +0,0 @@
-{% if result.type == "course" %}
-