+
+{% include "messages" %}
+
+
+
+
diff --git a/Custom_Templates/customer_templates/Cin7 External Backup/_header_minimal.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_header_minimal.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 External Backup/_header_minimal.html.liquid
rename to Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_header_minimal.html.liquid
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_homepage_featured.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_homepage_featured.html.liquid
new file mode 100644
index 00000000..88762c9f
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_homepage_featured.html.liquid
@@ -0,0 +1,222 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_homepage_inprogress_courses.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_homepage_inprogress_courses.html.liquid
new file mode 100644
index 00000000..24c22f40
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_homepage_inprogress_courses.html.liquid
@@ -0,0 +1,189 @@
+
+
+
+
+
+
+
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_homepage_ongoing_training.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_homepage_ongoing_training.html.liquid
new file mode 100644
index 00000000..59e6dcec
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_homepage_ongoing_training.html.liquid
@@ -0,0 +1,316 @@
+
+
+
+
+
+
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_homepage_topics.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_homepage_topics.html.liquid
new file mode 100644
index 00000000..39314882
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_homepage_topics.html.liquid
@@ -0,0 +1,149 @@
+
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Cin7 External Backup/_learning_path_banners.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_banners.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 External Backup/_learning_path_banners.html.liquid
rename to Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_banners.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 External Backup/_learning_path_certificate.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_certificate.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 External Backup/_learning_path_certificate.html.liquid
rename to Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_certificate.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 External Backup/_learning_path_certificate_content.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_certificate_content.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 External Backup/_learning_path_certificate_content.html.liquid
rename to Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_certificate_content.html.liquid
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_completed_banner.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_completed_banner.html.liquid
new file mode 100644
index 00000000..31f72e2c
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_completed_banner.html.liquid
@@ -0,0 +1,87 @@
+{% if learning_path.id == "fa4c61ac-e6cd-44dc-a8e0-9b95025968a5" %}
+
+{% endif %}
+
+
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_course.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_course.html.liquid
new file mode 100644
index 00000000..f85221eb
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_course.html.liquid
@@ -0,0 +1,141 @@
+{% assign full_course_obj = "" %}
+{% for course_obj in courses.in_catalog %}
+ {% if course_obj.id == course.id %}
+ {% assign full_course_obj = course_obj %}
+ {% endif %}
+{% endfor %}
+
+{% assign is_cert_category = false %}
+{% for category in learning_path.categories %}
+ {% if category.name == 'Certifications' %}
+ {% assign is_cert_category = true %}
+ {% break %}
+ {% endif %}
+{% endfor %}
+{% if learning_path.enrolled? and course.unlocked? %}
+ {% if is_cert_category == true %}
+
+ {% endif %}
+{% endif %}
diff --git a/Custom_Templates/customer_templates/Cin7 External Backup/_learning_path_description.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_description.html.liquid
similarity index 78%
rename from Custom_Templates/customer_templates/Cin7 External Backup/_learning_path_description.html.liquid
rename to Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_description.html.liquid
index fc290540..6b1fb3a0 100644
--- a/Custom_Templates/customer_templates/Cin7 External Backup/_learning_path_description.html.liquid
+++ b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_description.html.liquid
@@ -1,5 +1,5 @@
{{ learning_path.description }}
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_desktop_content.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_desktop_content.html.liquid
new file mode 100644
index 00000000..e9ca85d9
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_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 Scintilla Prod v3 Commerce/_learning_path_desktop_header.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_desktop_header.html.liquid
new file mode 100644
index 00000000..6f4c112c
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_desktop_header.html.liquid
@@ -0,0 +1,12 @@
+
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_desktop_view.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_desktop_view.html.liquid
new file mode 100644
index 00000000..488b7cc0
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_desktop_view.html.liquid
@@ -0,0 +1,35 @@
+
+
+
+
+
+ {% comment %}
+
{{learning_path.name}}
+
+
{% endcomment %}
+ {% include "learning_path_description" %}
+ {% include "learning_path_instructors" %}
+
+
+
+
+ {% include "learning_path_progress_and_cta" %}
+
+ {% include "learning_path_outline" %}
+
+
diff --git a/Custom_Templates/customer_templates/Cin7 External Backup/_learning_path_instructors.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_instructors.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 External Backup/_learning_path_instructors.html.liquid
rename to Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_instructors.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 External Backup/_learning_path_mobile_content.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_mobile_content.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 External Backup/_learning_path_mobile_content.html.liquid
rename to Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_mobile_content.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 External Backup/_learning_path_mobile_header.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_mobile_header.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 External Backup/_learning_path_mobile_header.html.liquid
rename to Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_mobile_header.html.liquid
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_mobile_view.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_mobile_view.html.liquid
new file mode 100644
index 00000000..556c742a
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_mobile_view.html.liquid
@@ -0,0 +1,41 @@
+
+
+{% 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/Cin7 External Backup/_learning_path_new_content_banner.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_new_content_banner.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 External Backup/_learning_path_new_content_banner.html.liquid
rename to Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_new_content_banner.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 External Backup/_learning_path_outline.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_outline.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 External Backup/_learning_path_outline.html.liquid
rename to Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_outline.html.liquid
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_product_desktop_view.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_product_desktop_view.html.liquid
new file mode 100644
index 00000000..08cb6406
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_product_desktop_view.html.liquid
@@ -0,0 +1,22 @@
+{% include "learning_path_desktop_header", learning_path: product %}
+
+
+
+
+
+ {% include "learning_path_description", learning_path: product %}
+ {% include "learning_path_instructors", learning_path: product %}
+
+
+
+
+
+ {% include "product_price_and_cta"%}
+
+ {% include "learning_path_product_outline" %}
+
+
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_product_mobile_view.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_product_mobile_view.html.liquid
new file mode 100644
index 00000000..c42b6612
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_product_mobile_view.html.liquid
@@ -0,0 +1,34 @@
+
+
+ {% t shared.learning_path.title %}
+
+
+
+
+
+
+ {{ product.name }}
+
+
+
+ {% include "product_price_and_cta" %}
+
+
+
+
+ {% include "learning_path_description", learning_path: product %}
+
+
+
+ {% include "learning_path_product_outline" %}
+
+
+{% if product.instructors.any? %}
+
+ {% include "learning_path_instructors", learning_path: product %}
+
+{% endif %}
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_product_outline.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_product_outline.html.liquid
new file mode 100644
index 00000000..bf077377
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_product_outline.html.liquid
@@ -0,0 +1,10 @@
+
+
{% t .title %}
+ {% for item in product.learning_path_items %}
+ {% if item.course? %}
+ {% include "product_outline_course", id: forloop.index %}
+ {% elsif item.training_event? %}
+ {% include "product_outline_event", id: forloop.index %}
+ {% endif %}
+ {% endfor %}
+
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_progress_and_cta.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_progress_and_cta.html.liquid
new file mode 100644
index 00000000..1d90a2a7
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_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/Cin7 External Backup/_learning_path_summary_desktop_view.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_summary_desktop_view.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 External Backup/_learning_path_summary_desktop_view.html.liquid
rename to Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_summary_desktop_view.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 External Backup/_learning_path_summary_mobile_view.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_summary_mobile_view.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 External Backup/_learning_path_summary_mobile_view.html.liquid
rename to Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_summary_mobile_view.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 External Backup/_learning_path_training_session.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_training_session.html.liquid
similarity index 87%
rename from Custom_Templates/customer_templates/Cin7 External Backup/_learning_path_training_session.html.liquid
rename to Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_training_session.html.liquid
index ba599f95..f796cdf4 100644
--- a/Custom_Templates/customer_templates/Cin7 External Backup/_learning_path_training_session.html.liquid
+++ b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_path_training_session.html.liquid
@@ -15,10 +15,12 @@
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_paths_index.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_paths_index.html.liquid
new file mode 100644
index 00000000..a4681210
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_learning_paths_index.html.liquid
@@ -0,0 +1,14 @@
+
+ {% if items.any? %}
+ {% for learning_path in items %}
+ {% include "cards_learning_path" with learning_path %}
+ {% endfor %}
+ {% else %}
+
+
+ {% t .empty %}
+
+
+
+ {% endif %}
+
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_lps_in_progress.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_lps_in_progress.html.liquid
new file mode 100644
index 00000000..3edd4e86
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_lps_in_progress.html.liquid
@@ -0,0 +1,159 @@
+
+
+
+ Progress Tracker
+
+
+
+
+
+
+ {% assign lps_in_progress_count = 0 %}
+ {% assign enrolled_learning_paths = learning_paths.available | sort: "progress" | reverse %}
+ {% for learning_path in enrolled_learning_paths %}
+ {% if learning_path.progress > 0 %}
+ {% assign lps_in_progress_count = lps_in_progress_count | plus: 1 %}
+
+
+ {% include "cards_learning_path_progress" %}
+
+
+ {% endif %}
+ {% endfor %}
+
+ {% if lps_in_progress_count == 0 %}
+
+
+
+ You don't have any learning Paths in progress.
+
+
+
+
+ {% endif %}
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Cin7 External Backup/_messages.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_messages.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 External Backup/_messages.html.liquid
rename to Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_messages.html.liquid
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_nonbasic_group_users_homepage.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_nonbasic_group_users_homepage.html.liquid
new file mode 100644
index 00000000..7ac49dec
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_nonbasic_group_users_homepage.html.liquid
@@ -0,0 +1,27 @@
+{% assign catalog_courses = courses.in_catalog %}
+
+
+
+ {% include "homepage_featured", items: catalog_courses %}
+ {% include "homepage_ongoing_training", items: catalog_courses %}
+ {% include "lps_in_progress" %}
+
+
+
+
+
+ Get Certified
+
+ {% include "content_by_certificates" %}
+
+
+
+
+
+
+
+
+
+{% comment %} This endif is for the "if basic_3p_group" {% endcomment %}
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_product_expiration_date.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_product_expiration_date.html.liquid
new file mode 100644
index 00000000..2d4b898b
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_product_expiration_date.html.liquid
@@ -0,0 +1,7 @@
+{% if date %}
+ {% capture date_format %}{% t date.formats.short_humanized %}{% endcapture %}
+ {% capture formatted_date %}{{ date | date: date_format }}{% endcapture %}
+
+ {% t .label, date: formatted_date %}
+
+{% endif %}
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_product_outline.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_product_outline.html.liquid
new file mode 100644
index 00000000..4255455a
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_product_outline.html.liquid
@@ -0,0 +1,25 @@
+
+
+ {% t .header.course %}
+
+
+
+ {% for section in course.sections %}
+
+
+ {{ section.name }}
+
+
+ {% for activity in section.activities %}
+
+
+ {% include "course_activity_locked" %}
+
+
+ {% endfor %}
+
+
+ {% endfor %}
+
+
+
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_product_outline_course.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_product_outline_course.html.liquid
new file mode 100644
index 00000000..594cc2de
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_product_outline_course.html.liquid
@@ -0,0 +1,82 @@
+
+
+
+
+
+ {{ item.name }}
+
+
+
+ {% if item.instructors.any? %}
+ {{ item.instructor_names }}
+ {% endif %}
+
+
+
+
+
+
{% t shared.product_types.course %}
+
+
+ {% t shared.buttons.expand %}
+ {% t shared.buttons.collapse %}
+
+
+
+
+
+
+
{% t .about %}
+
{{ item.full_description }}
+
+ {% if item.categories.any? %}
+
+
+ {% t .categories %}
+
+
+ {% for category in item.categories %}
+
+ {{ category.name }}
+
+ {% endfor %}
+
+
+ {% endif %}
+ {% if item.instructors.any? %}
+
+
+ {% t shared.instructors %}
+
+
+ {% for instructor in item.instructors %}
+
+
+
+
+ {{ instructor.name }}
+
+
+ {{ instructor.title }}
+
+
+
+ {% endfor %}
+
+
+ {% endif %}
+
+
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_product_outline_event.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_product_outline_event.html.liquid
new file mode 100644
index 00000000..aaa38f41
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_product_outline_event.html.liquid
@@ -0,0 +1,49 @@
+
+
+ {% if item.available? %}
+ {% if item.location %}
+
{{ item.location }} |
+ {% endif %}
+
{{ item.time }} {{ item.time_zone }}, {{ item.date }}
+
{{ item.name }}
+ {% else %}
+
{{ item.name }}
+ {% endif %}
+
{{ item.caption }}
+
+
+
+
{{ item.formatted_type }}
+
+
+ {% t shared.buttons.expand %}
+ {% t shared.buttons.collapse %}
+
+
+
+
+
{% t .about %}
+
{{ item.description }}
+
+ {% if item.instructors %}
+
+
+ {% t shared.instructors %}
+
+
+
+
+ {{ item.instructors }}
+
+
+
+
+ {% endif %}
+
+
+
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_product_outline_lp.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_product_outline_lp.html.liquid
new file mode 100644
index 00000000..87106e09
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_product_outline_lp.html.liquid
@@ -0,0 +1,65 @@
+
+
+
+
+
+ {{ item.name }}
+
+
+
+ {% if item.instructor_names %}
+ {{ item.instructor_names }}
+ {% endif %}
+
+
+
+
+
+
{% t shared.product_types.learning_path %}
+
+
+ {% t shared.buttons.expand %}
+ {% t shared.buttons.collapse %}
+
+
+
+
+
+
+
{% t .about %}
+ {{ item.description }}
+
+
{% t .content %}
+ {% for learning_path_item in item.learning_path_items %}
+
+
+ {% if learning_path_item.course? %}
+
{{learning_path_item.name}}
+
{{learning_path_item.instructor_names}}
+ {% elsif learning_path_item.training_event? %}
+ {% if learning_path_item.available? %}
+
{{learning_path_item.name}}
+
{{ learning_path_item.time }} {{ learning_path_item.time_zone }}, {{ learning_path_item.date }}
+ {% else %}
+
{{learning_path_item.name}}
+
{{ learning_path_item.caption }}
+ {% endif %}
+ {% endif %}
+
+
+
+
{{ learning_path_item.formatted_type }}
+
+
+ {% endfor %}
+
+
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_product_price_and_cta.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_product_price_and_cta.html.liquid
new file mode 100644
index 00000000..c0221597
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_product_price_and_cta.html.liquid
@@ -0,0 +1,12 @@
+
+
+ {{ product.formatted_price }}
+
+ {{ product.formatted_access_period}}
+
+
+
+
+ {% commerce_add_to_cart product %}
+ {% commerce_buy_more_access product %}
+
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_search_result.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_search_result.html.liquid
new file mode 100644
index 00000000..c597ad2e
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_search_result.html.liquid
@@ -0,0 +1,37 @@
+{% if result.type == "course" %}
+ {% unless result.course.id == "fdc8acdc-0b7c-4064-a52b-1955379d411b" or result.course.id == "b3225a47-448d-4988-962a-18d37d6616d0" %}
+
+
+
+
+
+
+
{{result.course.short_description}}
+
+
+
+ {% for course in catalog_courses %}
+ {% if course.id == result.course.id %}
+ {% for cat in course.categories %}
+ {% assign cat_name = cat.name | upcase %}
+ {% unless cat_name == "FEATURED" or cat_name == "ARTICLES" %}
+
{{cat.name}}
+ {% endunless %}
+ {% endfor %}
+ {% endif %}
+ {% endfor %}
+
+
+
+
+
+ {% endunless %}
+{% endif %}
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Cin7 External Backup/_search_zero_state.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_search_zero_state.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 External Backup/_search_zero_state.html.liquid
rename to Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_search_zero_state.html.liquid
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_sub_navigation.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_sub_navigation.html.liquid
new file mode 100644
index 00000000..17e93188
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_sub_navigation.html.liquid
@@ -0,0 +1,54 @@
+
+
+ {% for link in navigations.sub_navigation %}
+
+ {% endfor %}
+
+
+
+
+
+
+
+
+
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_event_desktop_view.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_event_desktop_view.html.liquid
new file mode 100644
index 00000000..76ac434a
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_event_desktop_view.html.liquid
@@ -0,0 +1,42 @@
+
+
+
+
+
+
+ {% include "training_session_status" %}
+ {% include "training_session_date" %}
+
+
+ {% include "training_session_details" %}
+
+
+
+
+ {% include "training_session_description" %}
+
+
+
+
+
+
+ {% t shared.more_sessions %}
+
+ {% if training_event.sessions.size > 1 %}
+ {% include "training_session_more_sessions" %}
+ {% else %}
+
+
+
+ {% t .empty %}
+
+
+ {% endif %}
+
+
+
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_event_mobile_view.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_event_mobile_view.html.liquid
new file mode 100644
index 00000000..f6a7b959
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_event_mobile_view.html.liquid
@@ -0,0 +1,23 @@
+
+
+
+
+ {% include "training_session_status" %}
+ {% include "training_session_date" %}
+ {% include "training_session_details" %}
+ {% include "training_session_description" %}
+
+
+ {% if training_event.sessions.size > 1 %}
+
+
+
+ {% t shared.more_sessions %}
+
+ {% include "training_session_more_sessions" %}
+
+
+ {% endif %}
+
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_event_preview_desktop_view.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_event_preview_desktop_view.html.liquid
new file mode 100644
index 00000000..be9b996a
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_event_preview_desktop_view.html.liquid
@@ -0,0 +1,42 @@
+
+
+
+
+
+
+ {% include "training_session_status" %}
+ {% include "training_session_date" %}
+
+
+ {% include "training_session_details" %}
+
+
+
+
+ {% include "training_session_description" %}
+
+
+
+
+
+
+ {% t shared.more_sessions %}
+
+ {% if training_event.sessions.size > 0 %}
+ {% include "training_event_preview_more_sessions" %}
+ {% else %}
+
+
+
+ {% t themes.default._training_event_desktop_view.empty %}
+
+
+ {% endif %}
+
+
+
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_event_preview_mobile_view.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_event_preview_mobile_view.html.liquid
new file mode 100644
index 00000000..84323a09
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_event_preview_mobile_view.html.liquid
@@ -0,0 +1,23 @@
+
+
+
+
+ {% include "training_session_status" %}
+ {% include "training_session_date" %}
+ {% include "training_session_details" %}
+ {% include "training_session_description" %}
+
+
+ {% if training_event.sessions.size > 0 %}
+
+
+
+ {% t shared.more_sessions %}
+
+ {% include "training_event_preview_more_sessions" %}
+
+
+ {% endif %}
+
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_event_preview_more_sessions.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_event_preview_more_sessions.html.liquid
new file mode 100644
index 00000000..a81c888a
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_event_preview_more_sessions.html.liquid
@@ -0,0 +1,3 @@
+{% for session in training_event.sessions %}
+ {% include "training_event_preview_session_tile", current_session: training_session %}
+{% endfor %}
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_event_preview_session_tile.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_event_preview_session_tile.html.liquid
new file mode 100644
index 00000000..7a09cc33
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_event_preview_session_tile.html.liquid
@@ -0,0 +1,18 @@
+
+
+
+
+
+ {{ session.month }} {{ session.day }}, {{ session.year }}
+
+
+ {{ session.time_period }} {{ session.time_zone }}
+
+
+
+
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_events_dashboard.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_events_dashboard.html.liquid
new file mode 100644
index 00000000..7aeb19ce
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_events_dashboard.html.liquid
@@ -0,0 +1,9 @@
+
+ {% if training_events.enrolled.any? %}
+ {% for training_event in training_events.enrolled %}
+ {% include "cards_training_event" with training_event %}
+ {% endfor %}
+ {% else %}
+ {% include "training_events_zero_state" %}
+ {% endif %}
+
diff --git a/Custom_Templates/customer_templates/Cin7 External Backup/_training_events_filter.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_events_filter.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 External Backup/_training_events_filter.html.liquid
rename to Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_events_filter.html.liquid
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_events_index.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_events_index.html.liquid
new file mode 100644
index 00000000..ff93b1c8
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_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/Cin7 External Backup/_training_events_zero_state.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_events_zero_state.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 External Backup/_training_events_zero_state.html.liquid
rename to Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_events_zero_state.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 External Backup/_training_session_calendars.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_session_calendars.html.liquid
similarity index 94%
rename from Custom_Templates/customer_templates/Cin7 External Backup/_training_session_calendars.html.liquid
rename to Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_session_calendars.html.liquid
index ad67aef1..6c758b73 100644
--- a/Custom_Templates/customer_templates/Cin7 External Backup/_training_session_calendars.html.liquid
+++ b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_session_calendars.html.liquid
@@ -1,6 +1,6 @@
+
{% t .unregister %}
{% else %}
diff --git a/Custom_Templates/customer_templates/Cin7 External Backup/_training_session_date.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_session_date.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 External Backup/_training_session_date.html.liquid
rename to Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_session_date.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 External Backup/_training_session_description.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_session_description.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 External Backup/_training_session_description.html.liquid
rename to Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_session_description.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 External Backup/_training_session_desktop_view.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_session_desktop_view.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 External Backup/_training_session_desktop_view.html.liquid
rename to Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_session_desktop_view.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 External Backup/_training_session_details.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_session_details.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 External Backup/_training_session_details.html.liquid
rename to Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_session_details.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 External Backup/_training_session_header.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_session_header.html.liquid
similarity index 90%
rename from Custom_Templates/customer_templates/Cin7 External Backup/_training_session_header.html.liquid
rename to Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_session_header.html.liquid
index f5408226..10434cfa 100644
--- a/Custom_Templates/customer_templates/Cin7 External Backup/_training_session_header.html.liquid
+++ b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_session_header.html.liquid
@@ -2,7 +2,7 @@
{% t shared.event_types, key: training_event.event_type %}
-
+
diff --git a/Custom_Templates/customer_templates/Cin7 External Backup/_training_session_mobile_view.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_session_mobile_view.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 External Backup/_training_session_mobile_view.html.liquid
rename to Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_session_mobile_view.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 External Backup/_training_session_more_sessions.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_session_more_sessions.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 External Backup/_training_session_more_sessions.html.liquid
rename to Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_session_more_sessions.html.liquid
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_session_status.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_session_status.html.liquid
new file mode 100644
index 00000000..75116282
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_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/Cin7 External Backup/_training_session_tile.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_session_tile.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 External Backup/_training_session_tile.html.liquid
rename to Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/_training_session_tile.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 External Backup/account.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/account.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 External Backup/account.html.liquid
rename to Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/account.html.liquid
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/articles.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/articles.html.liquid
new file mode 100644
index 00000000..b05904af
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/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/Cin7 External Backup/auth_url_email.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/auth_url_email.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 External Backup/auth_url_email.html.liquid
rename to Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/auth_url_email.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 External Backup/auth_url_employee.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/auth_url_employee.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 External Backup/auth_url_employee.html.liquid
rename to Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/auth_url_employee.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 External Backup/auth_url_phone_number.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/auth_url_phone_number.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 External Backup/auth_url_phone_number.html.liquid
rename to Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/auth_url_phone_number.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 External Backup/auth_url_terms.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/auth_url_terms.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 External Backup/auth_url_terms.html.liquid
rename to Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/auth_url_terms.html.liquid
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/bundle_product.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/bundle_product.html.liquid
new file mode 100644
index 00000000..734327e5
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/bundle_product.html.liquid
@@ -0,0 +1,10 @@
+{% include "header" %}
+
+
+ {% include "bundle_product_desktop_view" %}
+
+
+ {% include "bundle_product_mobile_view" %}
+
+
+{% include "footer" %}
diff --git a/Custom_Templates/customer_templates/Cin7 External Backup/courses.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/catalog.html.liquid
similarity index 95%
rename from Custom_Templates/customer_templates/Cin7 External Backup/courses.html.liquid
rename to Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/catalog.html.liquid
index a6e036af..d7b380b8 100644
--- a/Custom_Templates/customer_templates/Cin7 External Backup/courses.html.liquid
+++ b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/catalog.html.liquid
@@ -1,6 +1,6 @@
{% include "header" %}
{% include "course_version_outdated_alert", courses: courses.in_catalog %}
-
+{% include "sub_navigation" %}
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/styles.css.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/styles.css.liquid
new file mode 100644
index 00000000..bad962cb
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/styles.css.liquid
@@ -0,0 +1,628 @@
+@font-face {
+ font-family: "Bogle";
+ src: url(https://s3.amazonaws.com/static.northpass.com/fonts/Bogle_Regular.OTF);
+ font-weight: 400;
+}
+
+@font-face {
+ font-family: "Bogle";
+ src: url(https://s3.amazonaws.com/static.northpass.com/fonts/Bogle_Italic.OTF);
+ font-weight: 400;
+ font-style: italic;
+}
+
+@font-face {
+ font-family: "Bogle";
+ src: url(https://s3.amazonaws.com/static.northpass.com/fonts/Bogle_Medium.otf);
+ font-weight: 500;
+}
+
+@font-face {
+ font-family: "Bogle";
+ src: url(https://s3.amazonaws.com/static.northpass.com/fonts/Bogle_Medium_Italic.otf);
+ font-weight: 500;
+ font-style: italic;
+}
+
+@font-face {
+ font-family: "Bogle";
+ src: url(https://s3.amazonaws.com/static.northpass.com/fonts/Bogle_Bold.OTF);
+ font-weight: 700;
+}
+
+@font-face {
+ font-family: "Bogle";
+ src: url(https://s3.amazonaws.com/static.northpass.com/fonts/Bogle_Bold_Italic.OTF);
+ font-weight: 700;
+ font-style: italic;
+}
+
+@font-face {
+ font-family: "Bogle";
+ src: url(https://s3.amazonaws.com/static.northpass.com/fonts/Bogle_Black.OTF);
+ font-weight: 900;
+}
+
+@font-face {
+ font-family: "Bogle";
+ src: url(https://s3.amazonaws.com/static.northpass.com/fonts/Bogle_Black_Italic.OTF);
+ font-weight: 900;
+ font-style: italic;
+}
+
+body,
+html {
+ font-family: "Bogle", "Roboto", sans-serif;
+ background: #fff;
+ color: #333;
+}
+
+.np-certificate-top-bar-spacing {
+ margin-top: 68px;
+}
+
+.np-dashboard,
+.np-learning-paths {
+ background-color: #fff;
+}
+
+.np-card-container {
+ box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
+}
+
+.np-resource-title,
+.np-dashboard-resources-title {
+ color: #333;
+ font-weight: 400;
+ font-size: 24px;
+ line-height: 32px;
+}
+
+.np-dashboard .np-dashboard-resources-title {
+ margin-bottom: 20px;
+ text-transform:capitalize;
+}
+
+.np-resource-subtitle {
+ color: #333;
+}
+
+.np-max-width {
+ max-width: 1380px;
+}
+
+.np-button {
+ min-width: 80px;
+ border-radius: 30px;
+ padding: 10px 24px;
+ font-size: 14px;
+ font-weight: 700;
+ transition: background-color 0.2s;
+}
+
+.np-button:focus {
+ border: 2px solid #979797;
+ box-shadow: 0px 0px 10px 0px #0000001a;
+}
+
+.np-button:disabled,
+.np-button:hover:disabled {
+ background-color: #6d6e71;
+}
+
+.np-alert-info {
+ background-color: #ebe8f3;
+ color: #3c228a;
+}
+
+.np-card-ribbon {
+ background-color: #3c228a;
+ box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
+ text-transform: none;
+ padding: 6px 10px;
+ border-radius: 20px;
+ font-size: 12px;
+ min-width: 50px;
+ text-align: center;
+}
+
+.np-learning-paths-resources-container {
+ margin-bottom: 50px;
+}
+
+.np-zero-state-text {
+ color: #333;
+}
+
+.np-dashboard-resources-title {
+ margin-bottom: 8px;
+ color: #333;
+}
+
+.np-learning-paths-resources-container,
+.np-dashboard-resources-container {
+ border: 2px solid #dadce0;
+ border-radius: 8px;
+}
+
+.tns-nav {
+ display: flex;
+ justify-content: center;
+ margin-top: 16px;
+}
+
+.tns-nav button {
+ width: 7px;
+ height: 7px;
+ border-radius: 50%;
+ background-color: #000;
+ border: none;
+ margin: 0 6px;
+ -webkit-appearance: none;
+ padding: 0;
+ opacity: 0.3;
+}
+
+.tns-nav button.tns-nav-active {
+ opacity: 1;
+}
+
+.np-section-header {
+ font-size: 24px;
+ line-height: 24px;
+ margin-bottom: 32px;
+}
+
+.see-more-wrapper {
+ display: flex;
+ justify-content: flex-end;
+ margin-top: 8px;
+ width: 100%;
+ align-items: flex-end;
+}
+
+.see-more-wrapper a {
+ color: #3c228a;
+}
+
+.progress-ring circle {
+ stroke-linecap: round;
+}
+.progress-ring text {
+ font-size: 32px;
+ font-weight: 700;
+}
+.progress-ring__circle {
+ transition: stroke-dashoffset 0.35s;
+ transform: rotate(-90deg);
+ transform-origin: center;
+}
+
+.np-progress-circle-label {
+ text-transform: uppercase;
+ font-size: 0.875rem;
+ margin-top: 1rem;
+}
+
+@media (min-width: 768px) {
+ .tns-nav {
+ display: none;
+ }
+
+ .np-section-header {
+ font-size: 32px;
+ line-height: 40px;
+ margin-bottom: 40px;
+ }
+
+ .np-resource-title,
+ .np-dashboard-resources-title {
+ font-size: 32px;
+ line-height: 40px;
+ }
+}
+
+/* STICKY HEADER & SUBNAV */
+.np-header {
+ height: 64px;
+ transition: all 0.2s;
+ position: fixed;
+ top: 0;
+ left: 0;
+ width: 100%;
+ z-index: 50;
+ box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
+}
+
+.np-main {
+ padding-top: 64px;
+}
+
+.np-sub-navigation:not(.homepage-nav):not(.np-page-container) {
+ position: fixed;
+ top: 64px;
+ left: 0;
+ width: 100%;
+ background-color: #fff;
+ box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
+ padding-top: 0px;
+ margin-bottom: 0;
+ z-index: 49;
+}
+
+.np-sub-navigation.fixed {
+ position: fixed;
+ top: 64px;
+ left: 0;
+ width: 100%;
+ box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
+ z-index: 49;
+ padding-top: 0;
+ margin-bottom: 0;
+}
+
+@media (min-width: 768px) {
+ .np-main:not(.np-homepage):not(.np-page-container) {
+ padding-top: 200px;
+ }
+
+ .np-header {
+ box-shadow: none;
+ }
+}
+
+/* COVER PAGES */
+.np-resource-header-card {
+ box-shadow: none;
+}
+
+.np-back-button .np-icon-back {
+ color: #333;
+}
+
+.np-top-cta-progress-title {
+ color: #59697b;
+}
+
+.np-learning-path-outline-item .np-card-content {
+ padding: 18px;
+}
+
+.np-optional-ribbon {
+ background-color: rgba(60, 34, 138, 0.1);
+ color: #3c228a;
+}
+.np-learning-path-outline-name {
+ font-weight: 700;
+}
+
+.np-learning-path-outline-progress.np-color-success {
+ color: #3c228a;
+}
+
+#learning-path-desktop .np-top-image {
+ border-bottom-left-radius: 0;
+ border-bottom-right-radius: 0;
+}
+
+/* COURSE CARDS */
+
+a.np-card {
+ text-decoration: none;
+}
+
+.np-card-padding {
+ padding: 32px 24px 24px;
+}
+
+.np-image-wrapper {
+ position: relative;
+}
+
+.np-card .np-image-wrapper .np-card-ribbon {
+ top: auto;
+ bottom: 10px;
+}
+
+.np-card .np-image-wrapper .course-img-content {
+ position: absolute;
+ top: 16px;
+ left: 16px;
+ padding-right: 16px;
+}
+
+.np-card .np-image-wrapper .np-card-content-title {
+ color: #fff;
+ font-size: 24px;
+ line-height: 30px;
+ text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
+}
+
+.np-card .course-length {
+ margin-top: 8px;
+ font-weight: 500;
+}
+
+.np-card-content-title {
+ margin: 0 !important;
+ font-weight: 700;
+ font-size: 18px;
+ line-height: 25px;
+ color: #333;
+}
+
+.np-card .np-card-content-title {
+ margin: 0;
+ font-weight: 700;
+ font-size: 18px;
+ line-height: 25px;
+}
+
+.np-card-article .np-card-content-title {
+ margin-bottom: 8px;
+}
+
+.np-card .np-card-content-subtitle {
+ color: #333;
+ font-size: 15px;
+ line-height: 21px;
+ margin-bottom: 16px;
+}
+
+.np-card .np-card-content-footer {
+ margin-top: 0;
+}
+
+.np-card-content-progress {
+ line-height: 16px;
+}
+
+@media (min-width: 768px) {
+ .np-card .np-image-wrapper .np-card-content-title {
+ font-size: 28px;
+ line-height: 34px;
+ }
+}
+
+/* ONGOING COURSE CARDS */
+.np-card.np-card-ongoing .np-card-padding {
+ padding: 16px;
+}
+
+.np-card.np-card-ongoing .np-card-content-footer {
+ display: block;
+}
+
+/* ILT CARDS */
+.np-card-training-event .np-card-padding {
+ padding: 12px 20px 32px;
+}
+
+.np-card-training-event .np-card-content-title {
+ font-size: 16px;
+ color: #333;
+ margin-bottom: 8px;
+}
+
+.np-card-training-event .np-card-training-session {
+ margin-top: 20px;
+}
+
+.np-card-training-event .np-card-content-label,
+.np-card-training-event .np-card-training-sessions-icon {
+ color: #333;
+}
+
+/* LEARNING PATH CARDS */
+.np-card .np-learning-path .np-card-content-title {
+ font-size: 24px;
+ line-height: 32px;
+}
+
+/* LEARNING PATH PROGRESS CARDS */
+.np-card.np-card-learning-path-progress {
+ padding: 0;
+ color: #333;
+}
+
+.np-learning-path .np-card-content-footer {
+ margin-top: 16px;
+}
+
+@media (min-width: 768px) {
+ .np-learning-path {
+ align-items: stretch;
+ }
+
+ .lp-image-wrapper {
+ width: 32%;
+ min-width: 32%;
+ position: relative;
+ overflow: hidden;
+ border-bottom-left-radius: 4px;
+ border-top-left-radius: 4px;
+ }
+
+ .np-learning-paths .lp-image-wrapper {
+ min-height: 300px;
+ }
+
+ .np-learning-path .np-learning-path-image {
+ width: auto;
+ border-top-right-radius: 0;
+ position: absolute;
+ left: 50%;
+ top: 50%;
+ transform: translate(-50%, -50%);
+ }
+}
+
+.np-card-learning-path-progress .lp-progress-card-wrapper {
+ flex-direction: column;
+ align-items: center;
+ justify-content: center;
+ display: flex;
+ flex-wrap: wrap;
+ padding: 24px 16px 50px;
+}
+
+.np-card-learning-path-progress .lp-content {
+ padding-left: 11px;
+}
+
+.np-card-learning-path-progress .learning-path-title {
+ font-weight: 500;
+ font-size: 18px;
+ line-height: 32px;
+ width: 100%;
+ text-align: center;
+ margin-bottom: 8px;
+}
+
+.np-card-learning-path-progress .lp-total-courses,
+.np-card-learning-path-progress .lp-completed-items {
+ font-size: 16px;
+ line-height: 26px;
+}
+
+.np-card-learning-path-progress .lp-total-courses span,
+.np-card-learning-path-progress .lp-completed-items span {
+ color: #3c228a;
+ font-weight: 500;
+}
+
+.np-card-learning-path-progress .lp-completed-items span > div {
+ display: inline;
+}
+
+@media (min-width: 768px) {
+ .np-card-learning-path-progress .lp-progress-card-wrapper {
+ padding: 64px 16px;
+ flex-wrap: nowrap;
+ }
+ .np-card-learning-path-progress .learning-path-title {
+ font-size: 24px;
+ line-height: 32px;
+ margin-bottom: 32px;
+ text-align: left;
+ }
+
+ .np-card-learning-path-progress .lp-total-courses,
+ .np-card-learning-path-progress .lp-completed-items {
+ font-size: 20px;
+ line-height: 30px;
+ }
+
+ .np-card-learning-path-progress .lp-content {
+ padding-left: 22px;
+ }
+}
+
+/* MODAL POPUP */
+.first-time-user-popup,
+.survey-popup {
+ position: fixed;
+ top: 0;
+ right: 0;
+ bottom: 0;
+ left: 0;
+ z-index: 1000;
+ display: flex;
+ padding: 1em;
+ background-color: rgba(0, 0, 0, 0.75);
+ visibility: hidden;
+ opacity: 0;
+ pointer-events: none;
+ transition: 0.25s ease-out;
+}
+.first-time-user-popup.is-active,
+.survey-popup.is-active {
+ visibility: visible;
+ opacity: 1;
+ pointer-events: auto;
+}
+
+.first-time-user-popup-container,
+.survey-popup-container {
+ width: 100%;
+ max-width: 650px;
+ margin: auto;
+ transform: translateY(-1em) scale(0.95);
+ background-color: white;
+ transition: transform 0.25s ease-out;
+ border-radius: 8px;
+}
+
+.first-time-user-popup.is-active .first-time-user-popup-container,
+.survey-popup.is-active .survey-popup-cotnainer {
+ transform: translateY(0) scale(1);
+}
+
+.modal-headline {
+ font-size: 20px;
+ line-height: normal;
+ font-weight: 500;
+ margin-bottom: 32px;
+ text-align: center;
+}
+
+.modal-links {
+ display: flex;
+ justify-content:center;s
+}
+
+.modal-links a {
+ border: 2px solid #3c228a;
+ background: #3c228a;
+ padding: 8px 16px;
+ text-align: center;
+ width: calc(50% - 8px);
+ margin: 0 8px;
+ border-radius: 30px;
+ color: #fff;
+ text-decoration: none;
+ font-weight: 700;
+ transition: all 0.2s;
+}
+
+.modal-links a.secondary {
+ background: transparent;
+ color: #3c228a;
+}
+
+.modal-links a:hover {
+ border: 2px solid #13014a;
+ background: #13014a;
+}
+
+.modal-links a.secondary:hover {
+ border: 2px solid #13014a;
+ background: #ebe8f3;
+ color: #13014a;
+}
+
+.first-time-user-popup-content,
+.survey-popup-content {
+ padding: 32px 16px;
+}
+
+.survey-popup-content,
+.modal-survey {
+ height:100%;
+}
+
+@media (min-width: 768px) {
+ .first-time-user-popup-content,
+ .survey-popup-content {
+ padding: 32px;
+ }
+
+ .modal-headline {
+ font-size: 24px;
+ }
+
+ .modal-links a {
+ min-height: 40px;
+ line-height: 40px;
+ }
+}
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/training_event_preview.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/training_event_preview.html.liquid
new file mode 100644
index 00000000..1645bc57
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/training_event_preview.html.liquid
@@ -0,0 +1,10 @@
+{% include "header" %}
+
+
+ {% include "training_event_preview_desktop_view", training_session: training_event %}
+
+
+ {% include "training_event_preview_mobile_view", training_session: training_event %}
+
+
+{% include "footer" %}
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/training_events.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/training_events.html.liquid
new file mode 100644
index 00000000..139717ee
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/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/Cin7 External Backup/training_session.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/training_session.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 External Backup/training_session.html.liquid
rename to Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/training_session.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 External Backup/training_session_attendance.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/training_session_attendance.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 External Backup/training_session_attendance.html.liquid
rename to Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/training_session_attendance.html.liquid
diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/transcript.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/transcript.html.liquid
new file mode 100644
index 00000000..b6cb5428
--- /dev/null
+++ b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/transcript.html.liquid
@@ -0,0 +1,8 @@
+{% include "header" %}
+{% include "account_tabs" %}
+
+
+ {% transcript %}
+
+
+{% include "footer" %}
diff --git a/Custom_Templates/customer_templates/Cin7 External Backup/unsubscribe.html.liquid b/Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/unsubscribe.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 External Backup/unsubscribe.html.liquid
rename to Custom_Templates/customer_templates/Walmart Scintilla Prod v3 Commerce/unsubscribe.html.liquid
diff --git a/Scripts/API_Tests/add-pgaids.py b/Scripts/API_Tests/add-pgaids.py
index 10e16546..fb615c12 100644
--- a/Scripts/API_Tests/add-pgaids.py
+++ b/Scripts/API_Tests/add-pgaids.py
@@ -5,7 +5,7 @@ import Apikeys
import os
from datetime import datetime
-basefile = "/Users/normrasmussen/Downloads/mizuno-june1-15-completions.csv"
+basefile = "/Users/normrasmussen/Downloads/mizunojune2025.csv"
api_key = Apikeys.MIZUNO
uuid_url = "https://api.northpass.com/v2/people?filter[email][eq]="
prop_url = "https://api.northpass.com/v2/properties/people/"
@@ -14,7 +14,7 @@ headers = {
"x-api-key": api_key,
"content-type": "application/json",
}
-THIS_MONTH = datetime.now().strftime('%B%Y')
+THIS_MONTH_YEAR = datetime.now().strftime('%B%Y')
def load_file(basefile):
dict_list = []
@@ -52,7 +52,7 @@ def load_file(basefile):
completions = completions[completions["userid"] != "0"]
# completions = completions.iloc[:, 0:]
completions.to_csv(
- f"/Users/normrasmussen/Downloads/Mizuno-LP-{THIS_MONTH}-1-15-with-PGAID.csv",
+ f"/Users/normrasmussen/Downloads/Mizuno-LP-{THIS_MONTH_YEAR}-with-PGAID.csv",
index=False,
)
diff --git a/Tasks.md b/Tasks.md
index 33cdb64d..33be2645 100644
--- a/Tasks.md
+++ b/Tasks.md
@@ -59,3 +59,4 @@
## Workhuman
- [ ] Ask about increasing the Password security policy for Customer Hub (CC+CE). The request from the Workhuman Infosec team is:"The password policy should require a minimum length of at least twelve characters to increase complexity and resistance to brute-force attacks. When two-factor authentication (2FA) is enforced, a minimum length of eight characters may be acceptable. Specific character class requirements, such as mandating uppercase letters, numbers, or symbols, should be avoided in favour of allowing any printable Unicode characters to encourage the use of passphrases."
+https://community.workhuman.com/education/courses/bada004e-b721-4eed-86b2-9fc58edd3276/activities/eae94898-b7e5-4ce9-a4c9-568e8687d92a
diff --git a/wan_ip.txt b/wan_ip.txt
index 4746ef76..22e9e8cf 100644
--- a/wan_ip.txt
+++ b/wan_ip.txt
@@ -1 +1 @@
-98.218.160.230
+69.121.5.106