Explore the course catalog below!
@@ -39,7 +39,8 @@
border-radius: 10px;
overflow: hidden;
transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
- background: #13244c;
+ /*background: #13244c;*/
+ background: transparent;
padding: 20px;
}
.category-card:hover {
@@ -59,15 +60,15 @@
+
+{% endif %}
+
{% include "header" %}
{% include "course_version_outdated_alert", courses: courses.in_catalog %}
{% include "sub_navigation" %}
{% include "courses_blogs" %}
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Prod/catalog.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Prod/catalog.html.liquid
index d7b380b8..630e9c80 100644
--- a/Custom_Templates/customer_templates/Walmart Supplier Prod/catalog.html.liquid
+++ b/Custom_Templates/customer_templates/Walmart Supplier Prod/catalog.html.liquid
@@ -1,3 +1,9 @@
+{% if current_person.properties.first_login == true %}
+
+{% endif %}
+
{% include "header" %}
{% include "course_version_outdated_alert", courses: courses.in_catalog %}
{% include "sub_navigation" %}
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Prod/categories-catalog.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Prod/categories-catalog.html.liquid
index e80359ba..88d20006 100644
--- a/Custom_Templates/customer_templates/Walmart Supplier Prod/categories-catalog.html.liquid
+++ b/Custom_Templates/customer_templates/Walmart Supplier Prod/categories-catalog.html.liquid
@@ -1,3 +1,9 @@
+{% if current_person.properties.first_login == true %}
+
+{% endif %}
+
{% include "header" %}
{% include "course_version_outdated_alert", courses: courses.in_catalog %}
{% include "sub_navigation" %}
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Prod/certifications.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Prod/certifications.html.liquid
index 8464f8ca..99e83811 100644
--- a/Custom_Templates/customer_templates/Walmart Supplier Prod/certifications.html.liquid
+++ b/Custom_Templates/customer_templates/Walmart Supplier Prod/certifications.html.liquid
@@ -1,3 +1,9 @@
+{% if current_person.properties.first_login == true %}
+
+{% endif %}
+
{% include "header" %}
{% include "sub_navigation" %}
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Prod/course.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Prod/course.html.liquid
index 5424b815..a2f0b6ca 100644
--- a/Custom_Templates/customer_templates/Walmart Supplier Prod/course.html.liquid
+++ b/Custom_Templates/customer_templates/Walmart Supplier Prod/course.html.liquid
@@ -1,3 +1,9 @@
+{% if current_person.properties.first_login == true %}
+
+{% endif %}
+
{% assign skip_overview = false %}
{% for category in course.categories %}
{% if category.name == 'HelpDoc' %}
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Prod/courses.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Prod/courses.html.liquid
index ef34b59a..4f729ab7 100644
--- a/Custom_Templates/customer_templates/Walmart Supplier Prod/courses.html.liquid
+++ b/Custom_Templates/customer_templates/Walmart Supplier Prod/courses.html.liquid
@@ -1,3 +1,9 @@
+{% if current_person.properties.first_login == true %}
+
+{% endif %}
+
{% include "header" %}
{% include "course_version_outdated_alert", courses: courses.enrolled %}
{% include "sub_navigation" %}
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Prod/grow-with-walmart-catalog.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Prod/grow-with-walmart-catalog.html.liquid
index a70a2762..569ef75c 100644
--- a/Custom_Templates/customer_templates/Walmart Supplier Prod/grow-with-walmart-catalog.html.liquid
+++ b/Custom_Templates/customer_templates/Walmart Supplier Prod/grow-with-walmart-catalog.html.liquid
@@ -1,3 +1,9 @@
+{% if current_person.properties.first_login == true %}
+
+{% endif %}
+
{% include "header" %}
{% include "sub_navigation" %}
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Prod/grow_with_walmart_catalog.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Prod/grow_with_walmart_catalog.html.liquid
index d7b380b8..630e9c80 100644
--- a/Custom_Templates/customer_templates/Walmart Supplier Prod/grow_with_walmart_catalog.html.liquid
+++ b/Custom_Templates/customer_templates/Walmart Supplier Prod/grow_with_walmart_catalog.html.liquid
@@ -1,3 +1,9 @@
+{% if current_person.properties.first_login == true %}
+
+{% endif %}
+
{% include "header" %}
{% include "course_version_outdated_alert", courses: courses.in_catalog %}
{% include "sub_navigation" %}
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Prod/homepage.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Prod/homepage.html.liquid
index 0c25b55a..220ccedf 100644
--- a/Custom_Templates/customer_templates/Walmart Supplier Prod/homepage.html.liquid
+++ b/Custom_Templates/customer_templates/Walmart Supplier Prod/homepage.html.liquid
@@ -1,3 +1,5 @@
+
+
{% assign in_progress_courses = 0 %}
{% for course in courses.enrolled %}
{% if course.progress > 0 and course.progress < 100 %}
@@ -18,11 +20,14 @@
alt="{{ homepage.headline }}"
/>
- {% include "sub_navigation" %}
+
-
+ {% include 'homepage_nav' %}
+
+
+ {% comment %}
{% include 'welcome_section' %}
-
+ {% endcomment %}
{% include 'homepage_widget_and_events' %}
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Prod/learning_paths.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Prod/learning_paths.html.liquid
index accc3331..0ff0fdf3 100644
--- a/Custom_Templates/customer_templates/Walmart Supplier Prod/learning_paths.html.liquid
+++ b/Custom_Templates/customer_templates/Walmart Supplier Prod/learning_paths.html.liquid
@@ -1,3 +1,9 @@
+{% if current_person.properties.first_login == true %}
+
+{% endif %}
+
{% include "header" %}
{% include "sub_navigation" %}
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Prod/search.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Prod/search.html.liquid
index 01684399..745a75aa 100644
--- a/Custom_Templates/customer_templates/Walmart Supplier Prod/search.html.liquid
+++ b/Custom_Templates/customer_templates/Walmart Supplier Prod/search.html.liquid
@@ -8,7 +8,7 @@
{% t .showing %}
{{ results.count }}
{% t .results_for %}
- "{{ results.term }}"
+ "{{ results.term }}"
{% capture label %}{% t shared.filters.by_type %}{% endcapture %}
{%
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Prod/styles.css.liquid b/Custom_Templates/customer_templates/Walmart Supplier Prod/styles.css.liquid
index c3c2a67a..cf80eab3 100644
--- a/Custom_Templates/customer_templates/Walmart Supplier Prod/styles.css.liquid
+++ b/Custom_Templates/customer_templates/Walmart Supplier Prod/styles.css.liquid
@@ -69,7 +69,7 @@ html {
}
body {
- background: #041e42;
+ background: #001E60;
}
.np-homepage-featured .np-homepage-headline, .np-homepage-featured .np-homepage-subheadline, .np-resource-title, .np-dashboard-resources-title, .np-dashboard-resources-category, .np-resource-subtitle, .np-search .np-resource-subtitle-number{
@@ -77,7 +77,7 @@ body {
}
.np-sub-navigation {
- background-color: #041E42 !important;
+ background-color: #001e60 !important;
padding: 25px 0 0 0;
margin: 0 0 0 0;
}
@@ -146,7 +146,7 @@ section {
}
.np-learning-paths {
- background: #041e42;
+ background: #001E60;
}
.np-card-header-icon, .np-card-header-type, .np-learning-path-items-count {
color: #041141;
@@ -156,7 +156,7 @@ section {
height: 100%;
}
.button-course {
- background: #041141;
+ background: #001E60;
color: #fff;
text-decoration: none;
padding: 12.5px 25px;
@@ -222,7 +222,7 @@ section {
color: #fff;
}
.search-input {
- background: #041e42;
+ background: #001e60;
}
.slick-track {
display: flex !important;
@@ -317,6 +317,15 @@ height: 20px;
.calendar-icon-event {
margin-bottom: 10px;
}
+.white-text {
+ color: #fff;
+}
+.events-link {
+ text-decoration: none;
+}
+.events-link:hover {
+ text-decoration: underline;
+}
@media only screen and (max-width: 1000px) {
.welcome-section-wrapper {
flex-direction: column;
@@ -332,6 +341,9 @@ height: 20px;
.category-links-wrapper {
grid-template-columns: repeat(1, 1fr) !important;
}
+ .faq-wrapper {
+ grid-template-columns: repeat(1, 1fr) !important;
+ }
}
@media only screen and (max-width: 500px) {
.np-sub-navigation {
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Prod/training_events.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Prod/training_events.html.liquid
index 139717ee..f6eb681e 100644
--- a/Custom_Templates/customer_templates/Walmart Supplier Prod/training_events.html.liquid
+++ b/Custom_Templates/customer_templates/Walmart Supplier Prod/training_events.html.liquid
@@ -1,3 +1,9 @@
+{% if current_person.properties.first_login == true %}
+
+{% endif %}
+
{% include "header" %}
{% include "sub_navigation" %}
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Prod/welcome-to-walmart.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Prod/welcome-to-walmart.html.liquid
index fab108c9..bd1690da 100644
--- a/Custom_Templates/customer_templates/Walmart Supplier Prod/welcome-to-walmart.html.liquid
+++ b/Custom_Templates/customer_templates/Walmart Supplier Prod/welcome-to-walmart.html.liquid
@@ -1,3 +1,9 @@
+{% if current_person.properties.first_login == true %}
+
+{% endif %}
+
{% assign in_progress_courses = 0 %}
{% for course in courses.enrolled %}
{% if course.progress > 0 and course.progress < 100 %}
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_account_avatar.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_account_avatar.html.liquid
new file mode 100644
index 00000000..d952af93
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_account_avatar.html.liquid
@@ -0,0 +1,66 @@
+
+
{% t .description %}
+
{% t .requirements %}
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {% t .use_gravatar %}
+
+
+
+
+
+
+
+
+
+
+
+ {% t .upload_custom_photo %}
+
+
+
+
+
+ {% t .upload %}
+
+
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_account_desktop_view.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_account_desktop_view.html.liquid
new file mode 100644
index 00000000..8ae8599d
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_account_desktop_view.html.liquid
@@ -0,0 +1,19 @@
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_account_form.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_account_form.html.liquid
new file mode 100644
index 00000000..ddd264c2
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_account_form.html.liquid
@@ -0,0 +1,139 @@
+
+ {% 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 Supplier Sandbox/_account_mobile_view.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_account_mobile_view.html.liquid
new file mode 100644
index 00000000..6ac8c007
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_account_mobile_view.html.liquid
@@ -0,0 +1,17 @@
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_account_tabs.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_account_tabs.html.liquid
new file mode 100644
index 00000000..f4de6c8e
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_account_tabs.html.liquid
@@ -0,0 +1,23 @@
+{% capture settings_path %}{% route account %}{% endcapture %}
+{% capture transcript_path %}{% route transcript %}{% endcapture %}
+
+{% if current_person.signed_in? %}
+{% unless current_school.sso_active? %}
+
+
+
+{% endunless %}
+{% endif %}
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_advisors_banners.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_advisors_banners.html.liquid
new file mode 100644
index 00000000..2f137e04
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_advisors_banners.html.liquid
@@ -0,0 +1,76 @@
+
+
+
+
+
+
+
+ Welcome Category Advisors!
+
+
+ This learning path contains a collection of resources, materials, and information related to the Category Advisor Program and is designed to support and assist you with the advisorship.
+
+
+ This page and the resources are for use by current category advisors only and cannot be shared.
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_analysis-and-reporting-carousel.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_analysis-and-reporting-carousel.html.liquid
new file mode 100644
index 00000000..0a79e83d
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_analysis-and-reporting-carousel.html.liquid
@@ -0,0 +1,103 @@
+
+
Analysis and Reporting
+
+
+ {% for course in courses.in_catalog %}
+ {% for category in course.categories %}
+ {% if category.name == 'Analysis and Reporting' %}
+
+ {% include 'cards_course' %}
+
+ {% endif %}
+ {% endfor %}
+ {% endfor %}
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_announcements.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_announcements.html.liquid
new file mode 100644
index 00000000..bcb5c677
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_announcements.html.liquid
@@ -0,0 +1,62 @@
+{% assign blog_counter = 0 %}
+
+
+
+ {% for course in courses.in_catalog %}
+ {% for category in course.categories %}
+ {% if category.name == 'Blog' %}
+
+ {% include "cards_course" with course %}
+ {% assign blog_counter = blog_counter | plus: 1 %}
+
+ {% endif %}
+ {% endfor %}
+ {% endfor %}
+
+ {% if blog_counter == 0 %}
+ {% include "training_events_zero_state" %}
+ {% endif %}
+
+
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_cards_article.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_cards_article.html.liquid
new file mode 100644
index 00000000..837e4ae4
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_cards_article.html.liquid
@@ -0,0 +1,38 @@
+{% 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 Supplier Sandbox/_cards_course.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_cards_course.html.liquid
new file mode 100644
index 00000000..cfe32b6a
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_cards_course.html.liquid
@@ -0,0 +1,49 @@
+{% assign skip_course_page = false %}
+{% for category in course.categories %}
+ {% if category.name == 'Blog' or category.name == 'HelpDoc' %}
+ {% assign skip_course_page = true %}
+ {% endif %}
+{% endfor %}
+
+
+
+ {% if course.ribbon %}
+
+ {{ course.ribbon }}
+
+ {% endif %}
+
+
+
+ {{ course.name }}
+
+
+ {{ course.instructor_names }}
+
+
+
+
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_cards_course_ongoing.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_cards_course_ongoing.html.liquid
new file mode 100644
index 00000000..ca71767f
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_cards_course_ongoing.html.liquid
@@ -0,0 +1,36 @@
+{% 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 Supplier Sandbox/_cards_learning_path.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_cards_learning_path.html.liquid
new file mode 100644
index 00000000..33c26751
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_cards_learning_path.html.liquid
@@ -0,0 +1,70 @@
+
+
+
+
+
+
+
+
+
+
+ {{ learning_path.name }}
+
+
+
+ {{ learning_path.instructor_names }}
+
+
+
+ {{ learning_path.description }}
+
+
+
+ {% t shared.progress, count: learning_path.progress %}
+
+
+
+
+
+
+
+
+
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_cards_learning_path_progress.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_cards_learning_path_progress.html.liquid
new file mode 100644
index 00000000..d24ca23b
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_cards_learning_path_progress.html.liquid
@@ -0,0 +1,55 @@
+
+
+
{{ 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 Supplier Sandbox/_cards_learning_paths_square.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_cards_learning_paths_square.html.liquid
new file mode 100644
index 00000000..4d8d84ad
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_cards_learning_paths_square.html.liquid
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+ {{ learning_path.name }}
+
+
+ {{ learning_path.instructor_names }}
+
+
+
+
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_cards_training_event.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_cards_training_event.html.liquid
new file mode 100644
index 00000000..2f3c2338
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_cards_training_event.html.liquid
@@ -0,0 +1,47 @@
+
+
+
+
+ {{ 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 }}
+
+
+
+
+
+
+
+
+
+ {% t .sessions, count: training_event.sessions.size %}
+
+
+
+
+
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_carousel_courses.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_carousel_courses.html.liquid
new file mode 100644
index 00000000..c7872b5e
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_carousel_courses.html.liquid
@@ -0,0 +1,96 @@
+{% assign topic_classname = topic | split: " " %}
+
+
+ {% if items.any? %}
+ {% assign sorted_items =items | sort: "name" %}
+ {% for course in sorted_items %}
+
+ {% comment %} USED FOR PROGRESS FILTER {% endcomment %}
+ {% assign course_status = "" %}
+
+ {% if course.started? == false %}
+ {% assign course_status = "not-started" %}
+ {% elsif course.completed? %}
+ {% assign course_status = "completed" %}
+ {% elsif course.started? %}
+ {% assign course_status = "in-progress" %}
+ {% endif %}
+
+ {% if topic == "Not Categorized" %}
+
{% include "cards_course" with course %}
+ {% else %}
+ {% for category in course.categories %}
+ {% if category.name == topic %}
+
{% include "cards_course" with course %}
+ {% endif %}
+ {% endfor %}
+ {% endif %}
+ {% endfor %}
+ {% endif %}
+
+
+
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_catalog_categories.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_catalog_categories.html.liquid
new file mode 100644
index 00000000..734cf726
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_catalog_categories.html.liquid
@@ -0,0 +1,104 @@
+{% assign available_categories = "Ethics and Compliance,Item Creation,Getting Paid,Merchandising,Onboarding,Packaging and Labeling,Replenishment,Retail Basics,Transportation" %}
+
+
+
+ Explore the module catalog below!
+
+
+
+
+ {% assign uniq_cats = '' %}
+ {% for course in courses.in_catalog %}
+ {% for category in course.categories %}
+ {% if available_categories contains category.name %}
+
+ {% unless uniq_cats contains category.name %}
+
+
+
+ {% assign uniq_cats = uniq_cats | append: category.name%}
+ {% endunless %}
+ {% endif %}
+ {% endfor %}
+ {% endfor %}
+
+
+
+
+
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_categories_courses_catalog.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_categories_courses_catalog.html.liquid
new file mode 100644
index 00000000..31172bb8
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_categories_courses_catalog.html.liquid
@@ -0,0 +1,16 @@
+{% if courses.in_catalog.any? %}
+
+ {% for course in courses.in_catalog %}
+
+ {% include "cards_course" with course %}
+
+ {% endfor %}
+
+{% else %}
+ {% capture message %}
+ {% t shared.zero_state.courses.catalog,
+ key: current_school.course_vocabulary
+ %}
+ {% endcapture %}
+ {% include "grow-with-walmart-zero-state", message: message %}
+{% endif %}
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_certificates_info_column.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_certificates_info_column.html.liquid
new file mode 100644
index 00000000..61adfaba
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_certificates_info_column.html.liquid
@@ -0,0 +1,4 @@
+
+ {% include "certificates_verification" %}
+ {% include "certificates_metadata" %}
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_certificates_metadata.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_certificates_metadata.html.liquid
new file mode 100644
index 00000000..9f4a1dba
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_certificates_metadata.html.liquid
@@ -0,0 +1,59 @@
+
+
+
+
+
+ {% if certificate.issuer_name_enabled? %}
+
+
+ {% endif %}
+
+
+
+
+
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_certificates_preview.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_certificates_preview.html.liquid
new file mode 100644
index 00000000..6357b621
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_certificates_preview.html.liquid
@@ -0,0 +1,35 @@
+
+
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_certificates_top_bar.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_certificates_top_bar.html.liquid
new file mode 100644
index 00000000..74a7ae41
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_certificates_top_bar.html.liquid
@@ -0,0 +1,44 @@
+
+
+
+
+ {{certificate.certificate_name}}
+
+
+
+
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_certificates_verification.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_certificates_verification.html.liquid
new file mode 100644
index 00000000..4fc19415
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_certificates_verification.html.liquid
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+ {{certificate.verification_title}}
+
+
+ {{certificate.verification_description}}
+
+
+
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_continue_learning.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_continue_learning.html.liquid
new file mode 100644
index 00000000..d9f3266f
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_continue_learning.html.liquid
@@ -0,0 +1,58 @@
+{% assign uniqe_enrolled = '' %}
+
+
+ Continue Learning
+
+
+
+
+ {% for course in courses.enrolled %}
+ {% if course.progress > 0 and course.progress < 100 %}
+ {% for category in course.categories %}
+ {% unless category.name == "HelpDoc" %}
+ {% unless uniqe_enrolled contains course.name %}
+
+ {% include 'cards_course' %}
+
+ {% assign uniqe_enrolled = uniqe_enrolled | append: course.name | append: ',' %}
+ {% endunless %}
+ {% endunless %}
+ {% endfor %}
+ {% endif %}
+ {% endfor %}
+
+
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_course_activity_locked.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_course_activity_locked.html.liquid
new file mode 100644
index 00000000..386393d5
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_course_activity_locked.html.liquid
@@ -0,0 +1,4 @@
+
+
+ {{ activity.title }}
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_course_activity_unlocked.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_course_activity_unlocked.html.liquid
new file mode 100644
index 00000000..30c03305
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_course_activity_unlocked.html.liquid
@@ -0,0 +1,15 @@
+{% if course.enrolled? %}
+
+ {{ activity.title }}
+
+{% else%}
+
+ {{ activity.title }}
+
+{% endif %}
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_course_categories.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_course_categories.html.liquid
new file mode 100644
index 00000000..e578a324
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_course_categories.html.liquid
@@ -0,0 +1,10 @@
+
+ {% t .header %}
+
+
+ {% for category in course.categories %}
+
+ {{ category.name }}
+
+ {% endfor %}
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_course_description.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_course_description.html.liquid
new file mode 100644
index 00000000..269f9216
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_course_description.html.liquid
@@ -0,0 +1,6 @@
+
+ {% t .header, key: current_school.course_vocabulary %}
+
+
+ {{ course.full_description }}
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_course_desktop_view.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_course_desktop_view.html.liquid
new file mode 100644
index 00000000..e16fee16
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_course_desktop_view.html.liquid
@@ -0,0 +1,40 @@
+
+
+
+
+
+
+ {% 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 Supplier Sandbox/_course_events.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_course_events.html.liquid
new file mode 100644
index 00000000..5fa80eef
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_course_events.html.liquid
@@ -0,0 +1,28 @@
+
+ {% 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 Supplier Sandbox/_course_header.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_course_header.html.liquid
new file mode 100644
index 00000000..84820ec4
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_course_header.html.liquid
@@ -0,0 +1,16 @@
+
+ {{ current_school.course_vocabulary }}
+
+
+
+
+
+
+
+ {{ course.name }}
+
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_course_instructors.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_course_instructors.html.liquid
new file mode 100644
index 00000000..8b608928
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_course_instructors.html.liquid
@@ -0,0 +1,22 @@
+
+ {% t .header %}
+
+
+ {% for instructor in course.instructors %}
+
+
+
+
+ {{ instructor.name }}
+
+
+ {{ instructor.title }}
+
+
+
+ {% endfor %}
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_course_mobile_view.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_course_mobile_view.html.liquid
new file mode 100644
index 00000000..7f31ff35
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_course_mobile_view.html.liquid
@@ -0,0 +1,40 @@
+
+ {% 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 Supplier Sandbox/_course_outline.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_course_outline.html.liquid
new file mode 100644
index 00000000..72f97e79
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_course_outline.html.liquid
@@ -0,0 +1,40 @@
+
+
+ {% 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 Supplier Sandbox/_course_progress_and_cta.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_course_progress_and_cta.html.liquid
new file mode 100644
index 00000000..1c3db9fa
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_course_progress_and_cta.html.liquid
@@ -0,0 +1,46 @@
+
+
+ {% t .header %}
+
+
+
+
+ {% t shared.progress, count: course.progress %}
+
+
+
+{% if course.learner_can_retake? %}
+
+{% else %}
+
+ {% if course.enrolled? == false %}
+ {% 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 %}
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_course_version_outdated_alert.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_course_version_outdated_alert.html.liquid
new file mode 100644
index 00000000..03e245ab
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_course_version_outdated_alert.html.liquid
@@ -0,0 +1,7 @@
+{% if courses.include_courses_to_restart? %}
+
+{% endif %}
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_course_version_outdated_popup.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_course_version_outdated_popup.html.liquid
new file mode 100644
index 00000000..71795884
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_course_version_outdated_popup.html.liquid
@@ -0,0 +1,33 @@
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_courses_blogs.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_courses_blogs.html.liquid
new file mode 100644
index 00000000..5523f258
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_courses_blogs.html.liquid
@@ -0,0 +1,21 @@
+{% if courses.in_catalog.any? %}
+
+ {% for course in courses.in_catalog %}
+ {% for category in course.categories %}
+ {% if category.name == 'Blog' %}
+
+ {% include "cards_course" with course %}
+
+ {% endif %}
+ {% endfor %}
+ {% 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 Supplier Sandbox/_courses_catalog.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_courses_catalog.html.liquid
new file mode 100644
index 00000000..c5c9401f
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_courses_catalog.html.liquid
@@ -0,0 +1,33 @@
+{% assign uniq_courses = '' %}
+{% assign course_counter = 0 %}
+{% assign learner_region = current_person.properties.person_locale %}
+
+
+{% if courses.in_catalog.any? %}
+
+ {% for course in courses.in_catalog %}
+ {% for category in course.categories %}
+ {% unless category.name == 'Blog' %}
+ {% unless uniq_courses contains course.name %}
+ {% if course.properties.course_locale == learner_region %}
+
+ {% include "cards_course" with course %}
+
+ {% assign uniq_courses = uniq_courses | append: course.name %}
+ {% assign course_counter = course_counter | plus: 1 %}
+ {% endif %}
+ {% endunless %}
+ {% endunless %}
+ {% endfor %}
+ {% endfor %}
+
+
+ {% if course_counter == 0 %}
+ {% capture message %}
+ {% t shared.zero_state.courses.catalog,
+ key: current_school.course_vocabulary
+ %}
+ {% endcapture %}
+ {% include "grow-with-walmart-zero-state", message: message %}
+ {% endif %}
+{% endif %}
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_courses_help_doc.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_courses_help_doc.html.liquid
new file mode 100644
index 00000000..ae184a70
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_courses_help_doc.html.liquid
@@ -0,0 +1,21 @@
+{% if courses.in_catalog.any? %}
+
+ {% for course in courses.in_catalog %}
+ {% for category in course.categories %}
+ {% if category.name == 'HelpDoc' %}
+
+ {% include "cards_course" with course %}
+
+ {% endif %}
+ {% endfor %}
+ {% 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 Supplier Sandbox/_courses_index.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_courses_index.html.liquid
new file mode 100644
index 00000000..19e7671b
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_courses_index.html.liquid
@@ -0,0 +1,16 @@
+{% if courses.enrolled.any? %}
+
+ {% for course in courses.enrolled %}
+
+ {% include "cards_course" with course %}
+
+ {% 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 Supplier Sandbox/_courses_zero_state.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_courses_zero_state.html.liquid
new file mode 100644
index 00000000..26e371f7
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_courses_zero_state.html.liquid
@@ -0,0 +1,6 @@
+
+
+ {{ message }}
+
+
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_faq_section.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_faq_section.html.liquid
new file mode 100644
index 00000000..9303b135
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_faq_section.html.liquid
@@ -0,0 +1,186 @@
+
+
+
+ Frequently Asked Questions
+
+
+
+
+
+
+
+
+
+ Who can access Supplier Academy?
+
+
+
+
+ Supplier Academy is available to anyone with a Retail Link account. Content is made available to you based on where you are in your journey as a supplier - from learning how to work with Walmart, through getting your product on the shelf.
+
+
+
+
+
+
+
+
+
+ How often is content updated?
+
+
+
+
+ Content in Supplier Academy is frequently reviewed and updated as needed. Look for the icon next to courses that have been updated since you last viewed the course.
+
+
+
+
+
+
+
+
+
+ What is a learning path?
+
+
+
+
+ Learning paths are a collection of courses on a specific topic. Check out the learning paths page to help guide your learning.
+
+
+
+
+
+
+
+
+
+ Can I track my progress?
+
+
+
+
+ Yes. The Supplier Academy platform has robust analytics that tracks your progress in all courses and events.
+
+
+
+
+
+
+
+
+
+ Who do I contact for support?
+
+
+
+
+ The Supplier Academy team is happy to help support your learning. Email supplierdevelopment@walmart.com and we will respond as soon as possible.
+
+
+
+
+
+
+
+
+
+ Can I provide feedback on Supplier Academy content?
+
+
+
+
+ Yes. Please send all feedback to supplierdevelopment@walmart.com.
+
+
+
+
+
+ Contact supplierdevelopment@walmart.com for additional support.
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_feature_cards_lp.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_feature_cards_lp.html.liquid
new file mode 100644
index 00000000..52bcac2e
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_feature_cards_lp.html.liquid
@@ -0,0 +1,9 @@
+
+
+
+
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_feature_learning_paths.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_feature_learning_paths.html.liquid
new file mode 100644
index 00000000..6800ad17
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_feature_learning_paths.html.liquid
@@ -0,0 +1,63 @@
+
+
+
+ Grow With Walmart Learning Pathways
+
+
+
+
+ {% for learning_path in learning_paths.available %}
+ {% for category in learning_path.categories %}
+ {% if category.name == 'Featured' %}
+
+ {% include 'feature_cards_lp' %}
+
+ {% endif %}
+ {% endfor %}
+ {% endfor %}
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_filter_by_progress.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_filter_by_progress.html.liquid
new file mode 100644
index 00000000..d351c8f9
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_filter_by_progress.html.liquid
@@ -0,0 +1,117 @@
+{% assign topic_classname = topic | split: " " %}
+
+
+ {% if label %}
+
+ {{ label }}
+ Filtrar por progreso:
+
+ {% endif %}
+
+
+
+ {{ default_option}}
+ All Courses
+ Not Started
+ In Progress
+ Completed
+
+
+
+
+
+
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_filter_checkbox.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_filter_checkbox.html.liquid
new file mode 100644
index 00000000..5cbcbd07
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_filter_checkbox.html.liquid
@@ -0,0 +1,10 @@
+
+
+ {{label}}
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_filter_dropdown.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_filter_dropdown.html.liquid
new file mode 100644
index 00000000..e7a954bb
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_filter_dropdown.html.liquid
@@ -0,0 +1,33 @@
+
+
+
+ {% t shared.filters.filter %}
+
+
+
+
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_filter_select.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_filter_select.html.liquid
new file mode 100644
index 00000000..d006c0df
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_filter_select.html.liquid
@@ -0,0 +1,22 @@
+{% if params.q %}
+
+{% endif %}
+
+
+ {{ label }}
+
+
+
+ {% for filter in filters %}
+
+ {{ filter.name }}
+
+ {% endfor %}
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_footer.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_footer.html.liquid
new file mode 100644
index 00000000..ff21fd05
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_footer.html.liquid
@@ -0,0 +1,109 @@
+
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_french_lang.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_french_lang.html.liquid
new file mode 100644
index 00000000..e69de29b
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_getting-started-carousel.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_getting-started-carousel.html.liquid
new file mode 100644
index 00000000..47d7958d
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_getting-started-carousel.html.liquid
@@ -0,0 +1,100 @@
+
+
Getting Started
+
+
+ {% for course in courses.in_catalog %}
+ {% for category in course.categories %}
+ {% if category.name == 'Getting Started' %}
+
+ {% include 'cards_course' %}
+
+ {% endif %}
+ {% endfor %}
+ {% endfor %}
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_grow-with-walmart-zero-state.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_grow-with-walmart-zero-state.html.liquid
new file mode 100644
index 00000000..d967bde4
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_grow-with-walmart-zero-state.html.liquid
@@ -0,0 +1,115 @@
+
+
+
+
+
+
+
+
+ Need Assistance?
+
+
+ If you are experiencing issues accessing Supplier Academy content please contact
+
+
+
+ Usuarios Crece con Walmart: ¡Has activado exitosamente tu cuenta en Crece con Walmart! Nos alegra que estés aquí.
+
+
+ Nos encontramos validando tu cuenta, -nos tomará menos de 24 horas-. ¡Pronto podrás disfrutar de los cursos, herramientas y el acompañamiento que te permitirá llevar tu negocio al siguiente nivel!
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_grow_with_walmart_banners.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_grow_with_walmart_banners.html.liquid
new file mode 100644
index 00000000..b27362f1
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_grow_with_walmart_banners.html.liquid
@@ -0,0 +1,118 @@
+{% if us_user_grow or us_user_supplier %}
+
+
+
+
+
+
Email supplierdevelopment@walmart.com
+
for additional support.
+
+
+
+
+ Grow with US is going to be really really awesome! Sherry and Chrissy are rockstars! :-) Grow With US will help prepare you for success.
+
+
+ Learn foundational business skills in our Business Fundamentals and Advanced Business pathways. Explore the skills necessary for a successful experience working with Walmart in our Retail Ready Capabilities and Walmart Ways of Working pathways.
+
+
+
+
+{% elsif mexico_user %}
+
+
+
+
+
+
Correo electrónico contacto@crececonwalmart.com
+
para soporte adicional.
+
+
+
+
+ Crece con Walmart es un programa de desarrollo de proveedores que tiene como objetivo trabajar con personas que lideran micro, pequeñas y medianas empresas en México para ampliar sus capacidades empresariales y digitales.
+
+
+ Por medio de módulos de aprendizaje autogestionado, sesiones grupales en vivo y mentorías uno a uno, se busca apoyar a empresarias y empresarios para fortalecer sus capacidades y habilidades de venta en línea.
+
+
+ Crece con Walmart te permite desarrollar, aprender y conectar para, juntos, hacer que tu negocio llegue al siguiente nivel.
+
+
+
+
+{% elsif india_user %}
+
+
+
+
+
+
Email contactus@walmartvriddhi.org
+
for additional support.
+
+
+
+
+ Walmart Vriddhi is a supplier development program that aims to work with 50,000 Micro, Small and Medium Enterprises (MSMEs) in India to expand their domestic capabilities.
+
+
+ The program offers the opportunity to develop through on-demand learning and personalized mentoring. Participants also have support onboarding to Flipkart Marketplace.
+
+
+
+
+{% endif %}
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_head.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_head.html.liquid
new file mode 100644
index 00000000..8c9b2d4b
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_head.html.liquid
@@ -0,0 +1,28 @@
+{% styles default %}
+{% styles colors %}
+{% styles custom %}
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_header.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_header.html.liquid
new file mode 100644
index 00000000..f99f5d00
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_header.html.liquid
@@ -0,0 +1,425 @@
+{% assign us_user_grow = false %}
+{% assign us_user_supplier = false %}
+{% assign india_user = false %}
+{% assign mexico_user = false %}
+
+{% for group in current_person.groups %}
+ {% if group.name == 'Grow With Walmart' %}
+ {% assign us_user_grow = true %}
+ {% endif %}
+ {% if group.name == 'Supplier Academy' %}
+ {% assign us_user_supplier = true %}
+ {% endif %}
+ {% if group.name == 'Walmart Vriddhi' %}
+ {% assign india_user = true %}
+ {% endif %}
+ {% if group.name == 'Crece con Walmart' %}
+ {% assign mexico_user = true %}
+ {% endif %}
+{% endfor %}
+
+{% assign category_advisors = false %}
+
+{% for group in current_person.groups %}
+ {% if group.name == 'Category Advisors' %}
+ {% assign category_advisors = true %}
+ {% endif %}
+{% endfor %}
+
+
+
+
+
+
+
+{% include "messages" %}
+
+
+
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_header_minimal.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_header_minimal.html.liquid
new file mode 100644
index 00000000..6b72cdb2
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_header_minimal.html.liquid
@@ -0,0 +1,17 @@
+
+
+{% include "messages" %}
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_homepage_featured.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_homepage_featured.html.liquid
new file mode 100644
index 00000000..4df67715
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_homepage_featured.html.liquid
@@ -0,0 +1,220 @@
+
+
+
+
+
+ Grow With Walmart Learning Pathways
+
+
+
+ {% if items.size > 0 %}
+ {% assign featured_courses_count = 0 %}
+
+
+ {% for learning_path in items %}
+ {% assign is_featured = false %}
+
+ {% for cat in learning_path.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_learning_path" %}
+
+ {% endif %}
+ {% endfor %}
+
+
+
+ {% if featured_courses_count > 0 %}
+
+ {% else %}
+
+
+ Yikes! There is no featured content at the moment. Be sure to check back here later.
+
+
+
+ {% endif %}
+ {% else %}
+
+
+ Yikes! There is no featured content at the moment. Be sure to check back here later.
+
+
+
+ {% endif %}
+
+
+
+
+
+
+
+
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_homepage_nav.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_homepage_nav.html.liquid
new file mode 100644
index 00000000..ebc7d63f
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_homepage_nav.html.liquid
@@ -0,0 +1,100 @@
+
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_homepage_ongoing_training.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_homepage_ongoing_training.html.liquid
new file mode 100644
index 00000000..34c5fd3b
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_homepage_ongoing_training.html.liquid
@@ -0,0 +1,194 @@
+
+
+
+ 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 %}
+
+
+
+ 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 Supplier Sandbox/_homepage_topics.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_homepage_topics.html.liquid
new file mode 100644
index 00000000..39314882
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_homepage_topics.html.liquid
@@ -0,0 +1,149 @@
+
+
+
+
+
+
+ {% 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 Supplier Sandbox/_homepage_widget_and_events.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_homepage_widget_and_events.html.liquid
new file mode 100644
index 00000000..36787553
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_homepage_widget_and_events.html.liquid
@@ -0,0 +1,37 @@
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_in-progress-carousel.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_in-progress-carousel.html.liquid
new file mode 100644
index 00000000..17d3dc34
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_in-progress-carousel.html.liquid
@@ -0,0 +1,48 @@
+
+
In Progress
+
+ {% for course in courses.enrolled %}
+ {% if course.progress > 0 and course.progress < 100 %}
+
+ {% include 'cards_course' %}
+
+ {% endif %}
+ {% endfor %}
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_learning_path_banners.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_learning_path_banners.html.liquid
new file mode 100644
index 00000000..11a1810c
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_learning_path_banners.html.liquid
@@ -0,0 +1,5 @@
+{% 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 Supplier Sandbox/_learning_path_certificate.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_learning_path_certificate.html.liquid
new file mode 100644
index 00000000..3a282c5e
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_learning_path_certificate.html.liquid
@@ -0,0 +1,17 @@
+{% 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 Supplier Sandbox/_learning_path_certificate_content.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_learning_path_certificate_content.html.liquid
new file mode 100644
index 00000000..3feafd59
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_learning_path_certificate_content.html.liquid
@@ -0,0 +1,19 @@
+
+
+
+
+ {% 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 Supplier Sandbox/_learning_path_completed_banner.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_learning_path_completed_banner.html.liquid
new file mode 100644
index 00000000..1c146f6e
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_learning_path_completed_banner.html.liquid
@@ -0,0 +1,13 @@
+
+
+
+
{% t .headline %}
+
{% t .description %}
+
+
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_learning_path_course.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_learning_path_course.html.liquid
new file mode 100644
index 00000000..53ac6eeb
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_learning_path_course.html.liquid
@@ -0,0 +1,56 @@
+{% if learning_path.enrolled? and course.unlocked? %}
+
+
+
+
+
+
+ {{ 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.optional? %}
+
+ {% t shared.optional %}
+
+ {% endif %}
+
+
+{% endif %}
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_learning_path_description.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_learning_path_description.html.liquid
new file mode 100644
index 00000000..6b1fb3a0
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_learning_path_description.html.liquid
@@ -0,0 +1,6 @@
+
+ {% t .about %}
+
+
+ {{ learning_path.description }}
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_learning_path_desktop_content.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_learning_path_desktop_content.html.liquid
new file mode 100644
index 00000000..e9ca85d9
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_learning_path_desktop_content.html.liquid
@@ -0,0 +1,21 @@
+
+
+
+
+
+ {% 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 Supplier Sandbox/_learning_path_desktop_header.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_learning_path_desktop_header.html.liquid
new file mode 100644
index 00000000..bf2cdece
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_learning_path_desktop_header.html.liquid
@@ -0,0 +1,12 @@
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_learning_path_desktop_view.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_learning_path_desktop_view.html.liquid
new file mode 100644
index 00000000..8447443e
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_learning_path_desktop_view.html.liquid
@@ -0,0 +1,2 @@
+{% include "learning_path_desktop_header" %}
+{% include "learning_path_desktop_content" %}
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_learning_path_instructors.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_learning_path_instructors.html.liquid
new file mode 100644
index 00000000..a8342301
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_learning_path_instructors.html.liquid
@@ -0,0 +1,26 @@
+{% 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 Supplier Sandbox/_learning_path_mobile_content.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_learning_path_mobile_content.html.liquid
new file mode 100644
index 00000000..92ffd4c8
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_learning_path_mobile_content.html.liquid
@@ -0,0 +1,19 @@
+{% 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 Supplier Sandbox/_learning_path_mobile_header.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_learning_path_mobile_header.html.liquid
new file mode 100644
index 00000000..2bf66a5a
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_learning_path_mobile_header.html.liquid
@@ -0,0 +1,17 @@
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_learning_path_mobile_view.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_learning_path_mobile_view.html.liquid
new file mode 100644
index 00000000..0e22feb9
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_learning_path_mobile_view.html.liquid
@@ -0,0 +1,2 @@
+{% include "learning_path_mobile_header" %}
+{% include "learning_path_mobile_content" %}
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_learning_path_new_content_banner.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_learning_path_new_content_banner.html.liquid
new file mode 100644
index 00000000..2bc02d46
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_learning_path_new_content_banner.html.liquid
@@ -0,0 +1,12 @@
+
+
+
{% 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 Supplier Sandbox/_learning_path_outline.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_learning_path_outline.html.liquid
new file mode 100644
index 00000000..22ddd573
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_learning_path_outline.html.liquid
@@ -0,0 +1,10 @@
+
+ {% 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 Supplier Sandbox/_learning_path_progress_and_cta.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_learning_path_progress_and_cta.html.liquid
new file mode 100644
index 00000000..1d90a2a7
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_learning_path_progress_and_cta.html.liquid
@@ -0,0 +1,20 @@
+{% 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 Supplier Sandbox/_learning_path_summary_desktop_view.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_learning_path_summary_desktop_view.html.liquid
new file mode 100644
index 00000000..05961c52
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_learning_path_summary_desktop_view.html.liquid
@@ -0,0 +1,3 @@
+{% include "learning_path_desktop_header" %}
+{% include "learning_path_banners" %}
+{% include "learning_path_desktop_content" %}
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_learning_path_summary_mobile_view.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_learning_path_summary_mobile_view.html.liquid
new file mode 100644
index 00000000..f30a09eb
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_learning_path_summary_mobile_view.html.liquid
@@ -0,0 +1,5 @@
+
+ {% include "learning_path_banners" %}
+
+{% include "learning_path_mobile_header" %}
+{% include "learning_path_mobile_content" %}
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_learning_path_training_session.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_learning_path_training_session.html.liquid
new file mode 100644
index 00000000..e827f76f
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_learning_path_training_session.html.liquid
@@ -0,0 +1,53 @@
+{% 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 Supplier Sandbox/_learning_paths_index.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_learning_paths_index.html.liquid
new file mode 100644
index 00000000..f1ddc529
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_learning_paths_index.html.liquid
@@ -0,0 +1,51 @@
+{% assign uniq_lps = '' %}
+
+
+ {% if items.any? %}
+ {% for learning_path in items %}
+ {% for category in learning_path.categories %}
+ {% unless category.name == 'Category Advisors' %}
+ {% unless uniq_lps contains learning_path.name %}
+ {% include "cards_learning_path" with learning_path %}
+ {% assign uniq_lps = uniq_lps | append: learning_path.name %}
+ {% endunless %}
+ {% endunless %}
+ {% endfor %}
+ {% endfor %}
+ {% else %}
+
+
+ {% t .empty %}
+
+
+
+ {% endif %}
+
+
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_learning_paths_index_advisors.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_learning_paths_index_advisors.html.liquid
new file mode 100644
index 00000000..a69f22a1
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_learning_paths_index_advisors.html.liquid
@@ -0,0 +1,23 @@
+{% assign uniq_lps = '' %}
+
+
+ {% if items.any? %}
+ {% for learning_path in items %}
+ {% for category in learning_path.categories %}
+ {% if category.name == 'Category Advisors' %}
+ {% unless uniq_lps contains learning_path.name %}
+ {% include "cards_learning_path" with learning_path %}
+ {% assign uniq_lps = uniq_lps | append: learning_path.name %}
+ {% endunless %}
+ {% endif %}
+ {% endfor %}
+ {% endfor %}
+ {% else %}
+
+
+ {% t .empty %}
+
+
+
+ {% endif %}
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_lp_filters.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_lp_filters.html.liquid
new file mode 100644
index 00000000..b24c2751
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_lp_filters.html.liquid
@@ -0,0 +1,112 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_merchandising-carousel.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_merchandising-carousel.html.liquid
new file mode 100644
index 00000000..91d99646
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_merchandising-carousel.html.liquid
@@ -0,0 +1,103 @@
+
+
Merchandising
+
+
+ {% for course in courses.in_catalog %}
+ {% for category in course.categories %}
+ {% if category.name == 'Merchandising' %}
+
+ {% include 'cards_course' %}
+
+ {% endif %}
+ {% endfor %}
+ {% endfor %}
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_messages.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_messages.html.liquid
new file mode 100644
index 00000000..059fc568
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_messages.html.liquid
@@ -0,0 +1,19 @@
+{% 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 Supplier Sandbox/_modal.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_modal.html.liquid
new file mode 100644
index 00000000..19e504b1
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_modal.html.liquid
@@ -0,0 +1,359 @@
+
+
+
+
+
+
+
+
+
+ Welcome to Supplier Academy
+ your one-stop-shop for success at Walmart!
+
+
+
+ In Supplier Academy you can...
+
+
+
+
+
Explore hundreds of eLearning modules
+
+
+
+
Sign up for live webinars
+
+
+
+
Complete custom learning paths
+
+
+
+ The Supplier Development team is here to support you every step of the way. If you have any questions or need assistance, feel free to reach out to us at supplierdevelopment@walmart.com .
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_progress_circle.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_progress_circle.html.liquid
new file mode 100644
index 00000000..040aeed1
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_progress_circle.html.liquid
@@ -0,0 +1,47 @@
+
+
+
+
+
+ {{ count }}
+
+
+
+ {{ name }}
+
+
+
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_search_result.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_search_result.html.liquid
new file mode 100644
index 00000000..5c2a4991
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_search_result.html.liquid
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
{{ result.description }}
+
+
+
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_search_zero_state.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_search_zero_state.html.liquid
new file mode 100644
index 00000000..4e52c6fb
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_search_zero_state.html.liquid
@@ -0,0 +1,13 @@
+
+
+
+
+ {% t .nothing_found %}
+
+
+ {% t .empty %}
+
+
+
+
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_sub_navigation.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_sub_navigation.html.liquid
new file mode 100644
index 00000000..2757632e
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_sub_navigation.html.liquid
@@ -0,0 +1,74 @@
+
+
+
+ {% for link in navigations.sub_navigation %}
+ {% unless link.label == 'Dashboard' %}
+
+ {% endunless %}
+ {% endfor %}
+
+
+
+ {% comment %}
+
+
+ {% endcomment %}
+
+
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_training_events_dashboard.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_training_events_dashboard.html.liquid
new file mode 100644
index 00000000..17cda9af
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_training_events_dashboard.html.liquid
@@ -0,0 +1,61 @@
+{% assign events_counter = 0 %}
+
+
+
+ {% for training_event in training_events.enrolled %}
+
+ {% include "cards_training_event" with training_event %}
+ {% assign events_counter = events_counter | plus: 1 %}
+
+ {% endfor %}
+
+ {% if events_counter == 0 %}
+ {% include "training_events_zero_state" %}
+ {% endif %}
+
+
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_training_events_filter.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_training_events_filter.html.liquid
new file mode 100644
index 00000000..d4892278
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_training_events_filter.html.liquid
@@ -0,0 +1,53 @@
+
+
+
+ {% t shared.filters.filter %}
+
+
+
+
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_training_events_index.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_training_events_index.html.liquid
new file mode 100644
index 00000000..ff93b1c8
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_training_events_index.html.liquid
@@ -0,0 +1,13 @@
+
+ {% 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 Supplier Sandbox/_training_events_zero_state.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_training_events_zero_state.html.liquid
new file mode 100644
index 00000000..076b789e
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_training_events_zero_state.html.liquid
@@ -0,0 +1,9 @@
+
+
+ {% t .empty %}
+
+
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_training_session_calendars.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_training_session_calendars.html.liquid
new file mode 100644
index 00000000..6c758b73
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_training_session_calendars.html.liquid
@@ -0,0 +1,52 @@
+
+
+ {% t .add_to_calendar %}
+
+
+
+
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_training_session_cta.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_training_session_cta.html.liquid
new file mode 100644
index 00000000..d45b82db
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_training_session_cta.html.liquid
@@ -0,0 +1,53 @@
+
+{% 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 Supplier Sandbox/_training_session_date.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_training_session_date.html.liquid
new file mode 100644
index 00000000..48694035
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_training_session_date.html.liquid
@@ -0,0 +1,14 @@
+
+
+
+ {{ training_session.day }}
+
+
+
+ {{ training_session.month }}
+
+
+ {{ training_session.year }}
+
+
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_training_session_description.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_training_session_description.html.liquid
new file mode 100644
index 00000000..73be4cf4
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_training_session_description.html.liquid
@@ -0,0 +1,6 @@
+
+ {% t .header %}
+
+
+ {{ training_event.description }}
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_training_session_desktop_view.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_training_session_desktop_view.html.liquid
new file mode 100644
index 00000000..b0424892
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_training_session_desktop_view.html.liquid
@@ -0,0 +1,38 @@
+
+
+
+
+
+
+ {% 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 Supplier Sandbox/_training_session_details.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_training_session_details.html.liquid
new file mode 100644
index 00000000..ae23b7ac
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_training_session_details.html.liquid
@@ -0,0 +1,24 @@
+
+ {% 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 Supplier Sandbox/_training_session_header.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_training_session_header.html.liquid
new file mode 100644
index 00000000..10434cfa
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_training_session_header.html.liquid
@@ -0,0 +1,10 @@
+
+ {% t shared.event_types, key: training_event.event_type %}
+
+
+
+
+
+
+ {{ training_event.title }}
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_training_session_mobile_view.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_training_session_mobile_view.html.liquid
new file mode 100644
index 00000000..00455d4e
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_training_session_mobile_view.html.liquid
@@ -0,0 +1,22 @@
+
+
+ {% 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 Supplier Sandbox/_training_session_more_sessions.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_training_session_more_sessions.html.liquid
new file mode 100644
index 00000000..6cfafa87
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_training_session_more_sessions.html.liquid
@@ -0,0 +1,3 @@
+{% for session in training_event.sessions %}
+ {% include "training_session_tile", current_session: training_session %}
+{% endfor %}
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_training_session_status.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_training_session_status.html.liquid
new file mode 100644
index 00000000..75116282
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_training_session_status.html.liquid
@@ -0,0 +1,6 @@
+
+ {% if training_session.approved? %}
+
+ {% endif %}
+ {{ training_session.status.label }}
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_training_session_tile.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_training_session_tile.html.liquid
new file mode 100644
index 00000000..286a1168
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_training_session_tile.html.liquid
@@ -0,0 +1,17 @@
+{% 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 Supplier Sandbox/_welcome_section.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_welcome_section.html.liquid
new file mode 100644
index 00000000..c4e497ed
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_welcome_section.html.liquid
@@ -0,0 +1,146 @@
+{% if current_person.properties.person_locale == 'MEX' %}
+
+
+
+
+ Crece con Walmart es un programa de desarrollo de proveedores que tiene como
+ objetivo trabajar con personas que lideran micro, pequeñas y medianas empresas en
+ México. No importa en qué etapa de tu camino empresarial te encuentres, Crece con
+ Walmart es el lugar para fortalecer tus capacidades y habilidades de venta en línea a
+ través de aprendizaje autogestionado, sesiones grupales en vivo y mentorías uno a uno
+
+
+
Aquí te damos algunas ideas para empezar:
+
+
+ Antes de comenzar, dirígete a la ruta de Bienvenida para terminar de conocerte y
+ recomendarte los mejores contenidos con base en la situación actual de tu negocio.
+
+
+ ¡Empieza a navegar en las tres rutas de aprendizaje que hemos diseñado para ti y
+ descubre todo lo que Crece con Walmart puede hacer para impulsar y hacer crecer
+ aún más tu negocio!
+
+
+ ¿Tienes dudas sobre el sistema o algún proceso? Pasa por nuestro directorio de ayuda
+ y encuentra toda la información que necesitas.
+
+
+
+
+
+
+
+
+
+
+
+{% else %}
+
+
+
+
+ Supplier Academy is your one-stop-shop for success at Walmart.
+
+
+
Here’s how to get started:
+
+
+ U.S. small business?
+ Check out the Grow With Walmart programs!
+
+
+ New to Walmart?
+ Check our Welcome to Walmart series!
+
+
+ Seasoned Walmart supplier?
+ Explore the categories below to hone your skills and grow your business.
+
+
+ Have a system-specific questions?
+ Visit our Help Docs directory.
+
+
+
+
+
+
+
+
+
+
+
+{% endif %}
+
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_welcome_section_walmart.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_welcome_section_walmart.html.liquid
new file mode 100644
index 00000000..0f4d202b
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_welcome_section_walmart.html.liquid
@@ -0,0 +1,105 @@
+
+
+
+
+
+
+
+
+
+ Welcome to Walmart!
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_welcome_to_walmart_categories.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_welcome_to_walmart_categories.html.liquid
new file mode 100644
index 00000000..2964e82f
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_welcome_to_walmart_categories.html.liquid
@@ -0,0 +1,72 @@
+{% assign available_categories = 'Introduction to Walmart,Onboarding,Merchandising,Supply Chain,Getting Paid' %}
+{% assign uniq_cats = '' %}
+
+
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_welcome_to_walmart_courses.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_welcome_to_walmart_courses.html.liquid
new file mode 100644
index 00000000..77824a79
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_welcome_to_walmart_courses.html.liquid
@@ -0,0 +1,171 @@
+{% assign available_categories = 'Introduction to Walmart,Onboarding,Merchandising,Supply Chain,Getting Paid' %}
+{% assign uniq_courses = '' %}
+{% assign sorted_learning_paths = learning_paths.available | sort: "name" %}
+
+
+
+
+
+
+
+
+ 1. Introduction to Walmart
+
+
+
+ {% for learning_path in sorted_learning_paths %}
+ {% for category in learning_path.categories %}
+ {% if category.name == 'Introduction to Walmart'%}
+ {% unless uniq_courses contains learning_path.name %}
+ {% include 'cards_learning_paths_square' %}
+ {% assign uniq_courses = uniq_courses | append: learning_path.name %}
+ {% endunless %}
+ {% endif %}
+ {% endfor %}
+ {% endfor %}
+
+
+
+
+
+
+
+
+ 2. Onboarding
+
+
+
+ {% assign uniq_courses = "" %}
+ {% for learning_path in sorted_learning_paths %}
+ {% for category in learning_path.categories %}
+ {% if category.name == 'Onboarding' %}
+ {% unless uniq_courses contains learning_path.name %}
+ {% include 'cards_learning_paths_square' %}
+ {% assign uniq_courses = uniq_courses | append: learning_path.name | append: "," %}
+ {% endunless %}
+ {% endif %}
+ {% endfor %}
+ {% endfor %}
+
+
+
+
+
+
+
+
+ 3. Merchandising
+
+
+
+ {% for learning_path in sorted_learning_paths %}
+ {% for category in learning_path.categories %}
+ {% if category.name == 'Merchandising'%}
+ {% unless uniq_courses contains learning_path.name %}
+ {% include 'cards_learning_paths_square' %}
+ {% assign uniq_courses = uniq_courses | append: learning_path.name %}
+ {% endunless %}
+ {% endif %}
+ {% endfor %}
+ {% endfor %}
+
+
+
+
+
+
+
+
+ 4. Supply Chain
+
+
+
+ {% for learning_path in sorted_learning_paths %}
+ {% for category in learning_path.categories %}
+ {% if category.name == 'Supply Chain'%}
+ {% unless uniq_courses contains learning_path.name %}
+ {% include 'cards_learning_paths_square' %}
+ {% assign uniq_courses = uniq_courses | append: learning_path.name %}
+ {% endunless %}
+ {% endif %}
+ {% endfor %}
+ {% endfor %}
+
+
+
+
+
+
+
+
+ 5. Getting Paid
+
+
+
+ {% for learning_path in sorted_learning_paths %}
+ {% for category in learning_path.categories %}
+ {% if category.name == 'Getting Paid'%}
+ {% unless uniq_courses contains learning_path.name %}
+ {% include 'cards_learning_paths_square' %}
+ {% assign uniq_courses = uniq_courses | append: learning_path.name %}
+ {% endunless %}
+ {% endif %}
+ {% endfor %}
+ {% endfor %}
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_widget_course_progress.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_widget_course_progress.html.liquid
new file mode 100644
index 00000000..c7b5e48b
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/_widget_course_progress.html.liquid
@@ -0,0 +1,139 @@
+{% assign ring_background_color = '#e5e9eb' %}
+{% assign ring_fill_color = '#041141' %}
+{% assign number_color = 'rgb(0, 0, 0)' %}
+{% assign text_color = '#041141' %}
+{% assign background_color = 'white' %}
+
+
+
+ {% if courses.enrolled.any? %}
+
+ {% assign countComplete = 0 %}
+ {% assign countInProgress = 0 %}
+ {% assign countNotStarted = 0 %}
+ {% assign countTotal = 0 | times: 1.0 %}
+ {% for course in courses.enrolled %}
+ {% assign countTotal = countTotal | plus: 1 %}
+ {% if course.progress == 100 %}
+ {% assign countComplete = countComplete | plus: 1 %}
+ {% endif %}
+ {% if course.progress > 0 and course.progress < 100 %}
+ {% assign countInProgress = countInProgress | plus: 1 %}
+ {% endif %}
+ {% if course.progress == 0 %}
+ {% assign countNotStarted = countNotStarted | plus: 1 %}
+ {% endif %}
+ {% endfor %}
+
+
+ {%
+ include "progress_circle",
+ name: 'Completed' ,
+ count: countComplete ,
+ total: countTotal,
+ size: "120",
+ stroke_color: ring_fill_color,
+ stroke_color_bg: ring_background_color,
+ text_color: text_color,
+ number_color: number_color
+ %}
+
+
+ {%
+ include "progress_circle",
+ name:'In Progress' ,
+ count: countInProgress ,
+ total: countTotal,
+ size: "120",
+ stroke_color: ring_fill_color,
+ stroke_color_bg: ring_background_color,
+ text_color: text_color,
+ number_color: number_color
+ %}
+
+
+
+ {% 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 Supplier Sandbox/account.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/account.html.liquid
new file mode 100644
index 00000000..2ad5d917
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/account.html.liquid
@@ -0,0 +1,14 @@
+{% include "header" %}
+
+
+
+ {% include "account_mobile_view", form: form %}
+
+
+
+ {% include "account_desktop_view", form: form %}
+
+
+
+{% include "footer" %}
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/advisors.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/advisors.html.liquid
new file mode 100644
index 00000000..e79967c5
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/advisors.html.liquid
@@ -0,0 +1,29 @@
+{% assign category_advisors = false %}
+
+{% for group in current_person.groups %}
+ {% if group.name == 'Category Advisors' %}
+ {% assign category_advisors = true %}
+ {% endif %}
+{% endfor %}
+
+{% unless category_advisors %}
+
+{% endunless %}
+
+{% include "header" %}
+{% include "sub_navigation" %}
+
+ {% include 'advisors_banners' %}
+
+ {% include "learning_paths_index_advisors", items: learning_paths.available %}
+
+
+{% include "footer" %}
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/articles.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/articles.html.liquid
new file mode 100644
index 00000000..b05904af
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/articles.html.liquid
@@ -0,0 +1,36 @@
+{% 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 Supplier Sandbox/auth_url_email.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/auth_url_email.html.liquid
new file mode 100644
index 00000000..a413959c
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/auth_url_email.html.liquid
@@ -0,0 +1,59 @@
+
+
+ {% include "header_minimal" %}
+
+
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/auth_url_employee.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/auth_url_employee.html.liquid
new file mode 100644
index 00000000..c8d8adf7
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/auth_url_employee.html.liquid
@@ -0,0 +1,59 @@
+
+
+ {% include "header_minimal" %}
+
+
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/auth_url_phone_number.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/auth_url_phone_number.html.liquid
new file mode 100644
index 00000000..aafae119
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/auth_url_phone_number.html.liquid
@@ -0,0 +1,40 @@
+
+
+ {% include "header_minimal" %}
+
+
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/auth_url_terms.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/auth_url_terms.html.liquid
new file mode 100644
index 00000000..a7087db2
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/auth_url_terms.html.liquid
@@ -0,0 +1,74 @@
+
+
+ {% include "header_minimal" %}
+
+
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/blog.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/blog.html.liquid
new file mode 100644
index 00000000..643855cd
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/blog.html.liquid
@@ -0,0 +1,18 @@
+{% if current_person.properties.first_login == true %}
+
+{% endif %}
+
+{% include "header" %}
+{% include "course_version_outdated_alert", courses: courses.in_catalog %}
+{% include "sub_navigation" %}
+
+
+ {% include "courses_blogs" %}
+
+{% include "footer" %}
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/catalog.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/catalog.html.liquid
new file mode 100644
index 00000000..630e9c80
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/catalog.html.liquid
@@ -0,0 +1,29 @@
+{% if current_person.properties.first_login == true %}
+
+{% endif %}
+
+{% 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 Supplier Sandbox/categories-catalog.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/categories-catalog.html.liquid
new file mode 100644
index 00000000..88d20006
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/categories-catalog.html.liquid
@@ -0,0 +1,29 @@
+{% if current_person.properties.first_login == true %}
+
+{% endif %}
+
+{% include "header" %}
+{% include "course_version_outdated_alert", courses: courses.in_catalog %}
+{% include "sub_navigation" %}
+
+
+ {% include "categories_courses_catalog" %}
+
+{% include "footer" %}
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/categories-catalog.htmll.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/categories-catalog.htmll.liquid
new file mode 100644
index 00000000..e80359ba
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/categories-catalog.htmll.liquid
@@ -0,0 +1,23 @@
+{% include "header" %}
+{% include "course_version_outdated_alert", courses: courses.in_catalog %}
+{% include "sub_navigation" %}
+
+
+ {% include "categories_courses_catalog" %}
+
+{% include "footer" %}
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/certifications.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/certifications.html.liquid
new file mode 100644
index 00000000..99e83811
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/certifications.html.liquid
@@ -0,0 +1,39 @@
+{% if current_person.properties.first_login == true %}
+
+{% endif %}
+
+{% 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 Supplier Sandbox/course.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/course.html.liquid
new file mode 100644
index 00000000..a2f0b6ca
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/course.html.liquid
@@ -0,0 +1,31 @@
+{% if current_person.properties.first_login == true %}
+
+{% endif %}
+
+{% assign skip_overview = false %}
+ {% for category in course.categories %}
+ {% if category.name == 'HelpDoc' %}
+ {% assign skip_overview = true %}
+ {% endif %}
+ {% endfor %}
+{% if skip_overview %}
+ {% if course.enrolled? %}
+
+ {% endif %}
+ {% else %}
+ {% include "header" %}
+
+
+ {% include "course_desktop_view" %}
+
+
+ {% include "course_mobile_view" %}
+
+
+ {% include "footer" %}
+{% endif %}
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/courses.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/courses.html.liquid
new file mode 100644
index 00000000..4f729ab7
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/courses.html.liquid
@@ -0,0 +1,17 @@
+{% if current_person.properties.first_login == true %}
+
+{% endif %}
+
+{% 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 Supplier Sandbox/dashboard.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/dashboard.html.liquid
new file mode 100644
index 00000000..6f6a694b
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/dashboard.html.liquid
@@ -0,0 +1,63 @@
+
+
+{% comment %} {% assign getting_started_courses = false %}
+{% assign merchandising_courses = false %}
+{% assign analysis_and_reporting_courses = false %}
+{% assign courses_in_progress = false %}
+
+{% for course in courses.in_catalog %}
+ {% for category in course.categories %}
+ {% if category.name == 'Getting Started' %}
+ {% assign getting_started_courses = true %}
+ {% endif %}
+ {% if category.name == 'Merchandising' %}
+ {% assign merchandising_courses = true %}
+ {% endif %}
+ {% if category.name == 'Analysis and Reporting' %}
+ {% assign analysis_and_reporting_courses = true %}
+ {% endif %}
+ {% endfor %}
+{% endfor %}
+
+{% for course in courses.enrolled %}
+ {% if course.progress > 0 and course.progress < 100 %}
+ {% assign courses_in_progress = true %}
+ {% endif %}
+{% endfor %}
+
+
+{% include "header" %}
+{% include "course_version_outdated_alert", courses: courses.enrolled %}
+{% include "sub_navigation" %}
+
+
+
+ {% if getting_started_courses %}
+ {% include 'getting-started-carousel' %}
+ {% endif %}
+ {% if merchandising_courses %}
+ {% include 'merchandising-carousel' %}
+ {% endif %}
+ {% if analysis_and_reporting_courses %}
+ {% include 'analysis-and-reporting-carousel' %}
+ {% endif %}
+
+
+ {% include "widget_course_progress" %}
+ {% if features.training_events? %}
+
+ {% include "training_events_dashboard" %}
+ {% endif %}
+
+
+
+
+{% include "footer" %}
+
+ {% endcomment %}
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/forgot_password.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/forgot_password.html.liquid
new file mode 100644
index 00000000..3d65513f
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/forgot_password.html.liquid
@@ -0,0 +1,25 @@
+
+
+ {% include "header_minimal" %}
+
+
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/grow-with-walmart-catalog.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/grow-with-walmart-catalog.html.liquid
new file mode 100644
index 00000000..569ef75c
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/grow-with-walmart-catalog.html.liquid
@@ -0,0 +1,55 @@
+{% if current_person.properties.first_login == true %}
+
+{% endif %}
+
+{% include "header" %}
+{% include "sub_navigation" %}
+
+
+{% include 'grow_with_walmart_banners' %}
+
+
+
+ {% for learning_path in learning_paths.enrolled %}
+ {% for category in learning_path.categories %}
+ {% if us_user_grow %}
+ {% if category.name == 'Grow With Walmart' %}
+ {% include "cards_learning_path" %}
+ {% endif %}
+ {% elsif us_user_supplier %}
+ {% unless category.name == 'Walmart Vriddhi' or category.name == 'Crece con Walmart' %}
+ {% include "cards_learning_path" %}
+ {% endunless %}
+ {% elsif india_user %}
+ {% if category.name == 'Walmart Vriddhi' %}
+ {% include "cards_learning_path" %}
+ {% endif %}
+ {% elsif mexico_user %}
+ {% if category.name == 'Crece con Walmart' %}
+ {% include "cards_learning_path" %}
+ {% endif %}
+ {% endif %}
+ {% endfor %}
+ {% endfor %}
+
+ {% if us_user_grow == false and us_user_supplier == false and india_user == false and mexico_user == false %}
+ {% capture message %}
+ {% t shared.zero_state.courses.catalog,
+ key: current_school.course_vocabulary
+ %}
+ {% endcapture %}
+ {% include "grow-with-walmart-zero-state", message: message %}
+ {% endif %}
+
+
+{% include "footer" %}
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/grow_with_walmart_catalog.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/grow_with_walmart_catalog.html.liquid
new file mode 100644
index 00000000..630e9c80
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/grow_with_walmart_catalog.html.liquid
@@ -0,0 +1,29 @@
+{% if current_person.properties.first_login == true %}
+
+{% endif %}
+
+{% 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 Supplier Sandbox/help-docs.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/help-docs.html.liquid
new file mode 100644
index 00000000..72c91b9e
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/help-docs.html.liquid
@@ -0,0 +1,12 @@
+{% include "header" %}
+{% include "course_version_outdated_alert", courses: courses.in_catalog %}
+{% include "sub_navigation" %}
+
+
+ {% include "courses_help_doc" %}
+
+{% include "footer" %}
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/homepage.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/homepage.html.liquid
new file mode 100644
index 00000000..3286cf10
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/homepage.html.liquid
@@ -0,0 +1,48 @@
+
+
+{% assign in_progress_courses = 0 %}
+{% for course in courses.enrolled %}
+ {% if course.progress > 0 and course.progress < 100 %}
+ {% assign in_progress_courses = in_progress_courses | plus: 1 %}
+ {% endif %}
+{% endfor %}
+
+ {% if current_person.properties.first_login %}
+ {% include 'modal' %}
+ {% endif %}
+
+{% include "header" %}
+{% include "course_version_outdated_alert", courses: courses.featured %}
+
+
+
+
+{% include "sub_navigation" %}
+
+
+ {% include 'homepage_nav' %}
+
+
+ {% comment %}
+ {% include 'welcome_section' %}
+ {% endcomment %}
+
+ {% include 'homepage_widget_and_events' %}
+
+ {% if in_progress_courses > 0 %}
+
+ {% include 'continue_learning' %}
+
+ {% endif %}
+
+ {% include 'catalog_categories' %}
+
+
+ {% include 'faq_section' %}
+
+
+
+{% include "footer" %}
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/learning_path.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/learning_path.html.liquid
new file mode 100644
index 00000000..5cbb5a93
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/learning_path.html.liquid
@@ -0,0 +1,10 @@
+{% include "header" %}
+
+
+ {% include "learning_path_desktop_view" %}
+
+
+ {% include "learning_path_mobile_view" %}
+
+
+{% include "footer" %}
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/learning_path_summary.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/learning_path_summary.html.liquid
new file mode 100644
index 00000000..99ae32ed
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/learning_path_summary.html.liquid
@@ -0,0 +1,10 @@
+{% include "header" %}
+
+
+ {% include "learning_path_summary_desktop_view" %}
+
+
+ {% include "learning_path_summary_mobile_view" %}
+
+
+{% include "footer" %}
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/learning_paths.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/learning_paths.html.liquid
new file mode 100644
index 00000000..0ff0fdf3
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/learning_paths.html.liquid
@@ -0,0 +1,23 @@
+{% if current_person.properties.first_login == true %}
+
+{% endif %}
+
+{% include "header" %}
+{% include "sub_navigation" %}
+
+
+
+
+ {% t shared.learning_paths %}
+
+
+ {% t .subtitle %}
+
+ {% include 'lp_filters' %}
+
+ {% include "learning_paths_index", items: learning_paths.available %}
+
+
+{% include "footer" %}
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/login.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/login.html.liquid
new file mode 100644
index 00000000..bde185dd
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/login.html.liquid
@@ -0,0 +1,53 @@
+
+
+ {% include "header_minimal" %}
+
+
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/master.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/master.html.liquid
new file mode 100644
index 00000000..63345068
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/master.html.liquid
@@ -0,0 +1 @@
+{% body %}
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/not_found.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/not_found.html.liquid
new file mode 100644
index 00000000..91c76e4b
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/not_found.html.liquid
@@ -0,0 +1,10 @@
+
+
+
+
+
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/private_certificate.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/private_certificate.html.liquid
new file mode 100644
index 00000000..15d05419
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/private_certificate.html.liquid
@@ -0,0 +1,10 @@
+{% include "header" %}
+{% include "certificates_top_bar" %}
+
+
+
+ {% include "certificates_preview" %}
+ {% include "certificates_info_column" %}
+
+
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/public_certificate.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/public_certificate.html.liquid
new file mode 100644
index 00000000..15d05419
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/public_certificate.html.liquid
@@ -0,0 +1,10 @@
+{% include "header" %}
+{% include "certificates_top_bar" %}
+
+
+
+ {% include "certificates_preview" %}
+ {% include "certificates_info_column" %}
+
+
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/reset_password.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/reset_password.html.liquid
new file mode 100644
index 00000000..281c6eaa
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/reset_password.html.liquid
@@ -0,0 +1,43 @@
+
+
+ {% include "header_minimal" %}
+
+
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/search.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/search.html.liquid
new file mode 100644
index 00000000..745a75aa
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/search.html.liquid
@@ -0,0 +1,27 @@
+{% include "header" %}
+
+
+ {% t .title %}
+
+
+ {% if results.items.any? %}
+ {% render "search_result" for results.items as result %}
+ {% else %}
+ {% include "search_zero_state" %}
+ {% endif %}
+
+{% include "footer" %}
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/server_error.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/server_error.html.liquid
new file mode 100644
index 00000000..37899ae0
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/server_error.html.liquid
@@ -0,0 +1,23 @@
+{% comment %}
+
+ {% t .headline %}
+
+
+
+
{% endcomment %}
+
+
+
+
+
+
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/sign_up.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/sign_up.html.liquid
new file mode 100644
index 00000000..7a903da4
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/sign_up.html.liquid
@@ -0,0 +1,72 @@
+
+
+ {% include "header_minimal" %}
+
+
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/styles.css.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/styles.css.liquid
new file mode 100644
index 00000000..cf80eab3
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/styles.css.liquid
@@ -0,0 +1,355 @@
+ /*
+ Put your custom overlay styles in here
+ You can use your northpass color palette in this file
+
+{{ color_palette.button_font_color }}
+{{ color_palette.button_color }}
+{{ color_palette.button_hover_color }}
+{{ color_palette.header_font_color }}
+{{ color_palette.header_font_hover_color }}
+{{ color_palette.header_color }}
+*/
+
+@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;
+ color: #fff;
+}
+
+body {
+ background: #001E60;
+}
+
+.np-homepage-featured .np-homepage-headline, .np-homepage-featured .np-homepage-subheadline, .np-resource-title, .np-dashboard-resources-title, .np-dashboard-resources-category, .np-resource-subtitle, .np-search .np-resource-subtitle-number{
+ color: #fff;
+}
+
+.np-sub-navigation {
+ background-color: #001e60 !important;
+ padding: 25px 0 0 0;
+ margin: 0 0 0 0;
+}
+.np-sub-navigation-content-item-link {
+ height: 15px;
+}
+
+.np-sub-navigation-content-item-inactive {
+ --np-button-color: #ffffff !important;
+ --np-button-font-color: #ffffff !important;
+ color: #ffffff !important;
+}
+.np-sub-navigation-content-item-inactive
+.np-sub-navigation-content-item-link {
+ color: #ffffff;
+}
+
+.np-sub-navigation-content-item-inactive
+.np-sub-navigation-content-item-icon {
+ color: #ffffff;
+}
+
+.np-sub-navigation-content-item-active
+.np-sub-navigation-content-item-link {
+ color: #FFC220;
+}
+
+
+.np-sub-navigation-content-item-active {
+ --np-button-color: #FFC220 !important;
+ --np-button-font-color: #FFC220 !important;
+ color: #FFC220 !important;
+}
+
+
+.feature-lp-card {
+ text-decoration: none;
+}
+.lp-feature-image {
+ width: 100%;
+}
+.text-heading {
+ color: #fff;
+ font-size: 30px;
+ font-weight: 600;
+}
+.text-container {
+ margin-bottom: 20px;
+}
+section {
+ padding: 50px 20px;
+}
+
+.text-center {
+ text-align: center;
+}
+
+.carousel-heading {
+ color: #fff;
+ font-weight: 600;
+ font-size: 25px;
+}
+
+.heading-container {
+ margin-bottom: 20px;
+}
+
+.np-learning-paths {
+ background: #001E60;
+}
+.np-card-header-icon, .np-card-header-type, .np-learning-path-items-count {
+ color: #041141;
+}
+.card-course {
+ margin: 10px;
+ height: 100%;
+}
+.button-course {
+ background: #001E60;
+ color: #fff;
+ text-decoration: none;
+ padding: 12.5px 25px;
+ border-radius: 25px;
+ font-weight: 600;
+ display: flex;
+}
+.button-container {
+ display: flex;
+}
+
+.np-card-heading, .np-course-outline-content-section-name {
+ color: #1b3e4f;
+}
+.np-card-text, .np-card-text p, .np-card-text strong, .np-card-text span {
+ color: #1b3e4f !important;
+}
+.carousel-wrapper {
+ position: relative;
+}
+.slick-slider {
+ position: initial !important;
+ margin-bottom: 30px;
+}
+.slick-arrow {
+ position: absolute;
+ right: 0;
+ width: 40px;
+ height: 40px;
+ border-radius: 50%;
+ background: #fff;
+ display: flex;
+ color: #000;
+ align-items: center;
+ justify-content: center;
+ cursor: pointer;
+ top: -50px;
+}
+.slick-arrow.slick-disabled {
+ opacity: 0.5;
+ cursor: initial;
+}
+.arrow-left {
+ margin-right: 50px;
+}
+.np-header-logo-image {
+ height: 25px;
+}
+.course-categories-wrapper {
+ display: flex;
+ flex-wrap: wrap;
+}
+.np-content-categories-content-item {
+ margin-bottom: 12px;
+}
+.np-zero-state-text {
+ color: #fff;
+}
+.np-learning-path-outline-name {
+ color: #041E42;
+}
+.np-learning-path-outline-name-locked {
+ color: #fff;
+}
+.search-input {
+ background: #001e60;
+}
+.slick-track {
+ display: flex !important;
+ margin: 0 !important
+}
+.slick-slide {
+ height: auto !important;
+}
+.carousel-filter-wrapper {
+ position: relative;
+ width: 100%;
+ color: #000;
+ border-radius: 4px;
+ display: flex;
+ justify-content: start;
+ margin-top: 20px;
+}
+.filter-checkbox {
+width: 20px;
+height: 20px;
+}
+
+.filter-container {
+ position: relative;
+}
+
+.filter {
+ background-color: #d9dfe2;
+ padding: 10px 20px;
+ cursor: pointer;
+ width: 100%;
+ text-align: center;
+ border-radius: 4px;
+ color: #305263;
+ font-size: 14px;
+ font-weight: 700;;
+}
+
+.filter-content {
+ position: absolute;
+ top: 100%;
+ width: 250px;
+ background-color: #fff;
+ border: 1px solid #ccc;
+ border-radius: 4px;
+ display: none;
+ flex-direction: column;
+ gap: 10px;
+ max-height: 0;
+ overflow: hidden;
+ transition: max-height 0.4s ease, width 0.4s ease;
+ z-index: 111;
+ box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
+ padding: 5px;
+ margin-top: 5px;
+}
+
+.filter-option {
+ padding: 10px;
+ display: flex;
+ align-items: end;
+ gap: 10px;
+}
+
+.np-training-session-time {
+ color: #1b3e4f;
+}
+.np-training-session-cta-buttons {
+ margin: 20px
+}
+.np-training-session-sessions-title {
+ color: #fff;
+}
+
+.filter-active .filter-content {
+ display: flex;
+ max-height: 500px;
+ width: 250px;
+}
+.card-course-container {
+ margin-bottom: 20px;
+}
+.np-card-ribbon {
+ padding: 5px;
+}
+.lps-wrapper {
+ margin-top: 40px;
+}
+.np-footer-support-help, .np-footer-support-item {
+ color: #fff;
+}
+.calendar-icon-event {
+ margin-bottom: 10px;
+}
+.white-text {
+ color: #fff;
+}
+.events-link {
+ text-decoration: none;
+}
+.events-link:hover {
+ text-decoration: underline;
+}
+@media only screen and (max-width: 1000px) {
+ .welcome-section-wrapper {
+ flex-direction: column;
+ }
+ .category-links-wrapper {
+ grid-template-columns: repeat(2, 1fr) !important;
+ }
+ .introduction {
+ white-space: inherit !important;
+ }
+}
+@media only screen and (max-width: 768px) {
+ .category-links-wrapper {
+ grid-template-columns: repeat(1, 1fr) !important;
+ }
+ .faq-wrapper {
+ grid-template-columns: repeat(1, 1fr) !important;
+ }
+}
+@media only screen and (max-width: 500px) {
+ .np-sub-navigation {
+ display: none;
+ }
+ .np-header-logo-image {
+ height: 20px;
+ }
+}
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/training_events.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/training_events.html.liquid
new file mode 100644
index 00000000..f6eb681e
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/training_events.html.liquid
@@ -0,0 +1,25 @@
+{% if current_person.properties.first_login == true %}
+
+{% endif %}
+
+{% 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 Supplier Sandbox/training_session.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/training_session.html.liquid
new file mode 100644
index 00000000..5b78b834
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/training_session.html.liquid
@@ -0,0 +1,10 @@
+{% include "header" %}
+
+
+ {% include "training_session_desktop_view" %}
+
+
+ {% include "training_session_mobile_view" %}
+
+
+{% include "footer" %}
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/training_session_attendance.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/training_session_attendance.html.liquid
new file mode 100644
index 00000000..71bb6119
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/training_session_attendance.html.liquid
@@ -0,0 +1,43 @@
+{% 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 Supplier Sandbox/transcript.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/transcript.html.liquid
new file mode 100644
index 00000000..b6cb5428
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/transcript.html.liquid
@@ -0,0 +1,8 @@
+{% include "header" %}
+{% include "account_tabs" %}
+
+
+ {% transcript %}
+
+
+{% include "footer" %}
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Sandbox/unsubscribe.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/unsubscribe.html.liquid
new file mode 100644
index 00000000..69a54028
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/unsubscribe.html.liquid
@@ -0,0 +1,30 @@
+{% 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 Supplier Sandbox/welcome-to-walmart.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/welcome-to-walmart.html.liquid
new file mode 100644
index 00000000..4ae4fe58
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Sandbox/welcome-to-walmart.html.liquid
@@ -0,0 +1,7 @@
+
+
+