diff --git a/Custom_Templates/customer_templates/BuilderTrend External/_training_session_status.html.liquid b/Custom_Templates/customer_templates/BuilderTrend External/_training_session_status.html.liquid index 78506672..5077bcb8 100644 --- a/Custom_Templates/customer_templates/BuilderTrend External/_training_session_status.html.liquid +++ b/Custom_Templates/customer_templates/BuilderTrend External/_training_session_status.html.liquid @@ -7,7 +7,7 @@ + {% comment %} {% endcomment %} {% unless uniq_cats contains category.name %} diff --git a/Custom_Templates/customer_templates/Walmart Supplier Prod/_widget_course_progress.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Prod/_widget_course_progress.html.liquid index ea578c11..2db3ec3d 100644 --- a/Custom_Templates/customer_templates/Walmart Supplier Prod/_widget_course_progress.html.liquid +++ b/Custom_Templates/customer_templates/Walmart Supplier Prod/_widget_course_progress.html.liquid @@ -19,15 +19,18 @@ {% 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 %} +