From 8fe3503f72daa80e1317fc01c0fe814463a16ed4 Mon Sep 17 00:00:00 2001 From: Norm Rasmussen Date: Fri, 27 Jun 2025 10:30:31 -0400 Subject: [PATCH] Big update for Scintilla with eCommerce. Backed up all the work Raj did. --- .../Walmart Scintilla Prod/.DS_Store | Bin 6148 -> 0 bytes .../_account_tabs.html.liquid | 32 ++ .../_basic_group_homepage.html.liquid | 356 ++---------------- ...roup_homepage_ongoing_training.html.liquid | 314 +++++++++++++++ .../_bundle_description.html.liquid | 6 + .../_bundle_desktop_header.html.liquid | 12 + .../_bundle_product_desktop_view.html.liquid | 21 ++ .../_bundle_product_mobile_view.html.liquid | 27 ++ .../_bundle_product_outline.html.liquid | 12 + .../_cards_catalog_item.html.liquid | 38 ++ .../_cards_course_ongoing.html.liquid | 2 + .../_content_by_bundles.html.liquid | 22 ++ .../_content_by_certificates.html.liquid | 127 +++++++ .../_course_product_desktop_view.html.liquid | 41 ++ .../_course_product_mobile_view.html.liquid | 31 ++ .../_course_progress_and_cta.html.liquid | 2 +- .../_dashboard_ongoing_training.html.liquid | 191 ++++++++++ .../_header.html.liquid | 14 +- .../_homepage_featured.html.liquid | 10 +- .../_homepage_inprogress_courses.html.liquid | 189 ++++++++++ .../_homepage_ongoing_training.html.liquid | 238 +++++++++--- ...learning_path_completed_banner.html.liquid | 6 +- ...ning_path_product_desktop_view.html.liquid | 22 ++ ...rning_path_product_mobile_view.html.liquid | 34 ++ ..._learning_path_product_outline.html.liquid | 10 + .../_lps_in_progress.html.liquid | 36 ++ ..._nonbasic_group_users_homepage.html.liquid | 27 ++ .../_product_expiration_date.html.liquid | 7 + .../_product_outline.html.liquid | 25 ++ .../_product_outline_course.html.liquid | 82 ++++ .../_product_outline_event.html.liquid | 49 +++ .../_product_outline_lp.html.liquid | 65 ++++ .../_product_price_and_cta.html.liquid | 12 + .../_sub_navigation.html.liquid | 7 +- .../_training_event_desktop_view.html.liquid | 42 +++ .../_training_event_mobile_view.html.liquid | 23 ++ ...ing_event_preview_desktop_view.html.liquid | 42 +++ ...ning_event_preview_mobile_view.html.liquid | 23 ++ ...ng_event_preview_more_sessions.html.liquid | 3 + ...ing_event_preview_session_tile.html.liquid | 18 + .../_training_session_status.html.liquid | 6 + .../bundle_product.html.liquid | 10 + .../commerce_cart.html.liquid | 11 + .../commerce_catalog.html.liquid | 28 ++ .../commerce_checkout.html.liquid | 7 + .../commerce_order_details.html.liquid | 7 + .../commerce_order_history.html.liquid | 8 + .../commerce_redeem.html.liquid | 7 + .../commerce_return.html.liquid | 7 + .../course_product.html.liquid | 10 + .../homepage.html.liquid | 132 ++----- .../learning_path_product.html.liquid | 10 + .../training_event_preview.html.liquid | 10 + .../transcript.html.liquid | 8 + .../grow-with-walmart-catalog.html.liquid | 2 +- 55 files changed, 1983 insertions(+), 498 deletions(-) delete mode 100644 Custom_Templates/customer_templates/Walmart Scintilla Prod/.DS_Store create mode 100644 Custom_Templates/customer_templates/Walmart Scintilla Prod/_account_tabs.html.liquid create mode 100644 Custom_Templates/customer_templates/Walmart Scintilla Prod/_basic_group_homepage_ongoing_training.html.liquid create mode 100644 Custom_Templates/customer_templates/Walmart Scintilla Prod/_bundle_description.html.liquid create mode 100644 Custom_Templates/customer_templates/Walmart Scintilla Prod/_bundle_desktop_header.html.liquid create mode 100644 Custom_Templates/customer_templates/Walmart Scintilla Prod/_bundle_product_desktop_view.html.liquid create mode 100644 Custom_Templates/customer_templates/Walmart Scintilla Prod/_bundle_product_mobile_view.html.liquid create mode 100644 Custom_Templates/customer_templates/Walmart Scintilla Prod/_bundle_product_outline.html.liquid create mode 100644 Custom_Templates/customer_templates/Walmart Scintilla Prod/_cards_catalog_item.html.liquid create mode 100644 Custom_Templates/customer_templates/Walmart Scintilla Prod/_content_by_bundles.html.liquid create mode 100644 Custom_Templates/customer_templates/Walmart Scintilla Prod/_content_by_certificates.html.liquid create mode 100644 Custom_Templates/customer_templates/Walmart Scintilla Prod/_course_product_desktop_view.html.liquid create mode 100644 Custom_Templates/customer_templates/Walmart Scintilla Prod/_course_product_mobile_view.html.liquid create mode 100644 Custom_Templates/customer_templates/Walmart Scintilla Prod/_dashboard_ongoing_training.html.liquid create mode 100644 Custom_Templates/customer_templates/Walmart Scintilla Prod/_homepage_inprogress_courses.html.liquid create mode 100644 Custom_Templates/customer_templates/Walmart Scintilla Prod/_learning_path_product_desktop_view.html.liquid create mode 100644 Custom_Templates/customer_templates/Walmart Scintilla Prod/_learning_path_product_mobile_view.html.liquid create mode 100644 Custom_Templates/customer_templates/Walmart Scintilla Prod/_learning_path_product_outline.html.liquid create mode 100644 Custom_Templates/customer_templates/Walmart Scintilla Prod/_lps_in_progress.html.liquid create mode 100644 Custom_Templates/customer_templates/Walmart Scintilla Prod/_nonbasic_group_users_homepage.html.liquid create mode 100644 Custom_Templates/customer_templates/Walmart Scintilla Prod/_product_expiration_date.html.liquid create mode 100644 Custom_Templates/customer_templates/Walmart Scintilla Prod/_product_outline.html.liquid create mode 100644 Custom_Templates/customer_templates/Walmart Scintilla Prod/_product_outline_course.html.liquid create mode 100644 Custom_Templates/customer_templates/Walmart Scintilla Prod/_product_outline_event.html.liquid create mode 100644 Custom_Templates/customer_templates/Walmart Scintilla Prod/_product_outline_lp.html.liquid create mode 100644 Custom_Templates/customer_templates/Walmart Scintilla Prod/_product_price_and_cta.html.liquid create mode 100644 Custom_Templates/customer_templates/Walmart Scintilla Prod/_training_event_desktop_view.html.liquid create mode 100644 Custom_Templates/customer_templates/Walmart Scintilla Prod/_training_event_mobile_view.html.liquid create mode 100644 Custom_Templates/customer_templates/Walmart Scintilla Prod/_training_event_preview_desktop_view.html.liquid create mode 100644 Custom_Templates/customer_templates/Walmart Scintilla Prod/_training_event_preview_mobile_view.html.liquid create mode 100644 Custom_Templates/customer_templates/Walmart Scintilla Prod/_training_event_preview_more_sessions.html.liquid create mode 100644 Custom_Templates/customer_templates/Walmart Scintilla Prod/_training_event_preview_session_tile.html.liquid create mode 100644 Custom_Templates/customer_templates/Walmart Scintilla Prod/_training_session_status.html.liquid create mode 100644 Custom_Templates/customer_templates/Walmart Scintilla Prod/bundle_product.html.liquid create mode 100644 Custom_Templates/customer_templates/Walmart Scintilla Prod/commerce_cart.html.liquid create mode 100644 Custom_Templates/customer_templates/Walmart Scintilla Prod/commerce_catalog.html.liquid create mode 100644 Custom_Templates/customer_templates/Walmart Scintilla Prod/commerce_checkout.html.liquid create mode 100644 Custom_Templates/customer_templates/Walmart Scintilla Prod/commerce_order_details.html.liquid create mode 100644 Custom_Templates/customer_templates/Walmart Scintilla Prod/commerce_order_history.html.liquid create mode 100644 Custom_Templates/customer_templates/Walmart Scintilla Prod/commerce_redeem.html.liquid create mode 100644 Custom_Templates/customer_templates/Walmart Scintilla Prod/commerce_return.html.liquid create mode 100644 Custom_Templates/customer_templates/Walmart Scintilla Prod/course_product.html.liquid create mode 100644 Custom_Templates/customer_templates/Walmart Scintilla Prod/learning_path_product.html.liquid create mode 100644 Custom_Templates/customer_templates/Walmart Scintilla Prod/training_event_preview.html.liquid create mode 100644 Custom_Templates/customer_templates/Walmart Scintilla Prod/transcript.html.liquid diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Prod/.DS_Store b/Custom_Templates/customer_templates/Walmart Scintilla Prod/.DS_Store deleted file mode 100644 index 5008ddfcf53c02e82d7eee2e57c38e5672ef89f6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeH~Jr2S!425mzP>H1@V-^m;4Wg<&0T*E43hX&L&p$$qDprKhvt+--jT7}7np#A3 zem<@ulZcFPQ@L2!n>{z**++&mCkOWA81W14cNZlEfg7;MkzE(HCqgga^y>{tEnwC%0;vJ&^%eQ zLs35+`xjp>T0