diff --git a/Custom_Templates/customer_templates/Walmart Supplier Mexico/_account_avatar.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_account_avatar.html.liquid
new file mode 100644
index 00000000..d952af93
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_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 Mexico/_account_desktop_view.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_account_desktop_view.html.liquid
new file mode 100644
index 00000000..8ae8599d
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_account_desktop_view.html.liquid
@@ -0,0 +1,19 @@
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Mexico/_account_form.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_account_form.html.liquid
new file mode 100644
index 00000000..ddd264c2
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_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 Mexico/_account_mobile_view.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_account_mobile_view.html.liquid
new file mode 100644
index 00000000..6ac8c007
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_account_mobile_view.html.liquid
@@ -0,0 +1,17 @@
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Mexico/_account_tabs.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_account_tabs.html.liquid
new file mode 100644
index 00000000..f4de6c8e
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_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 Mexico/_advisors_banners.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_advisors_banners.html.liquid
new file mode 100644
index 00000000..2f137e04
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_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 Mexico/_analysis-and-reporting-carousel.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_analysis-and-reporting-carousel.html.liquid
new file mode 100644
index 00000000..0a79e83d
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_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 Mexico/_announcements.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_announcements.html.liquid
new file mode 100644
index 00000000..cb2cfad0
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_announcements.html.liquid
@@ -0,0 +1,63 @@
+{% 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 "courses_zero_state", message: "No tienes ningún curso asignado." %}
+ {% endif %}
+
+
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Mexico/_cards_article.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_cards_article.html.liquid
new file mode 100644
index 00000000..837e4ae4
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_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 Mexico/_cards_course.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_cards_course.html.liquid
new file mode 100644
index 00000000..cfe32b6a
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_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 Mexico/_cards_course_ongoing.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_cards_course_ongoing.html.liquid
new file mode 100644
index 00000000..ca71767f
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_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 Mexico/_cards_learning_path.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_cards_learning_path.html.liquid
new file mode 100644
index 00000000..ee5917f3
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_cards_learning_path.html.liquid
@@ -0,0 +1,83 @@
+
+
+
+
+
+
+
+
+
+
+ {{ 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 Mexico/_cards_learning_path_progress.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_cards_learning_path_progress.html.liquid
new file mode 100644
index 00000000..d24ca23b
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_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 Mexico/_cards_learning_paths_square.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_cards_learning_paths_square.html.liquid
new file mode 100644
index 00000000..4d8d84ad
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_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 Mexico/_cards_training_event.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_cards_training_event.html.liquid
new file mode 100644
index 00000000..2f3c2338
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_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 Mexico/_carousel_courses.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_carousel_courses.html.liquid
new file mode 100644
index 00000000..c7872b5e
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_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 Mexico/_catalog_categories.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_catalog_categories.html.liquid
new file mode 100644
index 00000000..734cf726
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_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 Mexico/_categories_courses_catalog.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_categories_courses_catalog.html.liquid
new file mode 100644
index 00000000..31172bb8
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_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 Mexico/_certificates_info_column.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_certificates_info_column.html.liquid
new file mode 100644
index 00000000..61adfaba
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_certificates_info_column.html.liquid
@@ -0,0 +1,4 @@
+
+ {% include "certificates_verification" %}
+ {% include "certificates_metadata" %}
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Mexico/_certificates_metadata.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_certificates_metadata.html.liquid
new file mode 100644
index 00000000..9f4a1dba
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_certificates_metadata.html.liquid
@@ -0,0 +1,59 @@
+
+
+
+
+
+ {% if certificate.issuer_name_enabled? %}
+
+
+ {% endif %}
+
+
+
+
+
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Mexico/_certificates_preview.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_certificates_preview.html.liquid
new file mode 100644
index 00000000..6357b621
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_certificates_preview.html.liquid
@@ -0,0 +1,35 @@
+
+
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Mexico/_certificates_top_bar.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_certificates_top_bar.html.liquid
new file mode 100644
index 00000000..74a7ae41
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_certificates_top_bar.html.liquid
@@ -0,0 +1,44 @@
+
+
+
+
+ {{certificate.certificate_name}}
+
+
+
+
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Mexico/_certificates_verification.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_certificates_verification.html.liquid
new file mode 100644
index 00000000..4fc19415
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_certificates_verification.html.liquid
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+ {{certificate.verification_title}}
+
+
+ {{certificate.verification_description}}
+
+
+
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Mexico/_continue_learning.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_continue_learning.html.liquid
new file mode 100644
index 00000000..3829d450
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_continue_learning.html.liquid
@@ -0,0 +1,58 @@
+{% assign uniqe_enrolled = '' %}
+
+
+ Continue Learning
+
+
+
+
+ {% for learning_path in learning_paths.enrolled %}
+ {% if learning_path.progress > 0 and learning_path.progress < 100 %}
+ {% for category in learning_path.categories %}
+ {% unless category.name == "HelpDoc" %}
+ {% unless uniqe_enrolled contains learning_path.name %}
+
+ {% include 'lp_progress_cards' %}
+
+ {% assign uniqe_enrolled = uniqe_enrolled | append: learning_path.name | append: ',' %}
+ {% endunless %}
+ {% endunless %}
+ {% endfor %}
+ {% endif %}
+ {% endfor %}
+
+
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Mexico/_course_activity_locked.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_course_activity_locked.html.liquid
new file mode 100644
index 00000000..386393d5
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_course_activity_locked.html.liquid
@@ -0,0 +1,4 @@
+
+
+ {{ activity.title }}
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Mexico/_course_activity_unlocked.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_course_activity_unlocked.html.liquid
new file mode 100644
index 00000000..30c03305
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_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 Mexico/_course_categories.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_course_categories.html.liquid
new file mode 100644
index 00000000..e578a324
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_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 Mexico/_course_description.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_course_description.html.liquid
new file mode 100644
index 00000000..269f9216
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_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 Mexico/_course_desktop_view.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_course_desktop_view.html.liquid
new file mode 100644
index 00000000..e16fee16
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_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 Mexico/_course_events.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_course_events.html.liquid
new file mode 100644
index 00000000..5fa80eef
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_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 Mexico/_course_header.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_course_header.html.liquid
new file mode 100644
index 00000000..84820ec4
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_course_header.html.liquid
@@ -0,0 +1,16 @@
+
+ {{ current_school.course_vocabulary }}
+
+
+
+
+
+
+
+ {{ course.name }}
+
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Mexico/_course_instructors.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_course_instructors.html.liquid
new file mode 100644
index 00000000..8b608928
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_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 Mexico/_course_mobile_view.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_course_mobile_view.html.liquid
new file mode 100644
index 00000000..7f31ff35
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_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 Mexico/_course_outline.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_course_outline.html.liquid
new file mode 100644
index 00000000..72f97e79
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_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 Mexico/_course_progress_and_cta.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_course_progress_and_cta.html.liquid
new file mode 100644
index 00000000..1c3db9fa
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_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 Mexico/_course_version_outdated_alert.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_course_version_outdated_alert.html.liquid
new file mode 100644
index 00000000..03e245ab
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_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 Mexico/_course_version_outdated_popup.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_course_version_outdated_popup.html.liquid
new file mode 100644
index 00000000..d2e6fc52
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_course_version_outdated_popup.html.liquid
@@ -0,0 +1,33 @@
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Mexico/_courses_blogs.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_courses_blogs.html.liquid
new file mode 100644
index 00000000..5523f258
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_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 Mexico/_courses_catalog.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_courses_catalog.html.liquid
new file mode 100644
index 00000000..c5c9401f
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_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 Mexico/_courses_help_doc.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_courses_help_doc.html.liquid
new file mode 100644
index 00000000..ae184a70
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_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 Mexico/_courses_index.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_courses_index.html.liquid
new file mode 100644
index 00000000..19e7671b
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_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 Mexico/_courses_zero_state.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_courses_zero_state.html.liquid
new file mode 100644
index 00000000..8b0d4322
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_courses_zero_state.html.liquid
@@ -0,0 +1,6 @@
+
+
+ {{ message }}
+
+
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Mexico/_crete_con_walmart_lp_section.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_crete_con_walmart_lp_section.html.liquid
new file mode 100644
index 00000000..59a9c66c
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_crete_con_walmart_lp_section.html.liquid
@@ -0,0 +1,41 @@
+
+
+
+
+
+ Crece con Walmart
+
+
+
+ Es la entrada al ecosistema Walmart. Aqui podrás fortalecer tus habilidades empresariales y digitales y conocer como iniciar tu camino en el Marketplace de Walmart Mexico.
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Mexico/_crete_con_walmart_section.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_crete_con_walmart_section.html.liquid
new file mode 100644
index 00000000..373d42ee
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_crete_con_walmart_section.html.liquid
@@ -0,0 +1,32 @@
+
+
+
+
+
+ Crece con Walmart
+
+
+
+ Programa dirigido a micro, pequeñas y medianas empresas (MIPYME) en México que buscan ampliar sus capacidades empresariales y digitales.
+
+
+ Descubre más aquí.
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Mexico/_custom_lp_index.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_custom_lp_index.html.liquid
new file mode 100644
index 00000000..dccc573d
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_custom_lp_index.html.liquid
@@ -0,0 +1,47 @@
+
+
+ {% if items.any? %}
+ {% for learning_path in items %}
+ {% for category in learning_path.categories %}
+ {% if category.name == '{{cat}}' %}
+ {% include "cards_learning_path" with learning_path %}
+ {% endif %}
+ {% endfor %}
+ {% endfor %}
+ {% else %}
+
+
+ No tienes asignadas rutas de aprendizaje.
+
+
+
+ {% endif %}
+
+
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Mexico/_custom_sub_nav.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_custom_sub_nav.html.liquid
new file mode 100644
index 00000000..3e90c75e
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_custom_sub_nav.html.liquid
@@ -0,0 +1,63 @@
+
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Mexico/_faq_section.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_faq_section.html.liquid
new file mode 100644
index 00000000..eff68dce
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_faq_section.html.liquid
@@ -0,0 +1,219 @@
+
+
+
+ FAQ | Academia de Proveedores de Walmart de México y Centroamérica
+
+
+
+
+
+
+
+
+
+ ¿Quién puede acceder a la Academia de Proveedores de Walmart de México y Centroamérica?
+
+
+
+
+ La Academia de Proveedores está disponible para cualquier persona que quiera fortalecer sus habilidades empresariales así como aprender sobre Walmart y sus diferentes canales de venta. Los interesados deben registrarse via Retail Link.
+ Los programas de aprendizaje se ponen a tu disposición según el punto en el que te encuentres en tu trayectoria como empresario/proveedor, desde conocer los primeros pasos para trabajar con Walmart hasta lograr que tu producto esté en los estantes.
+
+
+
+
+
+
+
+
+
+ ¿Qué costo tiene acceder al contenido?
+
+
+
+
+ El contenido el 100% gratuito.
+
+
+
+
+
+
+
+
+
+ ¿Cómo está compuesta la Academia de Proveedores?
+
+
+
+
+ La Academia de Proveedores cuenta con diferentes programas de aprendizaje de temas específicos. A su vez, estos programas están compuestos por módulos de aprendizaje autogestionado, sesiones en vivo y cajas de herramientas.
+
+
+
+
+
+
+
+
+
+ ¿A quién esta dirigido el programa Crece con Walmart?
+
+
+
+
+ Crece con Walmart esta dirigido a micro, pequeñas y medianas empresas que buscan aprender a vender sus productos en línea y modernizar sus operaciones.
+
+
+
+
+
+
+
+
+
+ ¿Cada cuando se actualiza el contenido?
+
+
+
+
+ La Academia de Proveedores sumará nuevos programas de aprendizaje constantemente.
+ Además, cada programa de aprendizaje se actualizará con frecuencia ofreciendo nuevos módulos de aprendizaje autogestionado y sesiones en vivo.
+
+
+
+
+
+
+
+
+
+ ¿Quién me puede dar soporte?
+
+
+
+
+ El equipo de la Academia de Proveedores es el encargado de ayudarte a apoyar tu aprendizaje.
+ Envía un correo electrónico a contacto@crececonwalmart.com y te responderemos lo antes posible.
+
+
+
+
+
+
+
+
+
+ ¿Cómo puedo dar seguimiento a mi progreso?
+
+
+
+
+ Cada uno de los programas de aprendizaje cuenta con un reporte de avance que te permitirá identificar tu progreso.
+
+
+
+
+
+
+
+
+
+ ¿Cómo puedo dar retroalimentación al contenido?
+
+
+
+
+ Por favor, contáctanos a contacto@crececonwalmart.com y daremos seguimiento a tus comentarios.
+
+
+
+
+ {% comment %}
+ Contact supplierdevelopment@walmart.com for additional support.
+
{% endcomment %}
+
+
+
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Mexico/_feature_cards_lp.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_feature_cards_lp.html.liquid
new file mode 100644
index 00000000..52bcac2e
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_feature_cards_lp.html.liquid
@@ -0,0 +1,9 @@
+
+
+
+
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Mexico/_feature_learning_paths.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_feature_learning_paths.html.liquid
new file mode 100644
index 00000000..6800ad17
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_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 Mexico/_filter_by_progress.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_filter_by_progress.html.liquid
new file mode 100644
index 00000000..d351c8f9
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_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 Mexico/_filter_checkbox.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_filter_checkbox.html.liquid
new file mode 100644
index 00000000..5cbcbd07
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_filter_checkbox.html.liquid
@@ -0,0 +1,10 @@
+
+
+ {{label}}
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Mexico/_filter_dropdown.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_filter_dropdown.html.liquid
new file mode 100644
index 00000000..e7a954bb
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_filter_dropdown.html.liquid
@@ -0,0 +1,33 @@
+
+
+
+ {% t shared.filters.filter %}
+
+
+
+
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Mexico/_filter_select.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_filter_select.html.liquid
new file mode 100644
index 00000000..d006c0df
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_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 Mexico/_footer.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_footer.html.liquid
new file mode 100644
index 00000000..ab232389
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_footer.html.liquid
@@ -0,0 +1,108 @@
+
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Mexico/_french_lang.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_french_lang.html.liquid
new file mode 100644
index 00000000..e69de29b
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Mexico/_getting-started-carousel.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_getting-started-carousel.html.liquid
new file mode 100644
index 00000000..47d7958d
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_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 Mexico/_grow-with-walmart-zero-state.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_grow-with-walmart-zero-state.html.liquid
new file mode 100644
index 00000000..d967bde4
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_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 Mexico/_grow_with_walmart_banners.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_grow_with_walmart_banners.html.liquid
new file mode 100644
index 00000000..43525bfe
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_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.
+
+
+
+
+ If you are a U.S. based supplier wanting to sell your product in our U.S. stores, clubs, or online marketplace, Grow With Walmart 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 Mexico/_head.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_head.html.liquid
new file mode 100644
index 00000000..8c9b2d4b
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_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 Mexico/_header.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_header.html.liquid
new file mode 100644
index 00000000..bb58d432
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_header.html.liquid
@@ -0,0 +1,358 @@
+{% 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 Mexico/_header_minimal.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_header_minimal.html.liquid
new file mode 100644
index 00000000..6b72cdb2
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_header_minimal.html.liquid
@@ -0,0 +1,17 @@
+
+
+{% include "messages" %}
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Mexico/_homepage_featured.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_homepage_featured.html.liquid
new file mode 100644
index 00000000..4df67715
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_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 Mexico/_homepage_nav.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_homepage_nav.html.liquid
new file mode 100644
index 00000000..dfec1dc2
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_homepage_nav.html.liquid
@@ -0,0 +1,70 @@
+
+
+
+ Your one-stop-shop for success with Walmart.
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Mexico/_homepage_ongoing_training.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_homepage_ongoing_training.html.liquid
new file mode 100644
index 00000000..34c5fd3b
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_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 Mexico/_homepage_topics.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_homepage_topics.html.liquid
new file mode 100644
index 00000000..39314882
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_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 Mexico/_homepage_widget_and_events.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_homepage_widget_and_events.html.liquid
new file mode 100644
index 00000000..36787553
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_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 Mexico/_impulsa_categories.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_impulsa_categories.html.liquid
new file mode 100644
index 00000000..086f018e
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_impulsa_categories.html.liquid
@@ -0,0 +1,105 @@
+{% assign available_categories = "Operativo Cros funcional,Etica y Cumplimiento,Resposabilidad Social y Ambienta,Ecosistema Walmart" %}
+
+ {% comment %}
+
+ Explore the module catalog below!
+
+
{% endcomment %}
+
+
+
+
+
+
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Mexico/_impulsa_custom_events.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_impulsa_custom_events.html.liquid
new file mode 100644
index 00000000..de058349
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_impulsa_custom_events.html.liquid
@@ -0,0 +1,38 @@
+{% assign available_events = 0 %}
+{% for training_event in training_events.available %}
+ {% if training_event.title contains cat %}
+ {% assign available_events = available_events | plus: 1 %}
+ {% endif %}
+ {% endfor %}
+
+
+
+
+ {% if available_events > 0 %}
+
+ {% for training_event in training_events.available %}
+ {% if training_event.title contains cat %}
+
+ {% include "cards_training_event" with training_event %}
+
+ {% endif %}
+ {% endfor %}
+
+ {% else %}
+ {% include "training_events_zero_state" %}
+ {% endif %}
+
+
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Mexico/_impulsa_custom_pages.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_impulsa_custom_pages.html.liquid
new file mode 100644
index 00000000..ef41deca
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_impulsa_custom_pages.html.liquid
@@ -0,0 +1,36 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Mexico/_impulsa_navigation.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_impulsa_navigation.html.liquid
new file mode 100644
index 00000000..3a3f01d8
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_impulsa_navigation.html.liquid
@@ -0,0 +1,40 @@
+
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Mexico/_impulsa_tu_exito_page.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_impulsa_tu_exito_page.html.liquid
new file mode 100644
index 00000000..13f33ef2
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_impulsa_tu_exito_page.html.liquid
@@ -0,0 +1,29 @@
+
+
+
+
+
+ Impulsa tu Éxito
+
+
+
+ Es un programa diseñado especialmente para incentivar el aceleramiento de las pequeñas y medianas empresas que ya forman parte de nuestra red de proveedores del autoservicio y sam’s club.
+
+
+
+
+
+
+
+
+
+ A través de las 4 rutas de aprendizaje que lograrás consolidar una visión más amplia del negocio para mejorar tu desempeño comercial, operativo y financiero.
+
+
+ Recuerda tu constancia y compromiso serán propocionales a tu éxito. Por los que te sugerimos complertar todos los módulos para construir una visión integral del negocio de Walmart que te lleve a
+
+
+
+
+
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Mexico/_impulsa_tu_exito_section.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_impulsa_tu_exito_section.html.liquid
new file mode 100644
index 00000000..41ad3aa2
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_impulsa_tu_exito_section.html.liquid
@@ -0,0 +1,21 @@
+
+
+
+
+
+ Impulsa tu Éxito
+
+
+
+ Formación grupal en vivo con especialistas de Walmart en los principales temas para el crecimiento de tu negocio y su incorporación al Marketplace de Walmart.
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Mexico/_in-progress-carousel.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_in-progress-carousel.html.liquid
new file mode 100644
index 00000000..17d3dc34
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_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 Mexico/_learning_path_banners.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_learning_path_banners.html.liquid
new file mode 100644
index 00000000..11a1810c
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_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 Mexico/_learning_path_certificate.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_learning_path_certificate.html.liquid
new file mode 100644
index 00000000..3a282c5e
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_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 Mexico/_learning_path_certificate_content.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_learning_path_certificate_content.html.liquid
new file mode 100644
index 00000000..3feafd59
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_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 Mexico/_learning_path_completed_banner.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_learning_path_completed_banner.html.liquid
new file mode 100644
index 00000000..1c146f6e
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_learning_path_completed_banner.html.liquid
@@ -0,0 +1,13 @@
+
+
+
+
{% t .headline %}
+
{% t .description %}
+
+
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Mexico/_learning_path_course.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_learning_path_course.html.liquid
new file mode 100644
index 00000000..53ac6eeb
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_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 Mexico/_learning_path_description.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_learning_path_description.html.liquid
new file mode 100644
index 00000000..6b1fb3a0
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_learning_path_description.html.liquid
@@ -0,0 +1,6 @@
+
+ {% t .about %}
+
+
+ {{ learning_path.description }}
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Mexico/_learning_path_desktop_content.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_learning_path_desktop_content.html.liquid
new file mode 100644
index 00000000..e9ca85d9
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_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 Mexico/_learning_path_desktop_header.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_learning_path_desktop_header.html.liquid
new file mode 100644
index 00000000..bf2cdece
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_learning_path_desktop_header.html.liquid
@@ -0,0 +1,12 @@
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Mexico/_learning_path_desktop_view.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_learning_path_desktop_view.html.liquid
new file mode 100644
index 00000000..8447443e
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_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 Mexico/_learning_path_instructors.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_learning_path_instructors.html.liquid
new file mode 100644
index 00000000..a8342301
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_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 Mexico/_learning_path_mobile_content.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_learning_path_mobile_content.html.liquid
new file mode 100644
index 00000000..92ffd4c8
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_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 Mexico/_learning_path_mobile_header.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_learning_path_mobile_header.html.liquid
new file mode 100644
index 00000000..2bf66a5a
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_learning_path_mobile_header.html.liquid
@@ -0,0 +1,17 @@
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Mexico/_learning_path_mobile_view.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_learning_path_mobile_view.html.liquid
new file mode 100644
index 00000000..0e22feb9
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_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 Mexico/_learning_path_new_content_banner.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_learning_path_new_content_banner.html.liquid
new file mode 100644
index 00000000..2bc02d46
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_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 Mexico/_learning_path_outline.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_learning_path_outline.html.liquid
new file mode 100644
index 00000000..22ddd573
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_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 Mexico/_learning_path_progress_and_cta.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_learning_path_progress_and_cta.html.liquid
new file mode 100644
index 00000000..1d90a2a7
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_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 Mexico/_learning_path_summary_desktop_view.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_learning_path_summary_desktop_view.html.liquid
new file mode 100644
index 00000000..05961c52
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_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 Mexico/_learning_path_summary_mobile_view.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_learning_path_summary_mobile_view.html.liquid
new file mode 100644
index 00000000..f30a09eb
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_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 Mexico/_learning_path_training_session.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_learning_path_training_session.html.liquid
new file mode 100644
index 00000000..e827f76f
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_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 Mexico/_learning_paths_index.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_learning_paths_index.html.liquid
new file mode 100644
index 00000000..b2ff7ad4
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_learning_paths_index.html.liquid
@@ -0,0 +1,52 @@
+{% 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 %}
+
+
+ No tienes asignadas rutas de aprendizaje.
+
+
+
+ {% endif %}
+
+
+
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Mexico/_learning_paths_index_advisors.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_learning_paths_index_advisors.html.liquid
new file mode 100644
index 00000000..a69f22a1
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_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 Mexico/_lp_custom_pages.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_lp_custom_pages.html.liquid
new file mode 100644
index 00000000..17dec27e
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_lp_custom_pages.html.liquid
@@ -0,0 +1,39 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Mexico/_lp_filters.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_lp_filters.html.liquid
new file mode 100644
index 00000000..b24c2751
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_lp_filters.html.liquid
@@ -0,0 +1,112 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Mexico/_lp_progress_cards.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_lp_progress_cards.html.liquid
new file mode 100644
index 00000000..2980ddcd
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_lp_progress_cards.html.liquid
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+ {{ learning_path.name }}
+
+
+ {{ learning_path.instructor_names }}
+
+
+
+
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Mexico/_merchandising-carousel.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_merchandising-carousel.html.liquid
new file mode 100644
index 00000000..91d99646
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_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 Mexico/_messages.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_messages.html.liquid
new file mode 100644
index 00000000..059fc568
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_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 Mexico/_mi_ruta_link_impulsa_section.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_mi_ruta_link_impulsa_section.html.liquid
new file mode 100644
index 00000000..44b1ac2f
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_mi_ruta_link_impulsa_section.html.liquid
@@ -0,0 +1,87 @@
+{% comment %}
+
+
+
+
+
+
+
+ Impulsa tu Éxito
+
+
+
+ Es un programa diseñado especialmente para incentivar el aceleramiento de las pequeñas y medianas empresas que ya forman parte de nuestra red de proveedores del autoservicio y sam’s club.
+
+
+
+
+ {% endcomment %}
+
+
+
+
+ ¡Más cursos proximamente!
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Mexico/_mi_ruta_link_section.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_mi_ruta_link_section.html.liquid
new file mode 100644
index 00000000..e8664efa
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_mi_ruta_link_section.html.liquid
@@ -0,0 +1,75 @@
+
+
+
+
+
+
+
+
+ Crece con Walmart
+
+
+
+ Es la entrada al ecosistema Walmart. Aqui podrás fortalecer tus habilidades empresariales y digitales y conocer como iniciar tu camino en el Marketplace de Walmart Mexico.
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Mexico/_mi_ruta_section.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_mi_ruta_section.html.liquid
new file mode 100644
index 00000000..a70f704d
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_mi_ruta_section.html.liquid
@@ -0,0 +1,24 @@
+
+
+
+
+
+ Mi Ruta del Conocimiento
+
+
+
+ Sabemos que cada proveedor es diferente por lo que ofrecemos cursos y programas de acuerdo a sus necesidades.
+
+
+ De acuerdo a tu perfil, se asignarán uno o varios cursos que te permitirán desarrollar habilidades de negocio y conocer mas acerca del desarrollo que Walmart ofrece gracias a su vision Omnicanal.
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Mexico/_mi_ruta_welcome_section.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_mi_ruta_welcome_section.html.liquid
new file mode 100644
index 00000000..21a938d1
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_mi_ruta_welcome_section.html.liquid
@@ -0,0 +1,21 @@
+
+
+
+
+
+ Mi Ruta del Conocimiento
+
+
+
+ En esta sección podrás encontrar los cursos a los que tienes acceso. Cada uno de ellos ofrece diferentes módulos que te permitirán fortalecer tus habilidades empresariales.
+
+
+ Da clic a cada uno de ellos para conocer detalles.
+
+
+
+
+
+
+
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Mexico/_mi_ruta_widget_and_events.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_mi_ruta_widget_and_events.html.liquid
new file mode 100644
index 00000000..6fed0ae1
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_mi_ruta_widget_and_events.html.liquid
@@ -0,0 +1,31 @@
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Mexico/_modal.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_modal.html.liquid
new file mode 100644
index 00000000..19e504b1
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_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 Mexico/_progress_circle.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_progress_circle.html.liquid
new file mode 100644
index 00000000..040aeed1
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_progress_circle.html.liquid
@@ -0,0 +1,47 @@
+
+
+
+
+
+ {{ count }}
+
+
+
+ {{ name }}
+
+
+
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Mexico/_search_result.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_search_result.html.liquid
new file mode 100644
index 00000000..5c2a4991
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_search_result.html.liquid
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
{{ result.description }}
+
+
+
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Mexico/_search_zero_state.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_search_zero_state.html.liquid
new file mode 100644
index 00000000..4e52c6fb
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_search_zero_state.html.liquid
@@ -0,0 +1,13 @@
+
+
+
+
+ {% t .nothing_found %}
+
+
+ {% t .empty %}
+
+
+
+
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Mexico/_sesiones_en_vivo.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_sesiones_en_vivo.html.liquid
new file mode 100644
index 00000000..5a642ab9
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_sesiones_en_vivo.html.liquid
@@ -0,0 +1,33 @@
+
+
+
+
+
+ Sesiones en vivo
+
+
+
+ Formación grupal en vivo con especialistas de Walmart en los principales temas para el crecimiento de tu negocio y su incorporación al Marketplace de Walmart.
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Mexico/_sub_navigation.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_sub_navigation.html.liquid
new file mode 100644
index 00000000..2757632e
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_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 Mexico/_training_events_dashboard.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_training_events_dashboard.html.liquid
new file mode 100644
index 00000000..1b1ff164
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_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 Mexico/_training_events_filter.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_training_events_filter.html.liquid
new file mode 100644
index 00000000..d4892278
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_training_events_filter.html.liquid
@@ -0,0 +1,53 @@
+
+
+
+ {% t shared.filters.filter %}
+
+
+
+
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Mexico/_training_events_index.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_training_events_index.html.liquid
new file mode 100644
index 00000000..ff93b1c8
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_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 Mexico/_training_events_zero_state.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_training_events_zero_state.html.liquid
new file mode 100644
index 00000000..f67608c2
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_training_events_zero_state.html.liquid
@@ -0,0 +1,9 @@
+
+
+ No tienes próximos eventos. Vuelve más tarde para ver las actualizaciones.
+
+
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Mexico/_training_session_calendars.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_training_session_calendars.html.liquid
new file mode 100644
index 00000000..6c758b73
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_training_session_calendars.html.liquid
@@ -0,0 +1,52 @@
+
+
+ {% t .add_to_calendar %}
+
+
+
+
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Mexico/_training_session_cta.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_training_session_cta.html.liquid
new file mode 100644
index 00000000..d45b82db
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_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 Mexico/_training_session_date.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_training_session_date.html.liquid
new file mode 100644
index 00000000..48694035
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_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 Mexico/_training_session_description.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_training_session_description.html.liquid
new file mode 100644
index 00000000..73be4cf4
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_training_session_description.html.liquid
@@ -0,0 +1,6 @@
+
+ {% t .header %}
+
+
+ {{ training_event.description }}
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Mexico/_training_session_desktop_view.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_training_session_desktop_view.html.liquid
new file mode 100644
index 00000000..b0424892
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_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 Mexico/_training_session_details.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_training_session_details.html.liquid
new file mode 100644
index 00000000..ae23b7ac
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_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 Mexico/_training_session_header.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_training_session_header.html.liquid
new file mode 100644
index 00000000..10434cfa
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_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 Mexico/_training_session_mobile_view.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_training_session_mobile_view.html.liquid
new file mode 100644
index 00000000..00455d4e
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_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 Mexico/_training_session_more_sessions.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_training_session_more_sessions.html.liquid
new file mode 100644
index 00000000..6cfafa87
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_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 Mexico/_training_session_status.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_training_session_status.html.liquid
new file mode 100644
index 00000000..75116282
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_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 Mexico/_training_session_tile.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_training_session_tile.html.liquid
new file mode 100644
index 00000000..286a1168
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_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 Mexico/_welcome_section.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_welcome_section.html.liquid
new file mode 100644
index 00000000..6b145462
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_welcome_section.html.liquid
@@ -0,0 +1,21 @@
+
+
+
+
+
+ Academia de proveedores
+
+
+
+ La nueva Academia de Proveedores de Walmart Mexico y Centróamerica es un espacio donde podrás encontrar aprendizaje a tu medida.
+
+
+ Encontrarás diferentes programas de aprendizaje adaptados a tus necesidades, incluyendo módulos de aprendizaje autogestionado, seminarios web en vivo y diversos recursos que te ayudarán a desarrollar tu negocio.
+
+
+
+
+
+
+
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Mexico/_welcome_section_walmart.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_welcome_section_walmart.html.liquid
new file mode 100644
index 00000000..e69de29b
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Mexico/_welcome_to_walmart_categories.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_welcome_to_walmart_categories.html.liquid
new file mode 100644
index 00000000..2964e82f
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_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 Mexico/_welcome_to_walmart_courses.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_welcome_to_walmart_courses.html.liquid
new file mode 100644
index 00000000..77824a79
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_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 Mexico/_widget_course_progress.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_widget_course_progress.html.liquid
new file mode 100644
index 00000000..a972210a
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/_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: 'Completados' ,
+ 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:'En proceso' ,
+ 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: "No tienes ningún curso asignado." %}
+ {% endif %}
+
+
+
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Mexico/account.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/account.html.liquid
new file mode 100644
index 00000000..2ad5d917
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/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 Mexico/advisors.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/advisors.html.liquid
new file mode 100644
index 00000000..e3ee6f6f
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/advisors.html.liquid
@@ -0,0 +1,16 @@
+
+{% 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 Mexico/aprendizaje-autogestionado.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/aprendizaje-autogestionado.html.liquid
new file mode 100644
index 00000000..c6e898c9
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/aprendizaje-autogestionado.html.liquid
@@ -0,0 +1,9 @@
+{% include "header" %}
+
+
+ {% include 'custom_sub_nav' %}
+
+ {% include "learning_paths_index", items: learning_paths.available %}
+
+
+{% include "footer" %}
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Mexico/articles.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/articles.html.liquid
new file mode 100644
index 00000000..b05904af
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/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 Mexico/auth_url_email.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/auth_url_email.html.liquid
new file mode 100644
index 00000000..a413959c
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/auth_url_email.html.liquid
@@ -0,0 +1,59 @@
+
+
+ {% include "header_minimal" %}
+
+
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Mexico/auth_url_employee.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/auth_url_employee.html.liquid
new file mode 100644
index 00000000..c8d8adf7
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/auth_url_employee.html.liquid
@@ -0,0 +1,59 @@
+
+
+ {% include "header_minimal" %}
+
+
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Mexico/auth_url_phone_number.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/auth_url_phone_number.html.liquid
new file mode 100644
index 00000000..aafae119
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/auth_url_phone_number.html.liquid
@@ -0,0 +1,40 @@
+
+
+ {% include "header_minimal" %}
+
+
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Mexico/auth_url_terms.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/auth_url_terms.html.liquid
new file mode 100644
index 00000000..a7087db2
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/auth_url_terms.html.liquid
@@ -0,0 +1,74 @@
+
+
+ {% include "header_minimal" %}
+
+
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Mexico/blog.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/blog.html.liquid
new file mode 100644
index 00000000..004dd653
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/blog.html.liquid
@@ -0,0 +1,14 @@
+
+
+{% 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 Mexico/catalog.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/catalog.html.liquid
new file mode 100644
index 00000000..769ff441
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/catalog.html.liquid
@@ -0,0 +1,24 @@
+
+{% 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 Mexico/categories-catalog.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/categories-catalog.html.liquid
new file mode 100644
index 00000000..469fe46c
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/categories-catalog.html.liquid
@@ -0,0 +1,24 @@
+
+{% 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 Mexico/categories-catalog.htmll.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/categories-catalog.htmll.liquid
new file mode 100644
index 00000000..e80359ba
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/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 Mexico/certifications.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/certifications.html.liquid
new file mode 100644
index 00000000..bc71980d
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/certifications.html.liquid
@@ -0,0 +1,34 @@
+
+{% 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 Mexico/course.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/course.html.liquid
new file mode 100644
index 00000000..ac2c7e04
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/course.html.liquid
@@ -0,0 +1,27 @@
+
+
+{% 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 Mexico/courses.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/courses.html.liquid
new file mode 100644
index 00000000..8b7a2bfb
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/courses.html.liquid
@@ -0,0 +1,12 @@
+
+{% 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 Mexico/crete-con-walmart.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/crete-con-walmart.html.liquid
new file mode 100644
index 00000000..bc3904f2
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/crete-con-walmart.html.liquid
@@ -0,0 +1,15 @@
+{% include "header" %}
+
+
+
+
+ {% include 'crete_con_walmart_lp_section' %}
+ {% include 'custom_sub_nav' %}
+
+ {% include "learning_paths_index", items: learning_paths.available %}
+
+
+{% include "footer" %}
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Mexico/crete_con_walmart.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/crete_con_walmart.html.liquid
new file mode 100644
index 00000000..accc3331
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/crete_con_walmart.html.liquid
@@ -0,0 +1,17 @@
+{% 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 Mexico/dashboard.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/dashboard.html.liquid
new file mode 100644
index 00000000..6f6a694b
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/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 Mexico/ecosistema-walmart.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/ecosistema-walmart.html.liquid
new file mode 100644
index 00000000..620cff0c
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/ecosistema-walmart.html.liquid
@@ -0,0 +1,24 @@
+{% include "header" %}
+
+
+
+
+ {% include 'lp_custom_pages'
+ heading: "Impulsa tu éxito | Rutas de Aprendizaje"
+ desc: "La ruta de conocimiento de Ecosistema Walmart está diseñada para que conozcas sobre las opciones de los distintos servicios ofrecidos por las verticales de nuestro ecosistema y que pueden brindan diversas soluciones empresariales que impulsan el desempeño de tu negocio."
+ img: "https://s3.us-east-1.amazonaws.com/static.northpass.com/Supplier+Academy/New+Category+Images/gettingPaid.png"
+ support: "Soporte:_DesarrollodeProveedores@email.wal-mart.com"
+ %}
+
+ {% include 'custom_lp_index', items: learning_paths.available, cat: "Ecosistema Walmart" %}
+
+{% include "footer" %}
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Mexico/etica-y-cumplimiento.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/etica-y-cumplimiento.html.liquid
new file mode 100644
index 00000000..922868ac
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/etica-y-cumplimiento.html.liquid
@@ -0,0 +1,24 @@
+{% include "header" %}
+
+
+
+
+ {% include 'lp_custom_pages'
+ heading: "Impulsa tu éxito | Rutas de Aprendizaje"
+ desc: "En la ruta de conocimiento de Ética y Cumplimiento está diseñada para que conozcas sobre los requerimientos para la aplicacion de buenas prácticas operativas pues en Walmart estamos altamente comprometidos con la correcta aplicación y ejecución de normatividad oficial para asegurar que nuestros clientes reciben productos de la más alta calidad que garanticen su satisfacción."
+ img: "https://s3.us-east-1.amazonaws.com/static.northpass.com/Supplier+Academy/New+Category+Images/onboarding.png"
+ support: "Soporte:_DesarrollodeProveedores@email.wal-mart.com"
+ %}
+
+ {% include 'custom_lp_index', items: learning_paths.available, cat: "Etica y Cumplimiento" %}
+
+{% include "footer" %}
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Mexico/forgot_password.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/forgot_password.html.liquid
new file mode 100644
index 00000000..3d65513f
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/forgot_password.html.liquid
@@ -0,0 +1,25 @@
+
+
+ {% include "header_minimal" %}
+
+
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Mexico/grow-with-walmart-catalog.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/grow-with-walmart-catalog.html.liquid
new file mode 100644
index 00000000..50ad9eff
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/grow-with-walmart-catalog.html.liquid
@@ -0,0 +1,50 @@
+
+{% 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 Mexico/grow_with_walmart_catalog.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/grow_with_walmart_catalog.html.liquid
new file mode 100644
index 00000000..769ff441
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/grow_with_walmart_catalog.html.liquid
@@ -0,0 +1,24 @@
+
+{% 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 Mexico/help-docs.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/help-docs.html.liquid
new file mode 100644
index 00000000..72c91b9e
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/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 Mexico/homepage.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/homepage.html.liquid
new file mode 100644
index 00000000..dcbff700
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/homepage.html.liquid
@@ -0,0 +1,49 @@
+
+
+{% 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 %}
+
+
+{% include "header" %}
+{% include "course_version_outdated_alert", courses: courses.featured %}
+
+
+
+
+
+
+
+ {% include 'welcome_section' %}
+
+
+ {% include 'mi_ruta_section' %}
+
+
+ {% include 'crete_con_walmart_section' %}
+
+
+
+
+ {% include 'homepage_widget_and_events' %}
+
+ {% comment %} {% if in_progress_courses > 0 %}
+
+ {% include 'continue_learning' %}
+
+ {% endif %} {% endcomment %}
+ {% comment %}
+ {% include 'catalog_categories' %}
+ {% endcomment %}
+
+ {% include 'faq_section' %}
+
+
+
+{% include "footer" %}
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Mexico/impulsa-tu-exito-caja-de-herramientas.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/impulsa-tu-exito-caja-de-herramientas.html.liquid
new file mode 100644
index 00000000..7b756277
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/impulsa-tu-exito-caja-de-herramientas.html.liquid
@@ -0,0 +1,22 @@
+{% include "header" %}
+
+
+
+
+ {% include 'impulsa_navigation' %}
+ {% include 'impulsa_custom_pages'
+ heading: "Caja de Herramientas"
+ desc: "En este sitio podrás consultar información relevante adicional para tu consulta posterios y que responde a diversas necesidades que continuamente cuentan los proveedores"
+ img: "#"
+ %}
+
+{% include "footer" %}
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Mexico/impulsa-tu-exito-contenido-especial.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/impulsa-tu-exito-contenido-especial.html.liquid
new file mode 100644
index 00000000..604f8f7f
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/impulsa-tu-exito-contenido-especial.html.liquid
@@ -0,0 +1,23 @@
+{% include "header" %}
+
+
+
+
+ {% include 'impulsa_navigation' %}
+ {% include 'impulsa_custom_pages'
+ heading: "Contenido Especial"
+ desc: "Formació personalizada para usuarios determinados sobre temas estratégicos que competen a la operatividad de tu negocio en la relación comecial con Walmart."
+ img: "#"
+ %}
+ {% include 'impulsa_custom_events' cat: "[Contenido Especial]" %}
+
+{% include "footer" %}
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Mexico/impulsa-tu-exito-sesiones-en-vivo.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/impulsa-tu-exito-sesiones-en-vivo.html.liquid
new file mode 100644
index 00000000..eb900c02
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/impulsa-tu-exito-sesiones-en-vivo.html.liquid
@@ -0,0 +1,23 @@
+{% include "header" %}
+
+
+
+
+ {% include 'impulsa_navigation' %}
+ {% include 'impulsa_custom_pages'
+ heading: "Sesiones en vivo"
+ desc: "Formación grupal en vivo con especialistas de Walmart en diversos temas de negocio que te ayudarán a estar al día sobre nuevas iniciativas y requerimientos del negocio."
+ img: "#"
+ %}
+ {% include 'impulsa_custom_events' cat: "[Sesiones en vivo]" %}
+
+{% include "footer" %}
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Mexico/impulsa-tu-exito.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/impulsa-tu-exito.html.liquid
new file mode 100644
index 00000000..a75a5347
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/impulsa-tu-exito.html.liquid
@@ -0,0 +1,19 @@
+{% include "header" %}
+
+
+
+
+ {% include 'impulsa_tu_exito_page' %}
+ {% include 'impulsa_navigation' %}
+ {% include 'impulsa_categories' %}
+
+{% include "footer" %}
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Mexico/learning_path.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/learning_path.html.liquid
new file mode 100644
index 00000000..5cbb5a93
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/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 Mexico/learning_path_summary.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/learning_path_summary.html.liquid
new file mode 100644
index 00000000..99ae32ed
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/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 Mexico/learning_paths.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/learning_paths.html.liquid
new file mode 100644
index 00000000..accc3331
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/learning_paths.html.liquid
@@ -0,0 +1,17 @@
+{% 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 Mexico/login.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/login.html.liquid
new file mode 100644
index 00000000..bde185dd
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/login.html.liquid
@@ -0,0 +1,53 @@
+
+
+ {% include "header_minimal" %}
+
+
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Mexico/master.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/master.html.liquid
new file mode 100644
index 00000000..63345068
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/master.html.liquid
@@ -0,0 +1 @@
+{% body %}
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Mexico/mi-ruta-de-conocimiento.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/mi-ruta-de-conocimiento.html.liquid
new file mode 100644
index 00000000..4ac3d6a3
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/mi-ruta-de-conocimiento.html.liquid
@@ -0,0 +1,43 @@
+
+
+{% assign in_progress_courses = 0 %}
+{% for learning_path in learning_paths.enrolled %}
+ {% if learning_path.progress > 0 and learning_path.progress < 100 %}
+ {% assign in_progress_courses = in_progress_courses | plus: 1 %}
+ {% endif %}
+{% endfor %}
+
+
+{% include "header" %}
+{% include "course_version_outdated_alert", courses: courses.featured %}
+
+
+
+
+
+
+
+ {% include 'mi_ruta_welcome_section' %}
+
+
+ {% include 'mi_ruta_link_section' %}
+
+
+ {% include 'mi_ruta_link_impulsa_section' %}
+
+
+
+
+ {% include 'mi_ruta_widget_and_events' %}
+
+ {% if in_progress_courses > 0 %}
+
+ {% include 'continue_learning' %}
+
+ {% endif %}
+
+
+{% include "footer" %}
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Mexico/not_found.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/not_found.html.liquid
new file mode 100644
index 00000000..91c76e4b
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/not_found.html.liquid
@@ -0,0 +1,10 @@
+
+
+
+
+
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Mexico/operativo-cros-funcional.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/operativo-cros-funcional.html.liquid
new file mode 100644
index 00000000..cc41a9fe
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/operativo-cros-funcional.html.liquid
@@ -0,0 +1,24 @@
+{% include "header" %}
+
+
+
+
+ {% include 'lp_custom_pages'
+ heading: "Impulsa tu éxito | Rutas de Aprendizaje"
+ desc: "En la ruta de conocimiento Operativo Cros Funcional está especialmente diseñada para que conozcas los básicos que te permitiran eficiencia en la operación de tu negocio, reducir costos y entender los requerimientos de gestión en tu relación con Walmart"
+ img: "https://s3.us-east-1.amazonaws.com/static.northpass.com/Walmart+Mexico/homepage-image-4.png"
+ support: "Soporte:_DesarrollodeProveedores@email.wal-mart.com"
+ %}
+
+ {% include 'custom_lp_index', items: learning_paths.available, cat: "Operativo Cros funcional" %}
+
+{% include "footer" %}
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Mexico/private_certificate.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/private_certificate.html.liquid
new file mode 100644
index 00000000..15d05419
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/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 Mexico/public_certificate.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/public_certificate.html.liquid
new file mode 100644
index 00000000..15d05419
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/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 Mexico/reset_password.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/reset_password.html.liquid
new file mode 100644
index 00000000..281c6eaa
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/reset_password.html.liquid
@@ -0,0 +1,43 @@
+
+
+ {% include "header_minimal" %}
+
+
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Mexico/resposabilidad-social-y-ambienta.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/resposabilidad-social-y-ambienta.html.liquid
new file mode 100644
index 00000000..0ab768ac
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/resposabilidad-social-y-ambienta.html.liquid
@@ -0,0 +1,24 @@
+{% include "header" %}
+
+
+
+
+ {% include 'lp_custom_pages'
+ heading: "Impulsa tu éxito | Rutas de Aprendizaje"
+ desc: "En la ruta de conocimiento de responsabilidad social y ambiental está diseñada para que conozcas sobre las estrategias e iniciativas que Walmart cuenta y en las cuales tu como proveedor puedes participar para impactar a tu comunidad a través de sustentabilidad, brindando oportunidades con ética e integridad."
+ img: "https://s3.us-east-1.amazonaws.com/static.northpass.com/Supplier+Academy/New+Category+Images/merchandisin.png"
+ support: "Soporte:_DesarrollodeProveedores@email.wal-mart.com"
+ %}
+
+ {% include 'custom_lp_index', items: learning_paths.available, cat: "Resposabilidad Social y Ambienta" %}
+
+{% include "footer" %}
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Mexico/search.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/search.html.liquid
new file mode 100644
index 00000000..01684399
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/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 Mexico/server_error.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/server_error.html.liquid
new file mode 100644
index 00000000..37899ae0
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/server_error.html.liquid
@@ -0,0 +1,23 @@
+{% comment %}
+
+ {% t .headline %}
+
+
+
+
{% endcomment %}
+
+
+
+
+
+
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Mexico/sesiones-en-vivo.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/sesiones-en-vivo.html.liquid
new file mode 100644
index 00000000..7b140336
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/sesiones-en-vivo.html.liquid
@@ -0,0 +1,32 @@
+{% include "header" %}
+
+
+
+
+ {% include 'custom_sub_nav' %}
+ {% include 'sesiones_en_vivo' %}
+
+
+ {% include "training_events_index" %}
+
+
+{% include "footer" %}
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Mexico/sign_up.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/sign_up.html.liquid
new file mode 100644
index 00000000..7a903da4
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/sign_up.html.liquid
@@ -0,0 +1,72 @@
+
+
+ {% include "header_minimal" %}
+
+
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Mexico/styles.css.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/styles.css.liquid
new file mode 100644
index 00000000..bc5f7ead
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/styles.css.liquid
@@ -0,0 +1,439 @@
+ /*
+ 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;
+}
+.homepage-hero-image {
+ width: 100%;
+}
+.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: 30px 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;
+}
+.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: 100px;
+}
+.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;
+}
+.default-zero-state-container, .progress-card {
+ height:350px;
+}
+.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;
+}
+.introduction {
+ color: #fff;
+ font-size: 2.5rem;
+ font-weight: 600;
+ text-align: left;
+}
+
+.welcome-section-container {
+ display: flex;
+ border-radius: 10px;
+}
+.section-text-container {
+ display: flex;
+ flex-direction: column;
+ margin-top: 20px;
+ gap: 20px;
+}
+.welcome-section-wrapper {
+ background: #001E60;
+ border-radius: 10px;
+ display: grid;
+ align-items: center;
+ grid-template-columns: repeat(2,1fr);
+ gap: 30px;
+}
+.section-text {
+ font-size: 1.5rem;
+ color: #fff;
+}
+.mt-10 {
+ margin-top: 10px;
+}
+.mi-ruta-container {
+ text-decoration: none;
+}
+.heading {
+ color: #fff;
+ font-size: 25px;
+ font-weight: 600;
+}
+.image-container {
+ width: 100%;
+ display: flex;
+ justify-content: center;
+}
+.text-link {
+ color: #fff;
+}
+.yellow-text {
+ color: #ffc121 !important;
+}
+.green-text {
+ color: #00bf63;
+}
+.section-img {
+ width: 100%;
+}
+
+.bold-text {
+ font-weight: 700;
+}
+.custom-lp-index {
+ margin-top: 50px;
+}
+@media (max-width:1000px) {
+.welcome-section-wrapper {
+ grid-template-columns: repeat(1,1fr);
+}
+}
+@media (max-width: 768px) {
+.introduction, .heading {
+ font-size: 25px
+}
+.get-started-list {
+ padding: 15px;
+}
+.get-started-item {
+ font-size: 17px;
+}
+}
+@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 Mexico/training_events.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/training_events.html.liquid
new file mode 100644
index 00000000..139717ee
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/training_events.html.liquid
@@ -0,0 +1,19 @@
+{% 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 Mexico/training_session.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/training_session.html.liquid
new file mode 100644
index 00000000..5b78b834
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/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 Mexico/training_session_attendance.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/training_session_attendance.html.liquid
new file mode 100644
index 00000000..71bb6119
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/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 Mexico/transcript.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/transcript.html.liquid
new file mode 100644
index 00000000..b6cb5428
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/transcript.html.liquid
@@ -0,0 +1,8 @@
+{% include "header" %}
+{% include "account_tabs" %}
+
+
+ {% transcript %}
+
+
+{% include "footer" %}
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Mexico/unsubscribe.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/unsubscribe.html.liquid
new file mode 100644
index 00000000..69a54028
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/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 Mexico/welcome-to-walmart.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Mexico/welcome-to-walmart.html.liquid
new file mode 100644
index 00000000..fab108c9
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Mexico/welcome-to-walmart.html.liquid
@@ -0,0 +1,31 @@
+{% 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 %}
+
+
+{% include "header" %}
+{% include "course_version_outdated_alert", courses: courses.featured %}
+
+
+
+
+ {% include "sub_navigation" %}
+
+
+ {% include 'welcome_section_walmart' %}
+
+
+ {% include 'welcome_to_walmart_categories' %}
+
+
+ {% include 'welcome_to_walmart_courses' %}
+
+
+
+{% include "footer" %}