@@ -49,7 +32,7 @@
href="{% route course_enrollment, code: course.enrollment_code %}"
{% endif %}
>
- {% if course.enrolled? == false %}
+ {% if course.enrolled? == false %}
{% t shared.enroll %}
{% elsif course.started? == false %}
{% t shared.course.start, key: current_school.course_vocabulary %}
@@ -59,73 +42,5 @@
{% t shared.continue %}
{% endif %}
- {% endif %}
{% endif %}
-{% comment %}
-
-
-
-
-
- {% endcomment %}
-
-
-
-
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Prod/_courses_catalog.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Prod/_courses_catalog.html.liquid
index a32715d5..cc30597e 100644
--- a/Custom_Templates/customer_templates/Walmart Supplier Prod/_courses_catalog.html.liquid
+++ b/Custom_Templates/customer_templates/Walmart Supplier Prod/_courses_catalog.html.liquid
@@ -1,27 +1,9 @@
{% if courses.in_catalog.any? %}
{% for course in courses.in_catalog %}
- {% unless course.properties.is_article_course %}
- {% if course.id == "6cc26c57-34db-4b8e-a38b-ad321ce18add" or course.id == "ac4fbf2e-ed8f-404d-b995-f0ef73481466" %}
- {% if current_person.properties.hide_api_certification_exam_course == false %}
-
- {% include "cards_course" with course %}
-
- {% endif %}
- {% else %}
- {% if course.id == "b3225a47-448d-4988-962a-18d37d6616d0" or course.id == "fdc8acdc-0b7c-4064-a52b-1955379d411b" %}
- {% unless course.progress == 100 %}
-
- {% include "cards_course" with course %}
-
- {% endunless %}
- {% else %}
-
- {% include "cards_course" with course %}
-
- {% endif %}
- {% endif %}
- {% endunless %}
+
+ {% include "cards_course" with course %}
+
{% endfor %}
{% else %}
@@ -31,4 +13,4 @@
%}
{% endcapture %}
{% include "courses_zero_state", message: message %}
-{% endif %}
\ No newline at end of file
+{% endif %}
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Prod/_courses_index.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Prod/_courses_index.html.liquid
index 204b3aa4..19e7671b 100644
--- a/Custom_Templates/customer_templates/Walmart Supplier Prod/_courses_index.html.liquid
+++ b/Custom_Templates/customer_templates/Walmart Supplier Prod/_courses_index.html.liquid
@@ -1,28 +1,9 @@
{% if courses.enrolled.any? %}
{% for course in courses.enrolled %}
- {% unless course.properties.is_article_course %}
- {% if course.id == "6cc26c57-34db-4b8e-a38b-ad321ce18add" or course.id == "ac4fbf2e-ed8f-404d-b995-f0ef73481466" %}
- {% if current_person.properties.hide_api_certification_exam_course == false %}
-
- {% include "cards_course" with course %}
-
- {% endif %}
- {% else %}
- {% if course.id == "b3225a47-448d-4988-962a-18d37d6616d0" or course.id == "fdc8acdc-0b7c-4064-a52b-1955379d411b" %}
- {% unless course.progress == 100 %}
-
- {% include "cards_course" with course %}
-
- {% endunless %}
- {% else %}
-
- {% include "cards_course" with course %}
-
- {% endif %}
-
- {% endif %}
- {% endunless %}
+
+ {% include "cards_course" with course %}
+
{% endfor %}
{% else %}
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Prod/_feature_cards_lp.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Prod/_feature_cards_lp.html.liquid
new file mode 100644
index 00000000..52bcac2e
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Prod/_feature_cards_lp.html.liquid
@@ -0,0 +1,9 @@
+
+
+

+
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Prod/_feature_learning_paths.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Prod/_feature_learning_paths.html.liquid
new file mode 100644
index 00000000..6800ad17
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Prod/_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 Prod/_filter_by_progress.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Prod/_filter_by_progress.html.liquid
new file mode 100644
index 00000000..d351c8f9
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Prod/_filter_by_progress.html.liquid
@@ -0,0 +1,117 @@
+{% assign topic_classname = topic | split: " " %}
+
+
+ {% if label %}
+
+ {{ label }}
+ Filtrar por progreso:
+
+ {% endif %}
+
+
+
+
+
+
+
+
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Prod/_footer.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Prod/_footer.html.liquid
index 8d65c563..3cc33327 100644
--- a/Custom_Templates/customer_templates/Walmart Supplier Prod/_footer.html.liquid
+++ b/Custom_Templates/customer_templates/Walmart Supplier Prod/_footer.html.liquid
@@ -71,6 +71,7 @@
margin:auto;
border-top: 1px solid #DADCE0;
padding: 24px 16px 48px;
+ background: #041e42;
}
.np-footer-top {
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Prod/_french_lang.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Prod/_french_lang.html.liquid
new file mode 100644
index 00000000..e69de29b
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Prod/_getting-started-carousel.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Prod/_getting-started-carousel.html.liquid
new file mode 100644
index 00000000..1e70d6f5
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Supplier Prod/_getting-started-carousel.html.liquid
@@ -0,0 +1,50 @@
+
+
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 Prod/_head.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Prod/_head.html.liquid
index 7a45c8f9..548ae1b8 100644
--- a/Custom_Templates/customer_templates/Walmart Supplier Prod/_head.html.liquid
+++ b/Custom_Templates/customer_templates/Walmart Supplier Prod/_head.html.liquid
@@ -2,8 +2,10 @@
{% styles colors %}
{% styles custom %}
-
-
-
+
+
+
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Prod/_header.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Prod/_header.html.liquid
index 2db68b33..dd0491e3 100644
--- a/Custom_Templates/customer_templates/Walmart Supplier Prod/_header.html.liquid
+++ b/Custom_Templates/customer_templates/Walmart Supplier Prod/_header.html.liquid
@@ -1,60 +1,14 @@