diff --git a/Custom_Templates/customer_templates/Cin7 Customers/catalog.html.liquid b/Custom_Templates/customer_templates/Cin7 Customers/catalog.html.liquid index d4c8f29c..3c727e47 100644 --- a/Custom_Templates/customer_templates/Cin7 Customers/catalog.html.liquid +++ b/Custom_Templates/customer_templates/Cin7 Customers/catalog.html.liquid @@ -1,5 +1,6 @@ {% assign omni = false %} {% assign core = false %} +{% assign multiprod = false %} {% assign log_out = true %} {% if current_person.signed_in? %} diff --git a/Custom_Templates/customer_templates/Cin7 Internal Academy/_learning_path_progress_and_cta.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal Academy/_learning_path_progress_and_cta.html.liquid index 2d180ca2..b3cd8eac 100644 --- a/Custom_Templates/customer_templates/Cin7 Internal Academy/_learning_path_progress_and_cta.html.liquid +++ b/Custom_Templates/customer_templates/Cin7 Internal Academy/_learning_path_progress_and_cta.html.liquid @@ -1,5 +1,9 @@ {% if learning_path.enrolled? %} -
+ {% for category in learning_path.categories %} + {% if category.name contains "Deep Dive: Core" %} +