diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn/_head.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn/_head.html.liquid
index af9c3cd8..5fff26c9 100644
--- a/Custom_Templates/customer_templates/Pipedrive - Learn/_head.html.liquid
+++ b/Custom_Templates/customer_templates/Pipedrive - Learn/_head.html.liquid
@@ -91,11 +91,11 @@
} else {
selectedLanguage = 'en';
}
-
+
changeLanguage(selectedLanguage, false);
}
}
-
+
addEventListener('DOMContentLoaded', () => {
setupInitialLanguage();
});
@@ -128,22 +128,22 @@
videoTutorials: '/app/video-tutorials'
}
};
-
+
const currentUrl = window.location.pathname;
const currentLang = window.current_language || 'en';
-
+
let category = 'homepage';
if (currentUrl.includes('catalog')) {
category = 'catalog';
} else if (currentUrl.includes('video-tutorials')) {
category = 'videoTutorials';
}
-
+
const newUrl = languageMappings[currentLang][category] || '/app';
-
+
window.location.href = newUrl;
}
-
+
const academyLanguage = window.localStorage.getItem('academy-language');
console.log(academyLanguage);
@@ -154,15 +154,15 @@
function filterCoursesByLanguage() {
var selectedLanguage = localStorage.getItem('academy-language');
var courses = document.querySelectorAll('.homepage-card-wrapper, .course-card');
-
+
if (!courses.length) {
return; // Nie ma żadnych kursów na stronie
}
-
+
for (var i = 0; i < courses.length; i++) {
var course = courses[i];
var courseLanguage = course.getAttribute('language');
-
+
if (selectedLanguage && courseLanguage !== selectedLanguage) {
course.style.display = 'none'; // Ukryj kursy o nieodpowiednim języku
} else {
@@ -170,14 +170,14 @@
}
}
}
-
+
// Wywołanie funkcji po załadowaniu strony
window.addEventListener('DOMContentLoaded', filterCoursesByLanguage);
// Wywołanie funkcji po zmianie wartości w local storage
window.addEventListener('storage', filterCoursesByLanguage);
-
+
@@ -190,7 +190,7 @@ window.addEventListener('storage', filterCoursesByLanguage);
{
window.location.replace('/app/profile-settings')
}
-
+
{% endunless %}
{% endif %}
@@ -234,4 +234,4 @@ window.addEventListener('storage', filterCoursesByLanguage);
};
}
});
-
\ No newline at end of file
+
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_account_avatar.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_account_avatar.html.liquid
deleted file mode 100644
index d952af93..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_account_avatar.html.liquid
+++ /dev/null
@@ -1,66 +0,0 @@
-
-
{% t .description %}
-
{% t .requirements %}
-
-
-
-
-
-
-
-
-
-
-
-
-
- {% t .use_gravatar %}
-
-
-
-
-
-
-
-
-
-
-
- {% t .upload_custom_photo %}
-
-
-
-
-
- {% t .upload %}
-
-
-
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_account_desktop_view.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_account_desktop_view.html.liquid
deleted file mode 100644
index 8ae8599d..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_account_desktop_view.html.liquid
+++ /dev/null
@@ -1,19 +0,0 @@
-
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_account_form.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_account_form.html.liquid
deleted file mode 100644
index ddd264c2..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_account_form.html.liquid
+++ /dev/null
@@ -1,139 +0,0 @@
-
- {% t .header %}
-
-
- {% t shared.email %} *
-
-
-
-
- {% t shared.first_name %} *
-
-
-
-
-
- {% t shared.last_name %} *
-
-
-
-
-
- {% t .display_name %}
-
-
-
-
-{% unless form.options.invite? %}
-
-
- {% t .current_password %} *
-
-
-
-
-
-
- {% t .new_password %} *
-
-
-
-
-
-
- {% t .confirm_new_password %} *
-
-
-
-{% endunless %}
-
-{% if form.options.invite? %}
-
-
- {% t shared.password %} *
-
-
-
-
- {% if form.terms_of_service_required? %}
-
- {% else %}
-
- {% endif %}
-
-
-{% endif %}
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_account_mobile_view.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_account_mobile_view.html.liquid
deleted file mode 100644
index 6ac8c007..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_account_mobile_view.html.liquid
+++ /dev/null
@@ -1,17 +0,0 @@
-
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_account_tabs.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_account_tabs.html.liquid
deleted file mode 100644
index 82c75181..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_account_tabs.html.liquid
+++ /dev/null
@@ -1,32 +0,0 @@
-{% capture settings_path %}{% route account %}{% endcapture %}
-{% capture transcript_path %}{% route transcript %}{% endcapture %}
-{% capture order_history_path %}{% route order_history %}{% endcapture %}
-
-{% if current_person.signed_in? %}
-{% unless current_school.sso_active? %}
-
-
-
-
- {% if features.commerce? %}
-
- {% endif %}
-
-
-{% endunless %}
-{% endif %}
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_basic_group_homepage.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_basic_group_homepage.html.liquid
deleted file mode 100644
index 2610bdee..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_basic_group_homepage.html.liquid
+++ /dev/null
@@ -1,29 +0,0 @@
-
-
-
- {% include "basic_group_homepage_ongoing_training", items: catalog_courses %}
- {% include "lps_in_progress" %}
-
-
-
-
-
- Get Certified
-
- {% include "content_by_certificates" %}
-
-
-
-
- Upcoming Events
-
- {% include "content_by_bundles" %}
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_basic_group_homepage_ongoing_training.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_basic_group_homepage_ongoing_training.html.liquid
deleted file mode 100644
index deec8b1c..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_basic_group_homepage_ongoing_training.html.liquid
+++ /dev/null
@@ -1,314 +0,0 @@
-
-
- {% if items.size > 0 %}
- {% assign new_courses_count = 0 %}
-
-
- {% for course in courses.enrolled %}
- {% if course.started? == false %}
- {% assign new_courses_count = new_courses_count | plus: 1 %}
-
- {% include "cards_article" with course %}
-
- {% endif %}
- {% endfor %}
-
-
-
- {% if new_courses_count > 0 %}
-
- {% else %}
-
-
-
- You don't have any new training at this moment.
-
-
-
- {% endif %}
- {% else %}
-
-
- Coming Soon!
-
-
-
- {% endif %}
-
-
-
-
-
- Ongoing Training
-
-
-
- {% if items.size > 0 %}
- {% assign ongoing_courses_count = 0 %}
-
-
- {% for course in items %}
- {% if course.properties.is_article_course == false %}
- {% if course.progress > 0 and course.progress < 100 %}
- {% assign ongoing_courses_count = ongoing_courses_count | plus: 1 %}
-
- {% include "cards_course_ongoing" with course %}
-
- {% endif %}
- {% endif %}
- {% endfor %}
-
-
-
- {% if ongoing_courses_count > 0 %}
- {% else %}
-
-
-
- You don't have any ongoing training at this moment.
-
-
-
- {% endif %}
- {% else %}
-
-
- You don't have any ongoing training at this moment.
-
-
-
- {% endif %}
-
-
-
-
-
-
-
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_bundle_description.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_bundle_description.html.liquid
deleted file mode 100644
index e7e891ca..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_bundle_description.html.liquid
+++ /dev/null
@@ -1,6 +0,0 @@
-
- {% t .about %}
-
-
- {{ product.description }}
-
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_bundle_desktop_header.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_bundle_desktop_header.html.liquid
deleted file mode 100644
index 6fb22dec..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_bundle_desktop_header.html.liquid
+++ /dev/null
@@ -1,12 +0,0 @@
-
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_bundle_product_desktop_view.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_bundle_product_desktop_view.html.liquid
deleted file mode 100644
index 66f57bdc..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_bundle_product_desktop_view.html.liquid
+++ /dev/null
@@ -1,21 +0,0 @@
-{% include "bundle_desktop_header" %}
-
-
-
-
-
- {% include "bundle_description" %}
-
-
-
-
-
- {% include "product_price_and_cta"%}
-
- {% include "bundle_product_outline" %}
-
-
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_bundle_product_mobile_view.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_bundle_product_mobile_view.html.liquid
deleted file mode 100644
index 89272b6d..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_bundle_product_mobile_view.html.liquid
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
- {% t shared.product_types.bundle %}
-
-
-
-
-
- {{ product.name }}
-
-
-
- {% include "product_price_and_cta" %}
-
-
-
-
- {% include "bundle_description" %}
-
-
-
- {% include "bundle_product_outline" %}
-
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_bundle_product_outline.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_bundle_product_outline.html.liquid
deleted file mode 100644
index 9fc22512..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_bundle_product_outline.html.liquid
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
{% t shared.bundle.title %}
- {% for item in product.bundle_items %}
- {% if item.course? %}
- {% include "product_outline_course", id: forloop.index %}
- {% elsif item.training_event? %}
- {% include "product_outline_event", id: forloop.index %}
- {% elsif item.learning_path? %}
- {% include "product_outline_lp", id: forloop.index %}
- {% endif %}
- {% endfor %}
-
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_cards_article.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_cards_article.html.liquid
deleted file mode 100644
index 837e4ae4..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_cards_article.html.liquid
+++ /dev/null
@@ -1,38 +0,0 @@
-{% capture course_path %}{% route course, id: course.id %}{% endcapture %}
-
-
- {% if course.ribbon %}
-
- {{ course.ribbon }}
-
- {% endif %}
-
-
-
- {{ course.name }}
-
-
- {{ course.short_description }}
- {% if course.properties.course_length %}
-
{{course.properties.course_length}}
- {% endif %}
-
-
-
-
-
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_cards_catalog_item.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_cards_catalog_item.html.liquid
deleted file mode 100644
index a096f57c..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_cards_catalog_item.html.liquid
+++ /dev/null
@@ -1,38 +0,0 @@
-
-
-
-
-
- {{ item.name }}
-
-
-
-
{{ item.formatted_type }}
-
-
-
-
-
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_cards_course.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_cards_course.html.liquid
deleted file mode 100644
index ca884b5c..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_cards_course.html.liquid
+++ /dev/null
@@ -1,80 +0,0 @@
-
-
-
- {% if course.ribbon %}
-
- {{ course.ribbon }}
-
- {% endif %}
-
-
- {{ course.name }}
-
- {% comment %} {% if course.properties.course_length %}
-
{{course.properties.course_length}}
- {% endif %} {% endcomment %}
-
-
-
-
- {% if course.short_description != "" %}
-
- {{ course.short_description }}
- {% if course.properties.course_length %}
-
{{course.properties.course_length}}
- {% endif %}
-
-
- {% else %}
-
- {% endif %}
-
-
-
-
-
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_cards_course_ongoing.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_cards_course_ongoing.html.liquid
deleted file mode 100644
index bb6bc7f4..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_cards_course_ongoing.html.liquid
+++ /dev/null
@@ -1,38 +0,0 @@
-{% capture course_path %}{% route course, id: course.id %}{% endcapture %}
-
-
-
- {% if course.ribbon %}
-
- {{ course.ribbon }}
-
- {% endif %}
-
-
- {{ course.name }}
-
-
-
-
-
-
- {{ course.short_description }}
-
-
-
-
-
-
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_cards_learning_path.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_cards_learning_path.html.liquid
deleted file mode 100644
index a90c5e79..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_cards_learning_path.html.liquid
+++ /dev/null
@@ -1,74 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
- {{ learning_path.name }}
-
-
- {% if learning_path.instructor_names %}
-
- {{ learning_path.instructor_names }}
-
- {% endif %}
-
-
- {{ learning_path.description }}
-
-
-
- {% t shared.progress, count: learning_path.progress %}
-
-
-
-
-
-
-
-
-
-
-
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_cards_learning_path_progress.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_cards_learning_path_progress.html.liquid
deleted file mode 100644
index d24ca23b..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_cards_learning_path_progress.html.liquid
+++ /dev/null
@@ -1,55 +0,0 @@
-
-
-
{{ learning_path.name }}
-
-
-
-
- {{learning_path.progress}}%
-
-
-
-
{{ learning_path.name }}
-
- Total Courses: {{ learning_path.items.count }} Courses
-
-
- {% assign completed_count = 0 %}
-
- {% for item in learning_path.items %}
- {% if item.completed? %}
- {% assign completed_count = completed_count | plus: 1 %}
- {% endif %}
- {% endfor %}
- Completed:
- {% if completed_count > 1 or completed_count == 0 %}
-
{{completed_count}}
Courses
- {% else %}
-
{{completed_count}}
Course
- {% endif %}
-
-
-
-
-
-
-
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_cards_training_event.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_cards_training_event.html.liquid
deleted file mode 100644
index 6690cdfd..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_cards_training_event.html.liquid
+++ /dev/null
@@ -1,45 +0,0 @@
-
-
-
-
- {{ training_event.title }}
-
-
- {% t shared.event_types, key: training_event.event_type %}
-
-
-
- {% t .next_session %}
-
-
-
-
- {{ training_event.sessions.first.day }}
-
-
-
- {{ training_event.sessions.first.month }}
-
-
- {{ training_event.sessions.first.year }}
-
-
-
-
-
-
-
-
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_certificates_info_column.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_certificates_info_column.html.liquid
deleted file mode 100644
index 61adfaba..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_certificates_info_column.html.liquid
+++ /dev/null
@@ -1,4 +0,0 @@
-
- {% include "certificates_verification" %}
- {% include "certificates_metadata" %}
-
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_certificates_metadata.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_certificates_metadata.html.liquid
deleted file mode 100644
index 9f4a1dba..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_certificates_metadata.html.liquid
+++ /dev/null
@@ -1,59 +0,0 @@
-
-
-
-
-
- {% if certificate.issuer_name_enabled? %}
-
-
- {% endif %}
-
-
-
-
-
-
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_certificates_preview.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_certificates_preview.html.liquid
deleted file mode 100644
index 6357b621..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_certificates_preview.html.liquid
+++ /dev/null
@@ -1,35 +0,0 @@
-
-
-
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_certificates_top_bar.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_certificates_top_bar.html.liquid
deleted file mode 100644
index 74a7ae41..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_certificates_top_bar.html.liquid
+++ /dev/null
@@ -1,44 +0,0 @@
-
-
-
-
- {{certificate.certificate_name}}
-
-
-
-
-
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_certificates_verification.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_certificates_verification.html.liquid
deleted file mode 100644
index 4fc19415..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_certificates_verification.html.liquid
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-
-
-
-
-
- {{certificate.verification_title}}
-
-
- {{certificate.verification_description}}
-
-
-
-
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_content_by_bundles.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_content_by_bundles.html.liquid
deleted file mode 100644
index 83fe27f5..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_content_by_bundles.html.liquid
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_content_by_certificates.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_content_by_certificates.html.liquid
deleted file mode 100644
index 221326ba..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_content_by_certificates.html.liquid
+++ /dev/null
@@ -1,130 +0,0 @@
-
-{% if basic_3p_user %}
- {% assign lpitems = learning_paths.enrolled %}
-{% else %}
- {% assign lpitems = learning_paths.available %}
-{% endif %}
-
-
-
-
-
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_course_activity_locked.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_course_activity_locked.html.liquid
deleted file mode 100644
index 386393d5..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_course_activity_locked.html.liquid
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- {{ activity.title }}
-
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_course_activity_unlocked.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_course_activity_unlocked.html.liquid
deleted file mode 100644
index 30c03305..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_course_activity_unlocked.html.liquid
+++ /dev/null
@@ -1,15 +0,0 @@
-{% if course.enrolled? %}
-
- {{ activity.title }}
-
-{% else%}
-
- {{ activity.title }}
-
-{% endif %}
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_course_categories.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_course_categories.html.liquid
deleted file mode 100644
index 6cfe9010..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_course_categories.html.liquid
+++ /dev/null
@@ -1,10 +0,0 @@
-
- {% t .header %}
-
-
- {% for category in course.categories %}
-
- {{ category.name }}
-
- {% endfor %}
-
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_course_description.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_course_description.html.liquid
deleted file mode 100644
index 269f9216..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_course_description.html.liquid
+++ /dev/null
@@ -1,6 +0,0 @@
-
- {% t .header, key: current_school.course_vocabulary %}
-
-
- {{ course.full_description }}
-
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_course_desktop_view.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_course_desktop_view.html.liquid
deleted file mode 100644
index 7d4abd53..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_course_desktop_view.html.liquid
+++ /dev/null
@@ -1,43 +0,0 @@
-
-
-
-
-
-
-
{{course.name}}
-
-
- {% include "course_description" %}
-
- {% if course.categories.any? %}
-
- {% include "course_categories" %}
-
- {% endif %}
-
- {% if course.instructors.any? %}
-
- {% include "course_instructors" %}
-
- {% endif %}
-
- {% if course.events.any? %}
-
- {% include "course_events" %}
-
- {% endif %}
-
-
-
- {% include "course_progress_and_cta" %}
-
- {% include "course_outline" %}
-
-
-
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_course_events.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_course_events.html.liquid
deleted file mode 100644
index 5fa80eef..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_course_events.html.liquid
+++ /dev/null
@@ -1,28 +0,0 @@
-
- {% t .header %}
-
-
- {% for event in course.events %}
-
-
-
- {{ event.sessions.first.abbreviated_month }}
-
-
- {{ event.sessions.first.day }}
-
-
-
-
- {{ event.title }}
-
-
- {% t shared.event_types, key: event.event_type %}
-
-
- {{ event.sessions.first.time_period }} {{ event.sessions.first.time_zone }}
-
-
-
- {% endfor %}
-
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_course_header.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_course_header.html.liquid
deleted file mode 100644
index e34e0d0d..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_course_header.html.liquid
+++ /dev/null
@@ -1,34 +0,0 @@
-
- {{ current_school.course_vocabulary }}
-
-
-
-
-
-
-
- {% comment %} {{ course.name }} {% endcomment %}
-
-
-
{{course.name}}
-
-
-
-
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_course_instructors.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_course_instructors.html.liquid
deleted file mode 100644
index 8b608928..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_course_instructors.html.liquid
+++ /dev/null
@@ -1,22 +0,0 @@
-
- {% t .header %}
-
-
- {% for instructor in course.instructors %}
-
-
-
-
- {{ instructor.name }}
-
-
- {{ instructor.title }}
-
-
-
- {% endfor %}
-
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_course_mobile_view.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_course_mobile_view.html.liquid
deleted file mode 100644
index 7f31ff35..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_course_mobile_view.html.liquid
+++ /dev/null
@@ -1,40 +0,0 @@
-
- {% include "course_header" %}
-
- {% include "course_progress_and_cta" %}
-
-
-
-{% if course.progress == 0 %}
-
- {% include "course_description" %}
-
-
- {% include "course_outline" %}
-
-{% else %}
-
- {% include "course_outline" %}
-
-
- {% include "course_description" %}
-
-{% endif %}
-
-{% if course.categories.any? %}
-
- {% include "course_categories" %}
-
-{% endif %}
-
-{% if course.instructors.any? %}
-
- {% include "course_instructors" %}
-
-{% endif %}
-
-{% if course.events.any? %}
-
- {% include "course_events" %}
-
-{% endif %}
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_course_outline.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_course_outline.html.liquid
deleted file mode 100644
index 72f97e79..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_course_outline.html.liquid
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
- {% t .header, key: current_school.course_vocabulary %}
-
-
-
- {% for section in course.sections %}
-
-
- {{ section.name }}
-
-
- {% for activity in section.activities %}
-
-
- {% if activity.completed? %}
-
- {% if activity.locked? %}
- {% include "course_activity_locked" %}
- {% else %}
- {% include "course_activity_unlocked", class: "np-course-outline-content-activity-link-completed" %}
- {% endif %}
-
- {% else %}
-
- {% if activity.locked? %}
- {% include "course_activity_locked" %}
- {% else %}
- {% include "course_activity_unlocked", class: "np-course-outline-content-activity-link" %}
- {% endif %}
-
- {% endif %}
-
- {% endfor %}
-
-
- {% endfor %}
-
-
-
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_course_product_desktop_view.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_course_product_desktop_view.html.liquid
deleted file mode 100644
index ae8d50de..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_course_product_desktop_view.html.liquid
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
-
-
- {% include "course_description" %}
-
- {% if course.categories.any? %}
-
- {% include "course_categories" %}
-
- {% endif %}
-
- {% if course.instructors.any? %}
-
- {% include "course_instructors" %}
-
- {% endif %}
-
- {% if course.events.any? %}
-
- {% include "course_events" %}
-
- {% endif %}
-
-
-
-
- {% include "product_price_and_cta" %}
-
- {% include "product_outline" %}
-
-
-
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_course_product_mobile_view.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_course_product_mobile_view.html.liquid
deleted file mode 100644
index 880a0f24..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_course_product_mobile_view.html.liquid
+++ /dev/null
@@ -1,31 +0,0 @@
-
- {% include "course_header" %}
-
- {% include "product_price_and_cta" %}
-
-
-
-
- {% include "course_description" %}
-
-
- {% include "product_outline" %}
-
-
-{% if course.categories.any? %}
-
- {% include "course_categories" %}
-
-{% endif %}
-
-{% if course.instructors.any? %}
-
- {% include "course_instructors" %}
-
-{% endif %}
-
-{% if course.events.any? %}
-
- {% include "course_events" %}
-
-{% endif %}
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_course_progress_and_cta.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_course_progress_and_cta.html.liquid
deleted file mode 100644
index 8006bbca..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_course_progress_and_cta.html.liquid
+++ /dev/null
@@ -1,131 +0,0 @@
-
-
- {% t .header %}
-
-
-
- {% if course.enrolled? == false and course.properties.course_cost != 0 %}
-
- $ {{ course.properties.course_cost }}
-
-
-
-
- Purchase
-
-
-
-
-
-{% else %}
-
-
- {% t shared.progress, count: course.progress %}
-
-
-
-{% if course.learner_can_retake? %}
-
-{% else %}
-
- {% if course.enrolled? == false and course.progress == 0 %}
- {% t shared.enroll %}
- {% elsif course.started? == false %}
- {% t shared.course.start, key: current_school.course_vocabulary %}
- {% elsif course.completed? %}
- {% t shared.course.view, key: current_school.course_vocabulary %}
- {% else %}
- {% t shared.continue %}
- {% endif %}
-
- {% endif %}
-{% endif %}
-
-{% comment %}
-
-
-
-
-
- {% endcomment %}
-
-
-
-
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_course_version_outdated_alert.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_course_version_outdated_alert.html.liquid
deleted file mode 100644
index 03e245ab..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_course_version_outdated_alert.html.liquid
+++ /dev/null
@@ -1,7 +0,0 @@
-{% if courses.include_courses_to_restart? %}
-
-{% endif %}
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_course_version_outdated_popup.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_course_version_outdated_popup.html.liquid
deleted file mode 100644
index 71795884..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_course_version_outdated_popup.html.liquid
+++ /dev/null
@@ -1,33 +0,0 @@
-
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_courses_catalog.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_courses_catalog.html.liquid
deleted file mode 100644
index a32715d5..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_courses_catalog.html.liquid
+++ /dev/null
@@ -1,34 +0,0 @@
-{% if courses.in_catalog.any? %}
-
- {% for course in courses.in_catalog %}
- {% unless course.properties.is_article_course %}
- {% if course.id == "6cc26c57-34db-4b8e-a38b-ad321ce18add" or course.id == "ac4fbf2e-ed8f-404d-b995-f0ef73481466" %}
- {% if current_person.properties.hide_api_certification_exam_course == false %}
-
- {% include "cards_course" with course %}
-
- {% endif %}
- {% else %}
- {% if course.id == "b3225a47-448d-4988-962a-18d37d6616d0" or course.id == "fdc8acdc-0b7c-4064-a52b-1955379d411b" %}
- {% unless course.progress == 100 %}
-
- {% include "cards_course" with course %}
-
- {% endunless %}
- {% else %}
-
- {% include "cards_course" with course %}
-
- {% endif %}
- {% endif %}
- {% endunless %}
- {% endfor %}
-
-{% else %}
- {% capture message %}
- {% t shared.zero_state.courses.catalog,
- key: current_school.course_vocabulary
- %}
- {% endcapture %}
- {% include "courses_zero_state", message: message %}
-{% endif %}
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_courses_index.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_courses_index.html.liquid
deleted file mode 100644
index fa21b83a..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_courses_index.html.liquid
+++ /dev/null
@@ -1,35 +0,0 @@
-{% if courses.enrolled.any? %}
-
- {% for course in courses.enrolled %}
- {% unless course.properties.is_article_course %}
- {% if course.id == "6cc26c57-34db-4b8e-a38b-ad321ce18add" or course.id == "ac4fbf2e-ed8f-404d-b995-f0ef73481466" %}
- {% if current_person.properties.hide_api_certification_exam_course == false %}
-
- {% include "cards_course" with course %}
-
- {% endif %}
- {% else %}
- {% if course.id == "b3225a47-448d-4988-962a-18d37d6616d0" or course.id == "fdc8acdc-0b7c-4064-a52b-1955379d411b" %}
- {% unless course.progress == 100 %}
-
- {% include "cards_course" with course %}
-
- {% endunless %}
- {% else %}
-
- {% include "cards_course" with course %}
-
- {% endif %}
-
- {% endif %}
- {% endunless %}
- {% endfor %}
-
-{% else %}
- {% capture message %}
- {% t shared.zero_state.courses.index,
- key: current_school.course_vocabulary
- %}
- {% endcapture %}
- {% include "courses_zero_state", message: message %}
-{% endif %}
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_courses_zero_state.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_courses_zero_state.html.liquid
deleted file mode 100644
index 26e371f7..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_courses_zero_state.html.liquid
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- {{ message }}
-
-
-
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_dashboard_ongoing_training.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_dashboard_ongoing_training.html.liquid
deleted file mode 100644
index ca9ce3e1..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_dashboard_ongoing_training.html.liquid
+++ /dev/null
@@ -1,191 +0,0 @@
-
-
-
- Ongoing Training
-
-
-
- {% if items.size > 0 %}
- {% assign ongoing_courses_count = 0 %}
-
-
- {% for course in items %}
- {% if course.properties.is_article_course == false %}
- {% if course.progress > 0 and course.progress < 100 %}
- {% assign ongoing_courses_count = ongoing_courses_count | plus: 1 %}
-
- {% include "cards_course_banner" with course %}
-
- {% endif %}
- {% endif %}
- {% endfor %}
-
-
-
- {% if ongoing_courses_count > 0 %}
-
- {% else %}
-
-
-
- Sorry, you don't have any ongoing training at this moment.
-
-
-
-
- {% endif %}
- {% else %}
-
-
- Sorry, you don't have any ongoing training at this moment.
-
-
-
-
- {% endif %}
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_filter_checkbox.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_filter_checkbox.html.liquid
deleted file mode 100644
index 5cbcbd07..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_filter_checkbox.html.liquid
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
- {{label}}
-
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_filter_dropdown.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_filter_dropdown.html.liquid
deleted file mode 100644
index e7a954bb..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_filter_dropdown.html.liquid
+++ /dev/null
@@ -1,33 +0,0 @@
-
-
-
- {% t shared.filters.filter %}
-
-
-
-
-
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_filter_select.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_filter_select.html.liquid
deleted file mode 100644
index d006c0df..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_filter_select.html.liquid
+++ /dev/null
@@ -1,22 +0,0 @@
-{% if params.q %}
-
-{% endif %}
-
-
- {{ label }}
-
-
-
- {% for filter in filters %}
-
- {{ filter.name }}
-
- {% endfor %}
-
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_footer.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_footer.html.liquid
deleted file mode 100644
index ff5fb4e0..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_footer.html.liquid
+++ /dev/null
@@ -1,108 +0,0 @@
-
-
-
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_head.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_head.html.liquid
deleted file mode 100644
index 7a45c8f9..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_head.html.liquid
+++ /dev/null
@@ -1,9 +0,0 @@
-{% styles default %}
-{% styles colors %}
-{% styles custom %}
-
-
-
-
-
-
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_header.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_header.html.liquid
deleted file mode 100644
index cae6d657..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_header.html.liquid
+++ /dev/null
@@ -1,454 +0,0 @@
-{% comment %}
-3p Sandbox Group UUID = 490ab1f6-9ac0-4d02-9234-07707bee700b
-Basic Sandbox Group UUID = 9f5c51a3-8e02-4b81-9e48-7ec3adff7c70
-{% endcomment %}
-
-{% assign basic_3p_user = false %}
-{% if current_person.groups.any? %}
- {% for group in current_person.groups %}
- {% if group.name contains "BASIC" %}
-
- {% assign basic_3p_user = true %}
- {% endif %}
- {% endfor %}
-{% endif %}
-{% comment %} This goes to replace the group.name if statement. Make sure you remove the endif {% endcomment %}
-{% comment %} {% if group.id == '9f5c51a3-8e02-4b81-9e48-7ec3adff7c70' or group.id == '490ab1f6-9ac0-4d02-9234-07707bee700b' %} {% endif %}{% endcomment %}
-
-
-
-
-
-
-{% include "messages" %}
-
-
-
-
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_header_minimal.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_header_minimal.html.liquid
deleted file mode 100644
index 6b72cdb2..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_header_minimal.html.liquid
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-{% include "messages" %}
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_homepage_featured.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_homepage_featured.html.liquid
deleted file mode 100644
index 88762c9f..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_homepage_featured.html.liquid
+++ /dev/null
@@ -1,222 +0,0 @@
-
-
-
-
-
- {{ homepage.featured_courses_headline }}
-
-
-
- {% if items.size > 0 %}
- {% assign featured_courses_count = 0 %}
-
-
- {% for course in items %}
- {% if course.properties.is_article_course %}
- {% assign is_featured = false %}
-
- {% for cat in course.categories %}
- {% assign cat_name = cat.name | downcase %}
- {% if cat_name == "featured" %}
- {% assign is_featured = true %}
- {% endif %}
- {% endfor %}
-
- {% if is_featured %}
- {% assign featured_courses_count = featured_courses_count | plus: 1 %}
-
-
- {% include "cards_article" with course %}
-
- {% endif %}
- {% endif %}
- {% endfor %}
-
-
-
- {% if featured_courses_count > 0 %}
-
- {% else %}
-
-
- Coming Soon!
-
-
-
- {% endif %}
- {% else %}
-
-
- Coming Soon!
-
-
-
- {% endif %}
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_homepage_inprogress_courses.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_homepage_inprogress_courses.html.liquid
deleted file mode 100644
index 24c22f40..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_homepage_inprogress_courses.html.liquid
+++ /dev/null
@@ -1,189 +0,0 @@
-
-
-
- Ongoing Training
-
-
-
- {% if items.size > 0 %}
- {% assign ongoing_courses_count = 0 %}
-
-
- {% for course in items %}
- {% if course.progress > 0 and course.progress < 100 %}
- {% assign ongoing_courses_count = ongoing_courses_count | plus: 1 %}
-
- {% include "cards_course_ongoing" with course %}
-
- {% endif %}
- {% endfor %}
-
-
-
- {% if ongoing_courses_count > 0 %}
-
- {% else %}
-
-
-
- Yikes! You don't have any ongoing training at this moment.
-
-
-
-
- {% endif %}
- {% else %}
-
-
- Yikes! You don't have any ongoing training at this moment.
-
-
-
-
- {% endif %}
-
-
-
-
-
-
-
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_homepage_ongoing_training.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_homepage_ongoing_training.html.liquid
deleted file mode 100644
index 59e6dcec..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_homepage_ongoing_training.html.liquid
+++ /dev/null
@@ -1,316 +0,0 @@
-
-
- {% if items.size > 0 %}
- {% assign new_courses_count = 0 %}
-
-
- {% for course in courses.enrolled %}
- {% if course.properties.is_article_course == false %}
- {% if course.started? == false %}
- {% assign new_courses_count = new_courses_count | plus: 1 %}
-
- {% include "cards_article" with course %}
-
- {% endif %}
- {% endif %}
- {% endfor %}
-
-
-
- {% if new_courses_count > 0 %}
-
- {% else %}
-
-
-
- You don't have any new training at this moment.
-
-
-
- {% endif %}
- {% else %}
-
-
- Coming Soon!
-
-
-
- {% endif %}
-
-
-
-
-
- Ongoing Training
-
-
-
- {% if items.size > 0 %}
- {% assign ongoing_courses_count = 0 %}
-
-
- {% for course in items %}
- {% if course.properties.is_article_course == false %}
- {% if course.progress > 0 and course.progress < 100 %}
- {% assign ongoing_courses_count = ongoing_courses_count | plus: 1 %}
-
- {% include "cards_course_ongoing" with course %}
-
- {% endif %}
- {% endif %}
- {% endfor %}
-
-
-
- {% if ongoing_courses_count > 0 %}
- {% else %}
-
-
-
- You don't have any ongoing training at this moment.
-
-
-
- {% endif %}
- {% else %}
-
-
- You don't have any ongoing training at this moment.
-
-
-
- {% endif %}
-
-
-
-
-
-
-
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_homepage_topics.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_homepage_topics.html.liquid
deleted file mode 100644
index 39314882..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_homepage_topics.html.liquid
+++ /dev/null
@@ -1,149 +0,0 @@
-
-
-
-
-
-
- {% for category in categories.in_catalog %}
- {% assign category_name = category.name | downcase %}
- {% if category_name != "featured" and category_name != "articles" %}
- {% assign cat_image = "" %}
-
- {% if category_name == "customer perception" %}
- {% assign cat_image = "https://s3.amazonaws.com/static.northpass.com/walmart-luminate/category-image-customer-perception.png" %}
- {% elsif category_name == "shopper behavior" %}
- {% assign cat_image = "https://s3.amazonaws.com/static.northpass.com/walmart-luminate/category-image-shopper-behavior.png" %}
- {% elsif category_name == "insights dashboard" %}
- {% assign cat_image = "https://s3.amazonaws.com/static.northpass.com/walmart-luminate/category-image-insights-dashboard.png" %}
- {% elsif category_name == "report builder" %}
- {% assign cat_image = "https://s3.amazonaws.com/static.northpass.com/walmart-luminate/category-image-report-builder.png" %}
- {% elsif category_name == "apis" %}
- {% assign cat_image = "https://s3.amazonaws.com/static.northpass.com/walmart-luminate/category-image-apis.png" %}
- {% elsif category_name == "know your store" %}
- {% assign cat_image = "https://s3.amazonaws.com/static.northpass.com/walmart-luminate/category-image-knowyourstore.png" %}
- {% elsif category_name == "metrics" %}
- {% assign cat_image = "https://s3.amazonaws.com/static.northpass.com/walmart-luminate/category-image-metrics.png" %}
- {% elsif category_name == "channel performance" %}
- {% assign cat_image = "https://s3.amazonaws.com/static.northpass.com/walmart-luminate/category-image-channel-performance.png" %}
- {% elsif category_name == "know your customer" %}
- {% assign cat_image = "https://s3.amazonaws.com/static.northpass.com/walmart-luminate/category-image-knowyourcustomer.png" %}
- {% elsif category_name == "advanced" %}
- {% assign cat_image = "https://s3.amazonaws.com/static.northpass.com/walmart-luminate/category-image-advanced.png" %}
- {% elsif category_name == "beginner" %}
- {% assign cat_image = "https://s3.amazonaws.com/static.northpass.com/walmart-luminate/category-image-beginner.png" %}
- {% endif %}
-
-
- {% comment %} {% if cat_image %}
-
- {% endif %} {% endcomment %}
- {% comment %}
- {{category.name}}
-
{% endcomment %}
- {{category.name}}
-
- {% endif %}
- {% endfor %}
-
-
-
-
-
-
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_banners.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_banners.html.liquid
deleted file mode 100644
index 11a1810c..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_banners.html.liquid
+++ /dev/null
@@ -1,5 +0,0 @@
-{% if learning_path.new_content_available? %}
- {% include "learning_path_new_content_banner" %}
-{% else %}
- {% include "learning_path_completed_banner" %}
-{% endif %}
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_certificate.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_certificate.html.liquid
deleted file mode 100644
index 3a282c5e..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_certificate.html.liquid
+++ /dev/null
@@ -1,17 +0,0 @@
-{% if learning_path.has_certificate? %}
- {% if learning_path.certificate_completed? %}
-
-
-
- {% include "learning_path_certificate_content" %}
-
-
- {% else %}
-
- {% include "learning_path_certificate_content" %}
-
- {% endif %}
-{% endif %}
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_certificate_content.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_certificate_content.html.liquid
deleted file mode 100644
index 3feafd59..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_certificate_content.html.liquid
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
-
- {% t .avatar_title %}
-
-
-
- {{ learning_path.certificate_name }}
-
- {% if learning_path.certificate_completed? %}
-
- {{ learning_path.certificate_issue_date | date: "%B %d, %Y" }}
-
- {% endif %}
-
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_completed_banner.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_completed_banner.html.liquid
deleted file mode 100644
index 31f72e2c..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_completed_banner.html.liquid
+++ /dev/null
@@ -1,87 +0,0 @@
-{% if learning_path.id == "fa4c61ac-e6cd-44dc-a8e0-9b95025968a5" %}
-
-
-
-
-
-
You earned it!
-
- Congratulations, you're Scintilla Replenishment Certified. Click the button below to add your accomplishment to LinkedIn!
-
-
-
-{% elsif learning_path.id == "f8ce6c73-a086-4e44-8b96-74883d7fae0e" %}
-
-
-
-
-
-
-
You earned it!
-
- Congratulations, you're Scintilla Sales Analysis Certified. Click the button below to add your accomplishment to LinkedIn!
-
-
-
-{% elsif learning_path.id == "33ef47b2-915d-4b57-b58e-dacfa34f5e3d" %}
-
-
-
-
-
-
You earned it!
-
- Congratulations, you're Scintilla Customer Insights Certified. Click the button below to add your accomplishment to LinkedIn!
-
-
-
-{% else %}
-
-
-
-
{% t .headline %}
-
{% t .description %}
-
-
-
-{% endif %}
-
-
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_course.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_course.html.liquid
deleted file mode 100644
index f85221eb..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_course.html.liquid
+++ /dev/null
@@ -1,141 +0,0 @@
-{% assign full_course_obj = "" %}
-{% for course_obj in courses.in_catalog %}
- {% if course_obj.id == course.id %}
- {% assign full_course_obj = course_obj %}
- {% endif %}
-{% endfor %}
-
-{% assign is_cert_category = false %}
-{% for category in learning_path.categories %}
- {% if category.name == 'Certifications' %}
- {% assign is_cert_category = true %}
- {% break %}
- {% endif %}
-{% endfor %}
-{% if learning_path.enrolled? and course.unlocked? %}
- {% if is_cert_category == true %}
-
-
-
-
-
-
- {{ course.name }}
-
- {% if course.instructors %}
-
- {{ course.instructors }}
-
- {% endif %}
-
- {% t shared.progress, count: course.progress %}
-
-
-
- {% if course.optional? %}
-
- {% t shared.optional %}
-
- {% endif %}
-
-
-{% else %}
-
-
-
-
-
-
- {{ course.name }}
-
- {% if course.instructors %}
-
- {{ course.instructors }}
-
- {% endif %}
-
- {{ full_course_obj.short_description }}
-
- {% if full_course_obj.properties.course_length %}
-
{{full_course_obj.properties.course_length}}
- {% endif %}
-
- {% t shared.progress, count: course.progress %}
-
-
-
- {% if course.optional? %}
-
- {% t shared.optional %}
-
- {% endif %}
-
-
- {% endif %}
-{% else %}
- {% if is_cert_category == true %}
-
-
-
-
-
- {{ course.name }}
-
- {% if course.optional? %}
-
- {% t shared.optional %}
-
- {% endif %}
-
-
-
-{% else %}
-
-
-
-
-
- {{ course.name }}
-
-
- {{ full_course_obj.short_description }}
-
- {% if full_course_obj.properties.course_length %}
-
{{full_course_obj.properties.course_length}}
- {% endif %}
-
- {% if course.optional? %}
-
- {% t shared.optional %}
-
- {% endif %}
-
-
- {% endif %}
-{% endif %}
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_description.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_description.html.liquid
deleted file mode 100644
index 6b1fb3a0..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_description.html.liquid
+++ /dev/null
@@ -1,6 +0,0 @@
-
- {% t .about %}
-
-
- {{ learning_path.description }}
-
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_desktop_content.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_desktop_content.html.liquid
deleted file mode 100644
index e9ca85d9..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_desktop_content.html.liquid
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
-
- {% include "learning_path_description" %}
- {% include "learning_path_instructors" %}
-
-
-
-
-
- {% include "learning_path_progress_and_cta" %}
-
- {% include "learning_path_outline" %}
-
-
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_desktop_header.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_desktop_header.html.liquid
deleted file mode 100644
index 6f4c112c..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_desktop_header.html.liquid
+++ /dev/null
@@ -1,12 +0,0 @@
-
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_desktop_view.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_desktop_view.html.liquid
deleted file mode 100644
index 488b7cc0..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_desktop_view.html.liquid
+++ /dev/null
@@ -1,35 +0,0 @@
-
-
-
-
-
- {% comment %}
-
{{learning_path.name}}
-
-
{% endcomment %}
- {% include "learning_path_description" %}
- {% include "learning_path_instructors" %}
-
-
-
-
- {% include "learning_path_progress_and_cta" %}
-
- {% include "learning_path_outline" %}
-
-
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_instructors.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_instructors.html.liquid
deleted file mode 100644
index a8342301..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_instructors.html.liquid
+++ /dev/null
@@ -1,26 +0,0 @@
-{% if learning_path.instructors.any? %}
-
-
- {% t shared.instructors %}
-
-
- {% for instructor in learning_path.instructors %}
-
-
-
-
- {{ instructor.name }}
-
-
- {{ instructor.title }}
-
-
-
- {% endfor %}
-
-
-{% endif %}
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_mobile_content.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_mobile_content.html.liquid
deleted file mode 100644
index 92ffd4c8..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_mobile_content.html.liquid
+++ /dev/null
@@ -1,19 +0,0 @@
-{% if learning_path.in_progress? %}
- {% include "learning_path_outline" %}
-
- {% include "learning_path_description" %}
-
-{% else %}
-
- {% include "learning_path_description" %}
-
-
- {% include "learning_path_outline" %}
-
-{% endif %}
-
-{% if learning_path.instructors.any? %}
-
- {% include "learning_path_instructors" %}
-
-{% endif %}
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_mobile_header.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_mobile_header.html.liquid
deleted file mode 100644
index 2bf66a5a..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_mobile_header.html.liquid
+++ /dev/null
@@ -1,17 +0,0 @@
-
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_mobile_view.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_mobile_view.html.liquid
deleted file mode 100644
index 556c742a..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_mobile_view.html.liquid
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-{% if learning_path.in_progress? %}
- {% include "learning_path_outline" %}
-
- {% include "learning_path_description" %}
-
-{% else %}
-
- {% include "learning_path_description" %}
-
-
- {% include "learning_path_outline" %}
-
-{% endif %}
-
-{% if learning_path.instructors.any? %}
-
- {% include "learning_path_instructors" %}
-
-{% endif %}
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_new_content_banner.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_new_content_banner.html.liquid
deleted file mode 100644
index 2bc02d46..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_new_content_banner.html.liquid
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
{% t .headline %}
-
{% t .description %}
-
- {% learning_path_next_step_button learning_path, class: "np-learning-path-banner-action np-learning-path-banner-action--primary" %}
- {% if learning_path.certificate_link %}
-
{% t .actions.view_certificate %}
- {% endif %}
-
-
-
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_outline.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_outline.html.liquid
deleted file mode 100644
index 22ddd573..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_outline.html.liquid
+++ /dev/null
@@ -1,10 +0,0 @@
-
- {% for item in learning_path.items %}
- {% if item.course? %}
- {% include "learning_path_course", course: item %}
- {% elsif item.training_event? %}
- {% include "learning_path_training_session", training_session: item %}
- {% endif %}
- {% endfor %}
- {% include "learning_path_certificate" %}
-
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_product_desktop_view.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_product_desktop_view.html.liquid
deleted file mode 100644
index 08cb6406..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_product_desktop_view.html.liquid
+++ /dev/null
@@ -1,22 +0,0 @@
-{% include "learning_path_desktop_header", learning_path: product %}
-
-
-
-
-
- {% include "learning_path_description", learning_path: product %}
- {% include "learning_path_instructors", learning_path: product %}
-
-
-
-
-
- {% include "product_price_and_cta"%}
-
- {% include "learning_path_product_outline" %}
-
-
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_product_mobile_view.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_product_mobile_view.html.liquid
deleted file mode 100644
index c42b6612..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_product_mobile_view.html.liquid
+++ /dev/null
@@ -1,34 +0,0 @@
-
-
- {% t shared.learning_path.title %}
-
-
-
-
-
-
- {{ product.name }}
-
-
-
- {% include "product_price_and_cta" %}
-
-
-
-
- {% include "learning_path_description", learning_path: product %}
-
-
-
- {% include "learning_path_product_outline" %}
-
-
-{% if product.instructors.any? %}
-
- {% include "learning_path_instructors", learning_path: product %}
-
-{% endif %}
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_product_outline.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_product_outline.html.liquid
deleted file mode 100644
index bf077377..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_product_outline.html.liquid
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
{% t .title %}
- {% for item in product.learning_path_items %}
- {% if item.course? %}
- {% include "product_outline_course", id: forloop.index %}
- {% elsif item.training_event? %}
- {% include "product_outline_event", id: forloop.index %}
- {% endif %}
- {% endfor %}
-
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_progress_and_cta.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_progress_and_cta.html.liquid
deleted file mode 100644
index 1d90a2a7..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_progress_and_cta.html.liquid
+++ /dev/null
@@ -1,20 +0,0 @@
-{% if learning_path.enrolled? %}
-
-
- {% t .progress %}
-
-
-
- {% t shared.progress, count: learning_path.progress %}
-
-
-{% endif %}
-
-{% learning_path_next_step_button learning_path, class: "np-top-button np-button-font-color np-button np-button-big" %}
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_summary_desktop_view.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_summary_desktop_view.html.liquid
deleted file mode 100644
index 05961c52..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_summary_desktop_view.html.liquid
+++ /dev/null
@@ -1,3 +0,0 @@
-{% include "learning_path_desktop_header" %}
-{% include "learning_path_banners" %}
-{% include "learning_path_desktop_content" %}
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_summary_mobile_view.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_summary_mobile_view.html.liquid
deleted file mode 100644
index f30a09eb..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_summary_mobile_view.html.liquid
+++ /dev/null
@@ -1,5 +0,0 @@
-
- {% include "learning_path_banners" %}
-
-{% include "learning_path_mobile_header" %}
-{% include "learning_path_mobile_content" %}
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_training_session.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_training_session.html.liquid
deleted file mode 100644
index f796cdf4..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_training_session.html.liquid
+++ /dev/null
@@ -1,53 +0,0 @@
-{% if learning_path.enrolled? and training_session.unlocked? %}
-
-
-
-
-
- {{ training_session.month }}
-
-
- {{ training_session.day }}
-
-
-
-
{{ training_session.name }}
-
{{ training_session.instructors }}
-
- {{ training_session.time }} {{ training_session.time_zone }}
-
-
-
- {% if training_session.optional? %}
-
- {% t shared.optional %}
-
- {% endif %}
-
-
-{% else %}
-
-
-
-
- {{ training_session.month }}
-
-
- {{ training_session.day }}
-
-
-
-
{{ training_session.name }}
-
{{ training_session.caption }}
-
- {% if training_session.optional? %}
-
- {% t shared.optional %}
-
- {% endif %}
-
-
-{% endif %}
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_paths_index.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_paths_index.html.liquid
deleted file mode 100644
index a4681210..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_paths_index.html.liquid
+++ /dev/null
@@ -1,14 +0,0 @@
-
- {% if items.any? %}
- {% for learning_path in items %}
- {% include "cards_learning_path" with learning_path %}
- {% endfor %}
- {% else %}
-
-
- {% t .empty %}
-
-
-
- {% endif %}
-
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_lps_in_progress.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_lps_in_progress.html.liquid
deleted file mode 100644
index 3edd4e86..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_lps_in_progress.html.liquid
+++ /dev/null
@@ -1,159 +0,0 @@
-
-
-
- Progress Tracker
-
-
-
-
-
-
- {% assign lps_in_progress_count = 0 %}
- {% assign enrolled_learning_paths = learning_paths.available | sort: "progress" | reverse %}
- {% for learning_path in enrolled_learning_paths %}
- {% if learning_path.progress > 0 %}
- {% assign lps_in_progress_count = lps_in_progress_count | plus: 1 %}
-
-
- {% include "cards_learning_path_progress" %}
-
-
- {% endif %}
- {% endfor %}
-
- {% if lps_in_progress_count == 0 %}
-
-
-
- You don't have any learning Paths in progress.
-
-
-
-
- {% endif %}
-
-
-
-
-
-
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_messages.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_messages.html.liquid
deleted file mode 100644
index 059fc568..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_messages.html.liquid
+++ /dev/null
@@ -1,19 +0,0 @@
-{% if messages.alert.size > 0 %}
-
-
- {% for message in messages.alert %}
-
{{ message }}
- {% endfor %}
-
-
-{% endif %}
-
-{% if messages.notice.size > 0 %}
-
-
- {% for message in messages.notice %}
-
{{ message }}
- {% endfor %}
-
-
-{% endif %}
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_nonbasic_group_users_homepage.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_nonbasic_group_users_homepage.html.liquid
deleted file mode 100644
index 7ac49dec..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_nonbasic_group_users_homepage.html.liquid
+++ /dev/null
@@ -1,27 +0,0 @@
-{% assign catalog_courses = courses.in_catalog %}
-
-
-
- {% include "homepage_featured", items: catalog_courses %}
- {% include "homepage_ongoing_training", items: catalog_courses %}
- {% include "lps_in_progress" %}
-
-
-
-
-
- Get Certified
-
- {% include "content_by_certificates" %}
-
-
-
-
-
-
-
-
-
-{% comment %} This endif is for the "if basic_3p_group" {% endcomment %}
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_product_expiration_date.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_product_expiration_date.html.liquid
deleted file mode 100644
index 2d4b898b..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_product_expiration_date.html.liquid
+++ /dev/null
@@ -1,7 +0,0 @@
-{% if date %}
- {% capture date_format %}{% t date.formats.short_humanized %}{% endcapture %}
- {% capture formatted_date %}{{ date | date: date_format }}{% endcapture %}
-
- {% t .label, date: formatted_date %}
-
-{% endif %}
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_product_outline.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_product_outline.html.liquid
deleted file mode 100644
index 4255455a..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_product_outline.html.liquid
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
- {% t .header.course %}
-
-
-
- {% for section in course.sections %}
-
-
- {{ section.name }}
-
-
- {% for activity in section.activities %}
-
-
- {% include "course_activity_locked" %}
-
-
- {% endfor %}
-
-
- {% endfor %}
-
-
-
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_product_outline_course.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_product_outline_course.html.liquid
deleted file mode 100644
index 594cc2de..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_product_outline_course.html.liquid
+++ /dev/null
@@ -1,82 +0,0 @@
-
-
-
-
-
- {{ item.name }}
-
-
-
- {% if item.instructors.any? %}
- {{ item.instructor_names }}
- {% endif %}
-
-
-
-
-
-
{% t shared.product_types.course %}
-
-
- {% t shared.buttons.expand %}
- {% t shared.buttons.collapse %}
-
-
-
-
-
-
-
{% t .about %}
-
{{ item.full_description }}
-
- {% if item.categories.any? %}
-
-
- {% t .categories %}
-
-
- {% for category in item.categories %}
-
- {{ category.name }}
-
- {% endfor %}
-
-
- {% endif %}
- {% if item.instructors.any? %}
-
-
- {% t shared.instructors %}
-
-
- {% for instructor in item.instructors %}
-
-
-
-
- {{ instructor.name }}
-
-
- {{ instructor.title }}
-
-
-
- {% endfor %}
-
-
- {% endif %}
-
-
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_product_outline_event.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_product_outline_event.html.liquid
deleted file mode 100644
index aaa38f41..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_product_outline_event.html.liquid
+++ /dev/null
@@ -1,49 +0,0 @@
-
-
- {% if item.available? %}
- {% if item.location %}
-
{{ item.location }} |
- {% endif %}
-
{{ item.time }} {{ item.time_zone }}, {{ item.date }}
-
{{ item.name }}
- {% else %}
-
{{ item.name }}
- {% endif %}
-
{{ item.caption }}
-
-
-
-
{{ item.formatted_type }}
-
-
- {% t shared.buttons.expand %}
- {% t shared.buttons.collapse %}
-
-
-
-
-
{% t .about %}
-
{{ item.description }}
-
- {% if item.instructors %}
-
-
- {% t shared.instructors %}
-
-
-
-
- {{ item.instructors }}
-
-
-
-
- {% endif %}
-
-
-
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_product_outline_lp.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_product_outline_lp.html.liquid
deleted file mode 100644
index 87106e09..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_product_outline_lp.html.liquid
+++ /dev/null
@@ -1,65 +0,0 @@
-
-
-
-
-
- {{ item.name }}
-
-
-
- {% if item.instructor_names %}
- {{ item.instructor_names }}
- {% endif %}
-
-
-
-
-
-
{% t shared.product_types.learning_path %}
-
-
- {% t shared.buttons.expand %}
- {% t shared.buttons.collapse %}
-
-
-
-
-
-
-
{% t .about %}
- {{ item.description }}
-
-
{% t .content %}
- {% for learning_path_item in item.learning_path_items %}
-
-
- {% if learning_path_item.course? %}
-
{{learning_path_item.name}}
-
{{learning_path_item.instructor_names}}
- {% elsif learning_path_item.training_event? %}
- {% if learning_path_item.available? %}
-
{{learning_path_item.name}}
-
{{ learning_path_item.time }} {{ learning_path_item.time_zone }}, {{ learning_path_item.date }}
- {% else %}
-
{{learning_path_item.name}}
-
{{ learning_path_item.caption }}
- {% endif %}
- {% endif %}
-
-
-
-
{{ learning_path_item.formatted_type }}
-
-
- {% endfor %}
-
-
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_product_price_and_cta.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_product_price_and_cta.html.liquid
deleted file mode 100644
index c0221597..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_product_price_and_cta.html.liquid
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
- {{ product.formatted_price }}
-
- {{ product.formatted_access_period}}
-
-
-
-
- {% commerce_add_to_cart product %}
- {% commerce_buy_more_access product %}
-
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_search_result.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_search_result.html.liquid
deleted file mode 100644
index c597ad2e..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_search_result.html.liquid
+++ /dev/null
@@ -1,37 +0,0 @@
-{% if result.type == "course" %}
- {% unless result.course.id == "fdc8acdc-0b7c-4064-a52b-1955379d411b" or result.course.id == "b3225a47-448d-4988-962a-18d37d6616d0" %}
-
-
-
-
-
-
-
{{result.course.short_description}}
-
-
-
- {% for course in catalog_courses %}
- {% if course.id == result.course.id %}
- {% for cat in course.categories %}
- {% assign cat_name = cat.name | upcase %}
- {% unless cat_name == "FEATURED" or cat_name == "ARTICLES" %}
-
{{cat.name}}
- {% endunless %}
- {% endfor %}
- {% endif %}
- {% endfor %}
-
-
-
-
-
- {% endunless %}
-{% endif %}
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_search_zero_state.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_search_zero_state.html.liquid
deleted file mode 100644
index 4e52c6fb..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_search_zero_state.html.liquid
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-
-
- {% t .nothing_found %}
-
-
- {% t .empty %}
-
-
-
-
-
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_sub_navigation.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_sub_navigation.html.liquid
deleted file mode 100644
index 17e93188..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_sub_navigation.html.liquid
+++ /dev/null
@@ -1,54 +0,0 @@
-
-
- {% for link in navigations.sub_navigation %}
-
- {% endfor %}
-
-
-
-
-
-
-
-
-
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_event_desktop_view.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_event_desktop_view.html.liquid
deleted file mode 100644
index 76ac434a..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_event_desktop_view.html.liquid
+++ /dev/null
@@ -1,42 +0,0 @@
-
-
-
-
-
-
- {% include "training_session_status" %}
- {% include "training_session_date" %}
-
-
- {% include "training_session_details" %}
-
-
-
-
- {% include "training_session_description" %}
-
-
-
-
-
-
- {% t shared.more_sessions %}
-
- {% if training_event.sessions.size > 1 %}
- {% include "training_session_more_sessions" %}
- {% else %}
-
-
-
- {% t .empty %}
-
-
- {% endif %}
-
-
-
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_event_mobile_view.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_event_mobile_view.html.liquid
deleted file mode 100644
index f6a7b959..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_event_mobile_view.html.liquid
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
-
- {% include "training_session_status" %}
- {% include "training_session_date" %}
- {% include "training_session_details" %}
- {% include "training_session_description" %}
-
-
- {% if training_event.sessions.size > 1 %}
-
-
-
- {% t shared.more_sessions %}
-
- {% include "training_session_more_sessions" %}
-
-
- {% endif %}
-
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_event_preview_desktop_view.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_event_preview_desktop_view.html.liquid
deleted file mode 100644
index be9b996a..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_event_preview_desktop_view.html.liquid
+++ /dev/null
@@ -1,42 +0,0 @@
-
-
-
-
-
-
- {% include "training_session_status" %}
- {% include "training_session_date" %}
-
-
- {% include "training_session_details" %}
-
-
-
-
- {% include "training_session_description" %}
-
-
-
-
-
-
- {% t shared.more_sessions %}
-
- {% if training_event.sessions.size > 0 %}
- {% include "training_event_preview_more_sessions" %}
- {% else %}
-
-
-
- {% t themes.default._training_event_desktop_view.empty %}
-
-
- {% endif %}
-
-
-
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_event_preview_mobile_view.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_event_preview_mobile_view.html.liquid
deleted file mode 100644
index 84323a09..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_event_preview_mobile_view.html.liquid
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
-
- {% include "training_session_status" %}
- {% include "training_session_date" %}
- {% include "training_session_details" %}
- {% include "training_session_description" %}
-
-
- {% if training_event.sessions.size > 0 %}
-
-
-
- {% t shared.more_sessions %}
-
- {% include "training_event_preview_more_sessions" %}
-
-
- {% endif %}
-
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_event_preview_more_sessions.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_event_preview_more_sessions.html.liquid
deleted file mode 100644
index a81c888a..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_event_preview_more_sessions.html.liquid
+++ /dev/null
@@ -1,3 +0,0 @@
-{% for session in training_event.sessions %}
- {% include "training_event_preview_session_tile", current_session: training_session %}
-{% endfor %}
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_event_preview_session_tile.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_event_preview_session_tile.html.liquid
deleted file mode 100644
index 7a09cc33..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_event_preview_session_tile.html.liquid
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
-
-
- {{ session.month }} {{ session.day }}, {{ session.year }}
-
-
- {{ session.time_period }} {{ session.time_zone }}
-
-
-
-
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_events_dashboard.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_events_dashboard.html.liquid
deleted file mode 100644
index 7aeb19ce..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_events_dashboard.html.liquid
+++ /dev/null
@@ -1,9 +0,0 @@
-
- {% if training_events.enrolled.any? %}
- {% for training_event in training_events.enrolled %}
- {% include "cards_training_event" with training_event %}
- {% endfor %}
- {% else %}
- {% include "training_events_zero_state" %}
- {% endif %}
-
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_events_filter.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_events_filter.html.liquid
deleted file mode 100644
index d4892278..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_events_filter.html.liquid
+++ /dev/null
@@ -1,53 +0,0 @@
-
-
-
- {% t shared.filters.filter %}
-
-
-
-
-
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_events_index.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_events_index.html.liquid
deleted file mode 100644
index ff93b1c8..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_events_index.html.liquid
+++ /dev/null
@@ -1,13 +0,0 @@
-
- {% if training_events.available.any? %}
-
- {% for training_event in training_events.available %}
-
- {% include "cards_training_event" with training_event %}
-
- {% endfor %}
-
- {% else %}
- {% include "training_events_zero_state" %}
- {% endif %}
-
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_events_zero_state.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_events_zero_state.html.liquid
deleted file mode 100644
index 076b789e..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_events_zero_state.html.liquid
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
- {% t .empty %}
-
-
-
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_session_calendars.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_session_calendars.html.liquid
deleted file mode 100644
index 6c758b73..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_session_calendars.html.liquid
+++ /dev/null
@@ -1,52 +0,0 @@
-
-
- {% t .add_to_calendar %}
-
-
-
-
-
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_session_cta.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_session_cta.html.liquid
deleted file mode 100644
index d777c5f6..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_session_cta.html.liquid
+++ /dev/null
@@ -1,53 +0,0 @@
-{% if training_session.approved? %}
-
-
- {% t .registered %}
-
-{% elsif training_session.pending? %}
-
- {% t .pending %}
-
-{% elsif training_session.denied? %}
-
- {% t .denied %}
-
-{% elsif training_session.too_late? %}
-
- {% t .too_late %}
-
-{% elsif training_session.no_seats? %}
-
- {% t .no_seats %}
-
-{% endif %}
-
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_session_date.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_session_date.html.liquid
deleted file mode 100644
index 48694035..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_session_date.html.liquid
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
- {{ training_session.day }}
-
-
-
- {{ training_session.month }}
-
-
- {{ training_session.year }}
-
-
-
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_session_description.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_session_description.html.liquid
deleted file mode 100644
index 73be4cf4..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_session_description.html.liquid
+++ /dev/null
@@ -1,6 +0,0 @@
-
- {% t .header %}
-
-
- {{ training_event.description }}
-
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_session_desktop_view.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_session_desktop_view.html.liquid
deleted file mode 100644
index 5c1abfec..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_session_desktop_view.html.liquid
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
-
-
- {% include "training_session_details" %}
-
-
- {% include "training_session_cta" %}
-
-
-
-
- {% include "training_session_description" %}
-
-
-
-
-
-
- {% t shared.more_sessions %}
-
- {% if training_event.sessions.size > 1 %}
- {% include "training_session_more_sessions" %}
- {% else %}
-
-
-
- {% t .empty %}
-
-
- {% endif %}
-
-
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_session_details.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_session_details.html.liquid
deleted file mode 100644
index ae23b7ac..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_session_details.html.liquid
+++ /dev/null
@@ -1,24 +0,0 @@
-
- {% include "training_session_date" %}
-
-
-
- {{ training_session.time_period }} {{ training_session.time_zone }}
-
-
- {% if training_session.location %}
-
-
- {{ training_session.location }}
-
- {% endif %}
-
- {% if training_session.session_url %}
-
- {% endif %}
-
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_session_header.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_session_header.html.liquid
deleted file mode 100644
index 10434cfa..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_session_header.html.liquid
+++ /dev/null
@@ -1,10 +0,0 @@
-
- {% t shared.event_types, key: training_event.event_type %}
-
-
-
-
-
-
- {{ training_event.title }}
-
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_session_mobile_view.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_session_mobile_view.html.liquid
deleted file mode 100644
index 00455d4e..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_session_mobile_view.html.liquid
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
- {% include "training_session_header" %}
-
- {% include "training_session_details" %}
-
- {% include "training_session_cta" %}
-
-
-
-
- {% include "training_session_description" %}
-
-
-{% if training_event.sessions.size > 1 %}
-
-
- {% t shared.more_sessions %}
-
- {% include "training_session_more_sessions" %}
-
-{% endif %}
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_session_more_sessions.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_session_more_sessions.html.liquid
deleted file mode 100644
index 6cfafa87..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_session_more_sessions.html.liquid
+++ /dev/null
@@ -1,3 +0,0 @@
-{% for session in training_event.sessions %}
- {% include "training_session_tile", current_session: training_session %}
-{% endfor %}
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_session_status.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_session_status.html.liquid
deleted file mode 100644
index 75116282..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_session_status.html.liquid
+++ /dev/null
@@ -1,6 +0,0 @@
-
- {% if training_session.approved? %}
-
- {% endif %}
- {{ training_session.status.label }}
-
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_session_tile.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_session_tile.html.liquid
deleted file mode 100644
index e5ad8714..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_session_tile.html.liquid
+++ /dev/null
@@ -1,17 +0,0 @@
-{% if current_session.id != session.id %}
-
-
-
-
- {{ session.month }} {{ session.day }}, {{ session.year }}
-
-
- {{ session.time_period }} {{ session.time_zone }}
-
-
-
-
-{% endif %}
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/account.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/account.html.liquid
deleted file mode 100644
index 2ad5d917..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/account.html.liquid
+++ /dev/null
@@ -1,14 +0,0 @@
-{% include "header" %}
-
-
-
- {% include "account_mobile_view", form: form %}
-
-
-
- {% include "account_desktop_view", form: form %}
-
-
-
-{% include "footer" %}
-
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/articles.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/articles.html.liquid
deleted file mode 100644
index b05904af..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/articles.html.liquid
+++ /dev/null
@@ -1,36 +0,0 @@
-{% include "header" %}
-{% include "sub_navigation" %}
-
-
- {% if courses.in_catalog.any? %}
-
- {% for course in courses.in_catalog %}
- {% if course.properties.is_article_course %}
- {% if course.id == "b3225a47-448d-4988-962a-18d37d6616d0" or course.id == "fdc8acdc-0b7c-4064-a52b-1955379d411b" %}
- {% unless course.progress == 100 %}
-
- {% include "cards_article" with course %}
-
- {% endunless %}
- {% else %}
-
- {% include "cards_article" with course %}
-
- {% endif %}
- {% endif %}
- {% endfor %}
-
- {% else %}
- {% capture message %}
- {% t shared.zero_state.courses.catalog
- , key: current_school.course_vocabulary %}
- {% endcapture %}
- {% include "courses_zero_state", message: message %}
- {% endif %}
-
-{% include "footer" %}
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/auth_url_email.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/auth_url_email.html.liquid
deleted file mode 100644
index a413959c..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/auth_url_email.html.liquid
+++ /dev/null
@@ -1,59 +0,0 @@
-
-
- {% include "header_minimal" %}
-
-
-
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/auth_url_employee.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/auth_url_employee.html.liquid
deleted file mode 100644
index c8d8adf7..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/auth_url_employee.html.liquid
+++ /dev/null
@@ -1,59 +0,0 @@
-
-
- {% include "header_minimal" %}
-
-
-
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/auth_url_phone_number.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/auth_url_phone_number.html.liquid
deleted file mode 100644
index aafae119..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/auth_url_phone_number.html.liquid
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
- {% include "header_minimal" %}
-
-
-
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/auth_url_terms.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/auth_url_terms.html.liquid
deleted file mode 100644
index a7087db2..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/auth_url_terms.html.liquid
+++ /dev/null
@@ -1,74 +0,0 @@
-
-
- {% include "header_minimal" %}
-
-
-
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/bundle_product.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/bundle_product.html.liquid
deleted file mode 100644
index 734327e5..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/bundle_product.html.liquid
+++ /dev/null
@@ -1,10 +0,0 @@
-{% include "header" %}
-
-
- {% include "bundle_product_desktop_view" %}
-
-
- {% include "bundle_product_mobile_view" %}
-
-
-{% include "footer" %}
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/catalog.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/catalog.html.liquid
deleted file mode 100644
index d7b380b8..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/catalog.html.liquid
+++ /dev/null
@@ -1,23 +0,0 @@
-{% include "header" %}
-{% include "course_version_outdated_alert", courses: courses.in_catalog %}
-{% include "sub_navigation" %}
-
-
- {% include "courses_catalog" %}
-
-{% include "footer" %}
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/certifications.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/certifications.html.liquid
deleted file mode 100644
index 8464f8ca..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/certifications.html.liquid
+++ /dev/null
@@ -1,33 +0,0 @@
-{% include "header" %}
-{% include "sub_navigation" %}
-
-
-
- {% for learning_path in learning_paths.available %}
- {% for category in learning_path.categories %}
- {% if category.name == 'Certifications' %}
- {% include "cards_learning_path" %}
-
- {% else %}
- {% endif %}
- {% endfor %}
- {% endfor %}
-{% comment %}
-
-
-
-
- {{ custom_page.content }}
-
-
-
-
-
- {% endcomment %}
-
-{% include "footer" %}
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/commerce_cart.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/commerce_cart.html.liquid
deleted file mode 100644
index 2f75af33..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/commerce_cart.html.liquid
+++ /dev/null
@@ -1,7 +0,0 @@
-{% include "header" %}
-
-
- {% commerce_cart %}
-
-
-{% include "footer" %}
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/commerce_catalog.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/commerce_catalog.html.liquid
deleted file mode 100644
index 94d32dfa..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/commerce_catalog.html.liquid
+++ /dev/null
@@ -1,28 +0,0 @@
-{% include "header" %}
-{% include "course_version_outdated_alert", courses: courses.in_catalog %}
-{% include "sub_navigation" %}
-
-
- {% if catalog.any? %}
-
- {% for item in catalog.items %}
-
- {% include "cards_catalog_item" with item %}
-
- {% endfor %}
-
- {% else %}
- {% capture message %}
- {% t shared.zero_state.courses.catalog,
- key: current_school.course_vocabulary
- %}
- {% endcapture %}
- {% include "courses_zero_state", message: message %}
- {% endif %}
-
-{% include "footer" %}
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/commerce_checkout.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/commerce_checkout.html.liquid
deleted file mode 100644
index 96d540b6..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/commerce_checkout.html.liquid
+++ /dev/null
@@ -1,7 +0,0 @@
-{% include "header" %}
-
-
- {% commerce_checkout %}
-
-
-{% include "footer" %}
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/commerce_order_details.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/commerce_order_details.html.liquid
deleted file mode 100644
index a12b7245..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/commerce_order_details.html.liquid
+++ /dev/null
@@ -1,7 +0,0 @@
-{% include "header" %}
-
-
- {% commerce_order_details %}
-
-
-{% include "footer" %}
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/commerce_order_history.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/commerce_order_history.html.liquid
deleted file mode 100644
index 031f5eac..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/commerce_order_history.html.liquid
+++ /dev/null
@@ -1,8 +0,0 @@
-{% include "header" %}
-{% include "account_tabs" %}
-
-
- {% commerce_order_history %}
-
-
-{% include "footer" %}
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/commerce_redeem.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/commerce_redeem.html.liquid
deleted file mode 100644
index 58260bac..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/commerce_redeem.html.liquid
+++ /dev/null
@@ -1,7 +0,0 @@
-{% include "header" %}
-
-
- {% commerce_redeem %}
-
-
-{% include "footer" %}
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/commerce_return.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/commerce_return.html.liquid
deleted file mode 100644
index e8ea847b..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/commerce_return.html.liquid
+++ /dev/null
@@ -1,7 +0,0 @@
-{% include "header" %}
-
-
- {% commerce_return %}
-
-
-{% include "footer" %}
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/course.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/course.html.liquid
deleted file mode 100644
index c513f5d2..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/course.html.liquid
+++ /dev/null
@@ -1,63 +0,0 @@
-{% if course.properties.skip_course_cover_page or course.properties.is_article_course %}
- {% if course.enrolled? %}
-
- {% else %}
-
- {% endif %}
-{% else %}
- {% include "header" %}
-
-
- {% include "course_desktop_view" %}
-
-
- {% include "course_mobile_view" %}
-
-
- {% include "footer" %}
-{% endif %}
-
-
-
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/course_product.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/course_product.html.liquid
deleted file mode 100644
index 05e06883..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/course_product.html.liquid
+++ /dev/null
@@ -1,10 +0,0 @@
-{% include "header" %}
-
-
- {% include "course_product_desktop_view" %}
-
-
- {% include "course_product_mobile_view" %}
-
-
-{% include "footer" %}
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/courses.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/courses.html.liquid
deleted file mode 100644
index ef34b59a..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/courses.html.liquid
+++ /dev/null
@@ -1,11 +0,0 @@
-{% include "header" %}
-{% include "course_version_outdated_alert", courses: courses.enrolled %}
-{% include "sub_navigation" %}
-
-
- {% t shared.course_vocabulary.plural, key: current_school.course_vocabulary %}
-
- {% t .headline, key: current_school.course_vocabulary %}
- {% include "courses_index", class: "col-xs-12 col-sm-6 col-lg-4 np-stretch-content" %}
-
-{% include "footer" %}
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/dashboard.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/dashboard.html.liquid
deleted file mode 100644
index c9f64338..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/dashboard.html.liquid
+++ /dev/null
@@ -1,28 +0,0 @@
-{% include "header" %}
-{% include "course_version_outdated_alert", courses: courses.enrolled %}
-{% include "sub_navigation" %}
-
-
-
- {% if features.learning_paths? %}
-
- {% t shared.learning_paths %}
-
- {% include "learning_paths_index", items: learning_paths.enrolled %}
- {% endif %}
-
- {% t shared.course_vocabulary.plural, key: current_school.course_vocabulary %}
-
- {% include "courses_index", class: "col-xs-12 col-sm-6 np-stretch-content" %}
-
- {% if features.training_events? %}
-
-
- {% t .upcoming_events %}
-
- {% include "training_events_dashboard" %}
-
- {% endif %}
-
-
-{% include "footer" %}
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/forgot_password.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/forgot_password.html.liquid
deleted file mode 100644
index 3d65513f..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/forgot_password.html.liquid
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
- {% include "header_minimal" %}
-
-
-
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/homepage.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/homepage.html.liquid
deleted file mode 100644
index 916c8246..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/homepage.html.liquid
+++ /dev/null
@@ -1,540 +0,0 @@
-
-
-{% assign catalog_courses = courses.in_catalog %}
-
-{% assign survey_courses = "" %}
-{% assign survey_course_completed = false %}
- {% if current_school.id == "10183441-2254-4b1e-a9f7-9549ca773257" %}
- {% comment %} LIVE SCHOOL {% endcomment %}
- {% assign survey_course = catalog_courses | where: "id", "b3225a47-448d-4988-962a-18d37d6616d0" %}
- {% elsif current_school.id == "804edb32-c300-42f3-82b7-e5d55fcbc2a6" %}
- {% comment %} SANDBOX SCHOOL {% endcomment %}
- {% assign survey_course = catalog_courses | where: "id", "fdc8acdc-0b7c-4064-a52b-1955379d411b" %}
-{% endif %}
-
-{% for course in survey_course %}
- {% if course.progress == 100 %}
- {% assign survey_course_completed = true %}
- {% endif %}
-{% endfor %}
-
-{% include "header" %}
-
-
-
-
-
- {{ homepage.headline }}
-
-
-
- {{ homepage.subheadline }}
-
- {% unless basic_3p_user %}
-
- {% endunless %}
-
-
-
-
-
-
- {% if basic_3p_user %}
-
- {% assign enrolled_courses = courses.enrolled %}
- {% include "basic_group_homepage", items: enrolled_courses %}
-
- {% else %}
-
- {% include "sub_navigation" %}
- {% include "nonbasic_group_users_homepage" %}
- {% include "homepage_topics" %}
-
-
- {% endif %}
-
-{% include "footer" %}
-
-
-
-
-{% if current_person.signed_in? %}
- {% unless current_person.email contains "+preview" %}
- {% if current_person.properties.first_time_user_popup_seen == false %}
-
- {% elsif current_person.properties.first_time_user_popup_seen == true %}
-
- {% else %}
-
- {% endif %}
- {% endunless %}
-{% endif %}
-
-
-
-
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/learning_path.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/learning_path.html.liquid
deleted file mode 100644
index 29fb2013..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/learning_path.html.liquid
+++ /dev/null
@@ -1,123 +0,0 @@
-{% include "header" %}
-
-
- {% include "learning_path_desktop_view" %}
-
-
- {% include "learning_path_mobile_view" %}
-
-
-{% include "footer" %}
-
-
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/learning_path_product.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/learning_path_product.html.liquid
deleted file mode 100644
index 3d613e2a..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/learning_path_product.html.liquid
+++ /dev/null
@@ -1,10 +0,0 @@
-{% include "header" %}
-
-
- {% include "learning_path_product_desktop_view" %}
-
-
- {% include "learning_path_product_mobile_view" %}
-
-
-{% include "footer" %}
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/learning_path_summary.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/learning_path_summary.html.liquid
deleted file mode 100644
index 99ae32ed..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/learning_path_summary.html.liquid
+++ /dev/null
@@ -1,10 +0,0 @@
-{% include "header" %}
-
-
- {% include "learning_path_summary_desktop_view" %}
-
-
- {% include "learning_path_summary_mobile_view" %}
-
-
-{% include "footer" %}
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/learning_paths.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/learning_paths.html.liquid
deleted file mode 100644
index e6e10cba..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/learning_paths.html.liquid
+++ /dev/null
@@ -1,14 +0,0 @@
-{% include "header" %}
-{% include "sub_navigation" %}
-
-
-
- {% t shared.learning_paths %}
-
-
- {% t .subtitle %}
-
- {% include "learning_paths_index", items: learning_paths.available %}
-
-
-{% include "footer" %}
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/login.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/login.html.liquid
deleted file mode 100644
index bde185dd..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/login.html.liquid
+++ /dev/null
@@ -1,53 +0,0 @@
-
-
- {% include "header_minimal" %}
-
-
-
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/master.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/master.html.liquid
deleted file mode 100644
index 63345068..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/master.html.liquid
+++ /dev/null
@@ -1 +0,0 @@
-{% body %}
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/not_found.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/not_found.html.liquid
deleted file mode 100644
index 91c76e4b..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/not_found.html.liquid
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/private_certificate.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/private_certificate.html.liquid
deleted file mode 100644
index 15d05419..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/private_certificate.html.liquid
+++ /dev/null
@@ -1,10 +0,0 @@
-{% include "header" %}
-{% include "certificates_top_bar" %}
-
-
-
- {% include "certificates_preview" %}
- {% include "certificates_info_column" %}
-
-
-
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/public_certificate.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/public_certificate.html.liquid
deleted file mode 100644
index 15d05419..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/public_certificate.html.liquid
+++ /dev/null
@@ -1,10 +0,0 @@
-{% include "header" %}
-{% include "certificates_top_bar" %}
-
-
-
- {% include "certificates_preview" %}
- {% include "certificates_info_column" %}
-
-
-
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/reset_password.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/reset_password.html.liquid
deleted file mode 100644
index 281c6eaa..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/reset_password.html.liquid
+++ /dev/null
@@ -1,43 +0,0 @@
-
-
- {% include "header_minimal" %}
-
-
-
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/search.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/search.html.liquid
deleted file mode 100644
index 285f4461..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/search.html.liquid
+++ /dev/null
@@ -1,72 +0,0 @@
-{% include "header" %}
-{% include "sub_navigation" %}
-
-
- {% t .title %}
-
-
- {% if results.items.any? %}
- {% render "search_result" for results.items as result, catalog_courses: courses.in_catalog %}
- {% else %}
- {% include "search_zero_state" %}
- {% endif %}
-
-{% include "footer" %}
-
-{% if current_person.properties.hide_api_certification_exam_course == true %}
-
-{% endif %}
-
-
-
-
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/server_error.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/server_error.html.liquid
deleted file mode 100644
index 37899ae0..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/server_error.html.liquid
+++ /dev/null
@@ -1,23 +0,0 @@
-{% comment %}
-
- {% t .headline %}
-
-
-
-
{% endcomment %}
-
-
-
-
-
-
-
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/sign_up.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/sign_up.html.liquid
deleted file mode 100644
index 7a903da4..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/sign_up.html.liquid
+++ /dev/null
@@ -1,72 +0,0 @@
-
-
- {% include "header_minimal" %}
-
-
-
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/styles.css.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/styles.css.liquid
deleted file mode 100644
index bad962cb..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/styles.css.liquid
+++ /dev/null
@@ -1,628 +0,0 @@
-@font-face {
- font-family: "Bogle";
- src: url(https://s3.amazonaws.com/static.northpass.com/fonts/Bogle_Regular.OTF);
- font-weight: 400;
-}
-
-@font-face {
- font-family: "Bogle";
- src: url(https://s3.amazonaws.com/static.northpass.com/fonts/Bogle_Italic.OTF);
- font-weight: 400;
- font-style: italic;
-}
-
-@font-face {
- font-family: "Bogle";
- src: url(https://s3.amazonaws.com/static.northpass.com/fonts/Bogle_Medium.otf);
- font-weight: 500;
-}
-
-@font-face {
- font-family: "Bogle";
- src: url(https://s3.amazonaws.com/static.northpass.com/fonts/Bogle_Medium_Italic.otf);
- font-weight: 500;
- font-style: italic;
-}
-
-@font-face {
- font-family: "Bogle";
- src: url(https://s3.amazonaws.com/static.northpass.com/fonts/Bogle_Bold.OTF);
- font-weight: 700;
-}
-
-@font-face {
- font-family: "Bogle";
- src: url(https://s3.amazonaws.com/static.northpass.com/fonts/Bogle_Bold_Italic.OTF);
- font-weight: 700;
- font-style: italic;
-}
-
-@font-face {
- font-family: "Bogle";
- src: url(https://s3.amazonaws.com/static.northpass.com/fonts/Bogle_Black.OTF);
- font-weight: 900;
-}
-
-@font-face {
- font-family: "Bogle";
- src: url(https://s3.amazonaws.com/static.northpass.com/fonts/Bogle_Black_Italic.OTF);
- font-weight: 900;
- font-style: italic;
-}
-
-body,
-html {
- font-family: "Bogle", "Roboto", sans-serif;
- background: #fff;
- color: #333;
-}
-
-.np-certificate-top-bar-spacing {
- margin-top: 68px;
-}
-
-.np-dashboard,
-.np-learning-paths {
- background-color: #fff;
-}
-
-.np-card-container {
- box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
-}
-
-.np-resource-title,
-.np-dashboard-resources-title {
- color: #333;
- font-weight: 400;
- font-size: 24px;
- line-height: 32px;
-}
-
-.np-dashboard .np-dashboard-resources-title {
- margin-bottom: 20px;
- text-transform:capitalize;
-}
-
-.np-resource-subtitle {
- color: #333;
-}
-
-.np-max-width {
- max-width: 1380px;
-}
-
-.np-button {
- min-width: 80px;
- border-radius: 30px;
- padding: 10px 24px;
- font-size: 14px;
- font-weight: 700;
- transition: background-color 0.2s;
-}
-
-.np-button:focus {
- border: 2px solid #979797;
- box-shadow: 0px 0px 10px 0px #0000001a;
-}
-
-.np-button:disabled,
-.np-button:hover:disabled {
- background-color: #6d6e71;
-}
-
-.np-alert-info {
- background-color: #ebe8f3;
- color: #3c228a;
-}
-
-.np-card-ribbon {
- background-color: #3c228a;
- box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
- text-transform: none;
- padding: 6px 10px;
- border-radius: 20px;
- font-size: 12px;
- min-width: 50px;
- text-align: center;
-}
-
-.np-learning-paths-resources-container {
- margin-bottom: 50px;
-}
-
-.np-zero-state-text {
- color: #333;
-}
-
-.np-dashboard-resources-title {
- margin-bottom: 8px;
- color: #333;
-}
-
-.np-learning-paths-resources-container,
-.np-dashboard-resources-container {
- border: 2px solid #dadce0;
- border-radius: 8px;
-}
-
-.tns-nav {
- display: flex;
- justify-content: center;
- margin-top: 16px;
-}
-
-.tns-nav button {
- width: 7px;
- height: 7px;
- border-radius: 50%;
- background-color: #000;
- border: none;
- margin: 0 6px;
- -webkit-appearance: none;
- padding: 0;
- opacity: 0.3;
-}
-
-.tns-nav button.tns-nav-active {
- opacity: 1;
-}
-
-.np-section-header {
- font-size: 24px;
- line-height: 24px;
- margin-bottom: 32px;
-}
-
-.see-more-wrapper {
- display: flex;
- justify-content: flex-end;
- margin-top: 8px;
- width: 100%;
- align-items: flex-end;
-}
-
-.see-more-wrapper a {
- color: #3c228a;
-}
-
-.progress-ring circle {
- stroke-linecap: round;
-}
-.progress-ring text {
- font-size: 32px;
- font-weight: 700;
-}
-.progress-ring__circle {
- transition: stroke-dashoffset 0.35s;
- transform: rotate(-90deg);
- transform-origin: center;
-}
-
-.np-progress-circle-label {
- text-transform: uppercase;
- font-size: 0.875rem;
- margin-top: 1rem;
-}
-
-@media (min-width: 768px) {
- .tns-nav {
- display: none;
- }
-
- .np-section-header {
- font-size: 32px;
- line-height: 40px;
- margin-bottom: 40px;
- }
-
- .np-resource-title,
- .np-dashboard-resources-title {
- font-size: 32px;
- line-height: 40px;
- }
-}
-
-/* STICKY HEADER & SUBNAV */
-.np-header {
- height: 64px;
- transition: all 0.2s;
- position: fixed;
- top: 0;
- left: 0;
- width: 100%;
- z-index: 50;
- box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
-}
-
-.np-main {
- padding-top: 64px;
-}
-
-.np-sub-navigation:not(.homepage-nav):not(.np-page-container) {
- position: fixed;
- top: 64px;
- left: 0;
- width: 100%;
- background-color: #fff;
- box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
- padding-top: 0px;
- margin-bottom: 0;
- z-index: 49;
-}
-
-.np-sub-navigation.fixed {
- position: fixed;
- top: 64px;
- left: 0;
- width: 100%;
- box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
- z-index: 49;
- padding-top: 0;
- margin-bottom: 0;
-}
-
-@media (min-width: 768px) {
- .np-main:not(.np-homepage):not(.np-page-container) {
- padding-top: 200px;
- }
-
- .np-header {
- box-shadow: none;
- }
-}
-
-/* COVER PAGES */
-.np-resource-header-card {
- box-shadow: none;
-}
-
-.np-back-button .np-icon-back {
- color: #333;
-}
-
-.np-top-cta-progress-title {
- color: #59697b;
-}
-
-.np-learning-path-outline-item .np-card-content {
- padding: 18px;
-}
-
-.np-optional-ribbon {
- background-color: rgba(60, 34, 138, 0.1);
- color: #3c228a;
-}
-.np-learning-path-outline-name {
- font-weight: 700;
-}
-
-.np-learning-path-outline-progress.np-color-success {
- color: #3c228a;
-}
-
-#learning-path-desktop .np-top-image {
- border-bottom-left-radius: 0;
- border-bottom-right-radius: 0;
-}
-
-/* COURSE CARDS */
-
-a.np-card {
- text-decoration: none;
-}
-
-.np-card-padding {
- padding: 32px 24px 24px;
-}
-
-.np-image-wrapper {
- position: relative;
-}
-
-.np-card .np-image-wrapper .np-card-ribbon {
- top: auto;
- bottom: 10px;
-}
-
-.np-card .np-image-wrapper .course-img-content {
- position: absolute;
- top: 16px;
- left: 16px;
- padding-right: 16px;
-}
-
-.np-card .np-image-wrapper .np-card-content-title {
- color: #fff;
- font-size: 24px;
- line-height: 30px;
- text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
-}
-
-.np-card .course-length {
- margin-top: 8px;
- font-weight: 500;
-}
-
-.np-card-content-title {
- margin: 0 !important;
- font-weight: 700;
- font-size: 18px;
- line-height: 25px;
- color: #333;
-}
-
-.np-card .np-card-content-title {
- margin: 0;
- font-weight: 700;
- font-size: 18px;
- line-height: 25px;
-}
-
-.np-card-article .np-card-content-title {
- margin-bottom: 8px;
-}
-
-.np-card .np-card-content-subtitle {
- color: #333;
- font-size: 15px;
- line-height: 21px;
- margin-bottom: 16px;
-}
-
-.np-card .np-card-content-footer {
- margin-top: 0;
-}
-
-.np-card-content-progress {
- line-height: 16px;
-}
-
-@media (min-width: 768px) {
- .np-card .np-image-wrapper .np-card-content-title {
- font-size: 28px;
- line-height: 34px;
- }
-}
-
-/* ONGOING COURSE CARDS */
-.np-card.np-card-ongoing .np-card-padding {
- padding: 16px;
-}
-
-.np-card.np-card-ongoing .np-card-content-footer {
- display: block;
-}
-
-/* ILT CARDS */
-.np-card-training-event .np-card-padding {
- padding: 12px 20px 32px;
-}
-
-.np-card-training-event .np-card-content-title {
- font-size: 16px;
- color: #333;
- margin-bottom: 8px;
-}
-
-.np-card-training-event .np-card-training-session {
- margin-top: 20px;
-}
-
-.np-card-training-event .np-card-content-label,
-.np-card-training-event .np-card-training-sessions-icon {
- color: #333;
-}
-
-/* LEARNING PATH CARDS */
-.np-card .np-learning-path .np-card-content-title {
- font-size: 24px;
- line-height: 32px;
-}
-
-/* LEARNING PATH PROGRESS CARDS */
-.np-card.np-card-learning-path-progress {
- padding: 0;
- color: #333;
-}
-
-.np-learning-path .np-card-content-footer {
- margin-top: 16px;
-}
-
-@media (min-width: 768px) {
- .np-learning-path {
- align-items: stretch;
- }
-
- .lp-image-wrapper {
- width: 32%;
- min-width: 32%;
- position: relative;
- overflow: hidden;
- border-bottom-left-radius: 4px;
- border-top-left-radius: 4px;
- }
-
- .np-learning-paths .lp-image-wrapper {
- min-height: 300px;
- }
-
- .np-learning-path .np-learning-path-image {
- width: auto;
- border-top-right-radius: 0;
- position: absolute;
- left: 50%;
- top: 50%;
- transform: translate(-50%, -50%);
- }
-}
-
-.np-card-learning-path-progress .lp-progress-card-wrapper {
- flex-direction: column;
- align-items: center;
- justify-content: center;
- display: flex;
- flex-wrap: wrap;
- padding: 24px 16px 50px;
-}
-
-.np-card-learning-path-progress .lp-content {
- padding-left: 11px;
-}
-
-.np-card-learning-path-progress .learning-path-title {
- font-weight: 500;
- font-size: 18px;
- line-height: 32px;
- width: 100%;
- text-align: center;
- margin-bottom: 8px;
-}
-
-.np-card-learning-path-progress .lp-total-courses,
-.np-card-learning-path-progress .lp-completed-items {
- font-size: 16px;
- line-height: 26px;
-}
-
-.np-card-learning-path-progress .lp-total-courses span,
-.np-card-learning-path-progress .lp-completed-items span {
- color: #3c228a;
- font-weight: 500;
-}
-
-.np-card-learning-path-progress .lp-completed-items span > div {
- display: inline;
-}
-
-@media (min-width: 768px) {
- .np-card-learning-path-progress .lp-progress-card-wrapper {
- padding: 64px 16px;
- flex-wrap: nowrap;
- }
- .np-card-learning-path-progress .learning-path-title {
- font-size: 24px;
- line-height: 32px;
- margin-bottom: 32px;
- text-align: left;
- }
-
- .np-card-learning-path-progress .lp-total-courses,
- .np-card-learning-path-progress .lp-completed-items {
- font-size: 20px;
- line-height: 30px;
- }
-
- .np-card-learning-path-progress .lp-content {
- padding-left: 22px;
- }
-}
-
-/* MODAL POPUP */
-.first-time-user-popup,
-.survey-popup {
- position: fixed;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- z-index: 1000;
- display: flex;
- padding: 1em;
- background-color: rgba(0, 0, 0, 0.75);
- visibility: hidden;
- opacity: 0;
- pointer-events: none;
- transition: 0.25s ease-out;
-}
-.first-time-user-popup.is-active,
-.survey-popup.is-active {
- visibility: visible;
- opacity: 1;
- pointer-events: auto;
-}
-
-.first-time-user-popup-container,
-.survey-popup-container {
- width: 100%;
- max-width: 650px;
- margin: auto;
- transform: translateY(-1em) scale(0.95);
- background-color: white;
- transition: transform 0.25s ease-out;
- border-radius: 8px;
-}
-
-.first-time-user-popup.is-active .first-time-user-popup-container,
-.survey-popup.is-active .survey-popup-cotnainer {
- transform: translateY(0) scale(1);
-}
-
-.modal-headline {
- font-size: 20px;
- line-height: normal;
- font-weight: 500;
- margin-bottom: 32px;
- text-align: center;
-}
-
-.modal-links {
- display: flex;
- justify-content:center;s
-}
-
-.modal-links a {
- border: 2px solid #3c228a;
- background: #3c228a;
- padding: 8px 16px;
- text-align: center;
- width: calc(50% - 8px);
- margin: 0 8px;
- border-radius: 30px;
- color: #fff;
- text-decoration: none;
- font-weight: 700;
- transition: all 0.2s;
-}
-
-.modal-links a.secondary {
- background: transparent;
- color: #3c228a;
-}
-
-.modal-links a:hover {
- border: 2px solid #13014a;
- background: #13014a;
-}
-
-.modal-links a.secondary:hover {
- border: 2px solid #13014a;
- background: #ebe8f3;
- color: #13014a;
-}
-
-.first-time-user-popup-content,
-.survey-popup-content {
- padding: 32px 16px;
-}
-
-.survey-popup-content,
-.modal-survey {
- height:100%;
-}
-
-@media (min-width: 768px) {
- .first-time-user-popup-content,
- .survey-popup-content {
- padding: 32px;
- }
-
- .modal-headline {
- font-size: 24px;
- }
-
- .modal-links a {
- min-height: 40px;
- line-height: 40px;
- }
-}
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/training_event_preview.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/training_event_preview.html.liquid
deleted file mode 100644
index 1645bc57..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/training_event_preview.html.liquid
+++ /dev/null
@@ -1,10 +0,0 @@
-{% include "header" %}
-
-
- {% include "training_event_preview_desktop_view", training_session: training_event %}
-
-
- {% include "training_event_preview_mobile_view", training_session: training_event %}
-
-
-{% include "footer" %}
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/training_events.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/training_events.html.liquid
deleted file mode 100644
index 139717ee..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/training_events.html.liquid
+++ /dev/null
@@ -1,19 +0,0 @@
-{% include "header" %}
-{% include "sub_navigation" %}
-
-
-
-
- {% t .title %}
-
-
- {% t .subtitle %}
-
-
-
- {% include "training_events_filter" %}
-
-
- {% include "training_events_index" %}
-
-{% include "footer" %}
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/training_session.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/training_session.html.liquid
deleted file mode 100644
index 5b78b834..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/training_session.html.liquid
+++ /dev/null
@@ -1,10 +0,0 @@
-{% include "header" %}
-
-
- {% include "training_session_desktop_view" %}
-
-
- {% include "training_session_mobile_view" %}
-
-
-{% include "footer" %}
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/training_session_attendance.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/training_session_attendance.html.liquid
deleted file mode 100644
index 71bb6119..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/training_session_attendance.html.liquid
+++ /dev/null
@@ -1,43 +0,0 @@
-{% include "header" %}
-
-
- {% if token %}
-
-
- {{ training_session.title }}
-
-
- {% t .info,
- event_name: training_session.title,
- session_date: training_session.date,
- session_time: training_session.time
- %}
-
-
- {% t .question %}
-
-
-
- {% t .salutation %}
-
-
- {{ current_school.name }}
-
- {% else %}
-
-
- {% t .success.response_text %}
-
-
-
-{% include "footer" %}
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/transcript.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/transcript.html.liquid
deleted file mode 100644
index b6cb5428..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/transcript.html.liquid
+++ /dev/null
@@ -1,8 +0,0 @@
-{% include "header" %}
-{% include "account_tabs" %}
-
-
- {% transcript %}
-
-
-{% include "footer" %}
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/unsubscribe.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/unsubscribe.html.liquid
deleted file mode 100644
index 69a54028..00000000
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/unsubscribe.html.liquid
+++ /dev/null
@@ -1,30 +0,0 @@
-{% include "header" %}
-
-
- {% if token %}
-
-
- {% t .unsubscribe_text %}
-
-
- {% t .resubscribe_text %}
-
-
- {% else %}
-
-
- {% t .resubscribed_text %}
-
- {% endif %}
-
-
-{% include "footer" %}
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod/.DS_Store b/Custom_Templates/customer_templates/Walmart Scintilla Prod/.DS_Store
new file mode 100644
index 00000000..5008ddfc
Binary files /dev/null and b/Custom_Templates/customer_templates/Walmart Scintilla Prod/.DS_Store differ
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod/_basic_group_homepage.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod/_basic_group_homepage.html.liquid
index 363ab555..ec5aac0a 100644
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod/_basic_group_homepage.html.liquid
+++ b/Custom_Templates/customer_templates/Walmart Scintilla Prod/_basic_group_homepage.html.liquid
@@ -2,28 +2,106 @@
{% include "basic_group_homepage_ongoing_training", items: catalog_courses %}
-
+ {% include "lps_in_progress" %}
-
+
Get Certified
{% include "content_by_certificates" %}
-
+ {% comment %}
-
+
{% endcomment %}
+
Upcoming Events
{% include "content_by_bundles" %}
+ {% comment %}
{% endcomment %}
+
+
+ Available Events
+
+ {% include "calendar" %}
+
+
+
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod/_basic_group_homepage_ongoing_training.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod/_basic_group_homepage_ongoing_training.html.liquid
index deec8b1c..370fb1af 100644
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod/_basic_group_homepage_ongoing_training.html.liquid
+++ b/Custom_Templates/customer_templates/Walmart Scintilla Prod/_basic_group_homepage_ongoing_training.html.liquid
@@ -16,7 +16,7 @@
{% if course.started? == false %}
{% assign new_courses_count = new_courses_count | plus: 1 %}
- {% include "cards_article" with course %}
+ {% include "cards_course" with course %}
{% endif %}
{% endfor %}
@@ -283,32 +283,7 @@ window.addEventListener("DOMContentLoaded", (event) => {
}
});
});
-window.addEventListener("DOMContentLoaded", (event) => {
- var ongoingSlider = tns({
- container: '.ongoing-courses-slider3',
- items: 1,
- slideBy: 'page',
- autoplay: false,
- gutter: 8,
- controls:false,
- navPosition:"bottom",
- loop: false,
- mouseDrag: true,
- speed: 500,
- controlsContainer: document.querySelector('.ongoing-carousel-controls3'),
- responsive: {
- 600: {
- items: 2,
- },
- 768: {
- items:3,
- gutter: 16,
- controls:true
- }
- }
- });
-});
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod/_calendar.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod/_calendar.html.liquid
new file mode 100644
index 00000000..8a9f62bb
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Scintilla Prod/_calendar.html.liquid
@@ -0,0 +1,384 @@
+{% assign event = '' %}
+{% if basic_3p_user %}
+ {% assign te = training_events.enrolled %}
+{% else %}
+ {% assign te = training_events.available %}
+{% endif %}
+
+{% for training_event in te %}
+ {% assign event = event | append: training_event.title | append: ',' | append: training_event.sessions.first.day | append: ',' | append: training_event.sessions.first.month | append: ',' | append: training_event.sessions.first.year | append: ',' | append: training_event.sessions.first.id | append: '$$' %}
+{% endfor %}
+
+
+
+
+
+
+
+
Sun
Mon
Tue
Wed
Thu
Fri
Sat
+
+
+
+
+
+ Select a date
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod/_content_by_bundles.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod/_content_by_bundles.html.liquid
index 2e736561..cdc42cea 100644
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod/_content_by_bundles.html.liquid
+++ b/Custom_Templates/customer_templates/Walmart Scintilla Prod/_content_by_bundles.html.liquid
@@ -1,22 +1,30 @@
+ {% assign bundle_counter = 0 %}
{% for item in catalog.items %}
-
+
{% if item.type == "bundle" %}
+ {% assign bundle_counter = bundle_counter | plus: 1 %}
-
+
{% endif %}
{% endfor %}
+ {% if bundle_counter == 0 %}
+
+ {% endif %}
\ No newline at end of file
+
+
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod/_content_by_certificates.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod/_content_by_certificates.html.liquid
index 90379dd7..78d514f6 100644
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod/_content_by_certificates.html.liquid
+++ b/Custom_Templates/customer_templates/Walmart Scintilla Prod/_content_by_certificates.html.liquid
@@ -4,21 +4,67 @@
{% else %}
{% assign lpitems = learning_paths.available %}
{% endif %}
-
+{% assign lpcounter = 0 %}
+{% assign fcounter = 0 %}
+{% if basic_3p_user %}
{% for learning_path in lpitems %}
- {% if learning_path.has_certificate? %}
-
-
-
- {{ learning_path.name }}
-
-
-
-
+ {% assign has_certificate_category = false %}
+ {% for cat in learning_path.categories %}
+ {% if cat.name == "Certifications" %}
+ {% assign has_certificate_category = true %}
+ {% endif %}
+ {% endfor %}
+ {% if has_certificate_category == true %}
+ {% assign lpcounter = lpcounter | plus: 1 %}
+
+
+
+ {{ learning_path.name }}
+
+
+
+
{% endif %}
{% endfor %}
-
-
+ {% for item in catalog.items %}
+ {% if item.type == "learning_path" %}
+ {% assign lpcounter = lpcounter | plus: 1 %}
+
+
+
+ {{ item.name }}
+
+
+
+
+ {% endif %}
+ {% endfor %}
+{% else %}
+ {% for learning_path in lpitems %}
+ {% if learning_path.has_certificate? == true %}
+ {% assign lpcounter = lpcounter | plus: 1 %}
+
+ {% endif %}
+ {% endfor %}
+{% endif %}
+{% if lpcounter == 0 %}
+
+{% endif %}
-
-
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod/_header.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod/_header.html.liquid
index b9829d1f..e8e7ad56 100644
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod/_header.html.liquid
+++ b/Custom_Templates/customer_templates/Walmart Scintilla Prod/_header.html.liquid
@@ -60,7 +60,8 @@ Basic Sandbox Group UUID = 9f5c51a3-8e02-4b81-9e48-7ec3adff7c70
+
+
+
+
+ Available Events
+
+ {% include "calendar" %}
+
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod/commerce_cart.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod/commerce_cart.html.liquid
index 1aee9f30..2f75af33 100644
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod/commerce_cart.html.liquid
+++ b/Custom_Templates/customer_templates/Walmart Scintilla Prod/commerce_cart.html.liquid
@@ -5,7 +5,3 @@
{% include "footer" %}
-
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod/commerce_catalog.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod/commerce_catalog.html.liquid
index 94d32dfa..b677301a 100644
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod/commerce_catalog.html.liquid
+++ b/Custom_Templates/customer_templates/Walmart Scintilla Prod/commerce_catalog.html.liquid
@@ -1,3 +1,19 @@
+{% assign basic_3p_user = false %}
+{% if current_person.groups.any? %}
+ {% for group in current_person.groups %}
+ {% assign group_name = group.name | downcase %}
+ {% if group_name contains "basic" %}
+
+ {% assign basic_3p_user = true %}
+ {% endif %}
+ {% endfor %}
+{% endif %}
+{% if basic_3p_user %}
+
+{% endif %}
+
{% include "header" %}
{% include "course_version_outdated_alert", courses: courses.in_catalog %}
{% include "sub_navigation" %}
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod/homepage.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod/homepage.html.liquid
index 34780786..7aad975f 100644
--- a/Custom_Templates/customer_templates/Walmart Scintilla Prod/homepage.html.liquid
+++ b/Custom_Templates/customer_templates/Walmart Scintilla Prod/homepage.html.liquid
@@ -7,7 +7,8 @@
function showSurveyPopup() {
setTimeout(function() {
- document.querySelector(".survey-popup-trigger").click()
+ if (document.querySelector(".survey-popup-trigger"))
+ document.querySelector(".survey-popup-trigger").click()
}, 500)
}
@@ -107,15 +108,14 @@
{% assign enrolled_courses = courses.enrolled %}
{% include "basic_group_homepage", items: enrolled_courses %}
- {% include "lps_in_progress" %}
+
{% else %}
{% include "sub_navigation" %}
{% include "nonbasic_group_users_homepage" %}
- {% include "lps_in_progress" %}
- {% include "homepage_topics" %}
-
-
+ {% comment %} {% include "homepage_topics" %} {% endcomment %}
+
+
{% endif %}
{% include "footer" %}
@@ -209,39 +209,26 @@