Cin7 templates. Got a PDF for Walmart. Updated todos.
This commit is contained in:
@ -1,28 +1,53 @@
|
||||
{% for course in courses.enrolled %}
|
||||
{% if course.progress == 100 and course.properties.badge_course == true %}
|
||||
{% if course.name contains 'Omni' %}
|
||||
<div class="card-wrapper">
|
||||
<div class="card">
|
||||
<div class="lp-link">
|
||||
<div class="card-badge">
|
||||
<img
|
||||
alt=""
|
||||
{% if course.name contains 'Omni' %}
|
||||
<img alt=""
|
||||
src="https://s3.amazonaws.com/static.northpass.com/Cin7/badges/academy-badge_omni.png"
|
||||
{% elsif course.name contains 'Core' %}
|
||||
src="https://s3.amazonaws.com/static.northpass.com/Cin7/badges/academy-badge_core.png"
|
||||
{% endif %}
|
||||
class="badge-card-image"
|
||||
/>
|
||||
class="badge-card-image"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{% elsif course.name contains 'Core' %}
|
||||
<div class="card-wrapper">
|
||||
<div class="card">
|
||||
<div class="lp-link">
|
||||
<div class="card-badge">
|
||||
<img alt=""
|
||||
src="https://s3.amazonaws.com/static.northpass.com/Cin7/badges/academy-badge_core.png"
|
||||
class="badge-card-image"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
{% if course.id == "0e5dc9ea-3ace-408c-8b8d-2841ba88bc66" %}
|
||||
<div class="card-wrapper">
|
||||
<div class="card">
|
||||
<div class="lp-link">
|
||||
<div class="card-badge">
|
||||
<img alt=""
|
||||
{% if course.id == "0e5dc9ea-3ace-408c-8b8d-2841ba88bc66" %}
|
||||
src="https://s3.amazonaws.com/static.northpass.com/Cin7/badges/partner-badge_implementer-services.png"
|
||||
{% endif %}
|
||||
class="badge-card-image"
|
||||
/>
|
||||
class="badge-card-image"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
{% if course.id == "75be65eb-2941-42a5-9088-c0df68bf3fd8" %}
|
||||
<div class="card-wrapper">
|
||||
<div class="card">
|
||||
<div class="lp-link">
|
||||
<div class="card-badge">
|
||||
<img alt=""
|
||||
{% if course.id == "75be65eb-2941-42a5-9088-c0df68bf3fd8" %}
|
||||
src="https://s3.amazonaws.com/static.northpass.com/Cin7/badges/partner-badge_referral-partner.png"
|
||||
{% endif %}
|
||||
class="badge-card-image"
|
||||
/>
|
||||
</div>
|
||||
@ -35,6 +60,7 @@
|
||||
{% endcomment %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
|
||||
@ -28,39 +28,39 @@
|
||||
<li class="np-footer-navigation-item">
|
||||
<a
|
||||
class="np-footer-navigation-link"
|
||||
href="https://connect.cin7.com/s/knowledge"
|
||||
href="https://help.omni.cin7.com/hc/en-us"
|
||||
target="_blank"
|
||||
>
|
||||
Knowledge Base
|
||||
Omni Help Center
|
||||
</a>
|
||||
</li>
|
||||
{% elsif core %}
|
||||
<li class="np-footer-navigation-item">
|
||||
<a
|
||||
class="np-footer-navigation-link"
|
||||
href="https://support.dearsystems.com/"
|
||||
href="https://help.core.cin7.com/hc/en-us"
|
||||
target="_blank"
|
||||
>
|
||||
Knowledge Base
|
||||
Core Help Center
|
||||
</a>
|
||||
</li>
|
||||
{% elsif log_out %}
|
||||
<li class="np-footer-navigation-item">
|
||||
<a
|
||||
class="np-footer-navigation-link"
|
||||
href="https://connect.cin7.com/s/knowledge"
|
||||
href="https://help.omni.cin7.com/hc/en-us"
|
||||
target="_blank"
|
||||
>
|
||||
Knowledge Base Omni
|
||||
Omni Help Center
|
||||
</a>
|
||||
</li>
|
||||
<li class="np-footer-navigation-item">
|
||||
<a
|
||||
class="np-footer-navigation-link"
|
||||
href="https://support.dearsystems.com/"
|
||||
href="https://help.core.cin7.com/hc/en-us"
|
||||
target="_blank"
|
||||
>
|
||||
Knowledge Base Core
|
||||
Core Help Center
|
||||
</a>
|
||||
</li>
|
||||
{% endif %}
|
||||
|
||||
@ -78,7 +78,7 @@
|
||||
<div class="section-content">
|
||||
{% include 'learning_path_carousel_core' %}
|
||||
</div>
|
||||
<div class="heading awdlorawda">Grow and broaden your Cin7 Core expertise with Deep Dives</div>
|
||||
<div class="heading lora">Grow and broaden your Cin7 Core expertise with Deep Dives</div>
|
||||
<div class="section-content">
|
||||
{% include "category_carousel_core"%}
|
||||
</div>
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
<div class="filter-heading lora">Filters</div>
|
||||
<div class="filters-option-container">
|
||||
<div class="filter-categories">
|
||||
<div class="filter-option-heading">Core Categories</div>
|
||||
<div class="filter-option-container" id="categoryFiltersCore">
|
||||
<div class="filter-option-heading">Core Categories</div>
|
||||
<div class="filter-option-container" id="categoryFiltersCore">
|
||||
{% assign unique_core_categories = "" %}
|
||||
{% for course in courses.in_catalog %}
|
||||
{% for category in course.categories %}
|
||||
@ -34,7 +34,7 @@
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="fiter-duration">
|
||||
@ -47,11 +47,11 @@
|
||||
<div class="time-option">
|
||||
<input class="duration-checkbox" type="checkbox" id="<20" />
|
||||
<label>< 20 min</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="time-option">
|
||||
<input class="duration-checkbox" type="checkbox" id="<30" />
|
||||
<label>< 30 min</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="time-option">
|
||||
<input class="duration-checkbox" type="checkbox" id="<45" />
|
||||
<label>< 45 min</label>
|
||||
@ -61,7 +61,7 @@
|
||||
<label>< 60 min</label>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<style>
|
||||
|
||||
@ -5,21 +5,21 @@
|
||||
<div class="np-footer-navigation">
|
||||
<ul class="np-footer-navigation-list">
|
||||
<div class="footer-heading lora">Resources</div>
|
||||
<li class="np-footer-navigation-item">
|
||||
<li class="np-footer-navigation-item">
|
||||
<a
|
||||
class="np-footer-navigation-link"
|
||||
href="https://connect.cin7.com/"
|
||||
target="_blank"
|
||||
>
|
||||
>
|
||||
Omni Knowledge Base
|
||||
</a>
|
||||
</li>
|
||||
<li class="np-footer-navigation-item">
|
||||
<li class="np-footer-navigation-item">
|
||||
<a
|
||||
class="np-footer-navigation-link"
|
||||
href="https://support.dearsystems.com/"
|
||||
target="_blank"
|
||||
>
|
||||
>
|
||||
Core Knowledge Base
|
||||
</a>
|
||||
</li>
|
||||
@ -28,7 +28,7 @@
|
||||
class="np-footer-navigation-link"
|
||||
href="https://www.cin7.com/product-updates/"
|
||||
target="_blank"
|
||||
>
|
||||
>
|
||||
Release Notes
|
||||
</a>
|
||||
</li>
|
||||
@ -37,7 +37,7 @@
|
||||
class="np-footer-navigation-link"
|
||||
href="mailto:academy-admin@cin7.com"
|
||||
target="_blank"
|
||||
>
|
||||
>
|
||||
Contact: academy-admin@cin7.com
|
||||
</a>
|
||||
</li>
|
||||
|
||||
@ -52,7 +52,7 @@
|
||||
About this kit
|
||||
</div>
|
||||
<div class='np-course-bottom-right-description'>
|
||||
{{ course.short_description }}
|
||||
{{ course.full_description }}
|
||||
</div>
|
||||
</div>
|
||||
{% else %}
|
||||
|
||||
@ -45,13 +45,13 @@
|
||||
<div class="header-dropdown-container np-hidden-mobile">
|
||||
<div class="dropdown-arrow"></div>
|
||||
<div class="header-dropdown">
|
||||
<a class="lang-en" href="https://www.walmartluminate.mx/shopperbehavior">Shopper Behavior</a>
|
||||
<a class="lang-en" href="https://walmartdataventures.mx/shopperbehavior">Shopper Behavior</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="header-dropdown-container np-hidden-desktop">
|
||||
<div class="dropdown-arrow"></div>
|
||||
<div class="header-dropdown">
|
||||
<a href="https://www.walmartluminate.mx/shopperbehavior">Shopper Behavior</a>
|
||||
<a href="https://walmartdataventures.mx/shopperbehavior">Shopper Behavior</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="header-text np-hidden-desktop">Learn</div>
|
||||
@ -131,10 +131,10 @@
|
||||
</div>
|
||||
</div>
|
||||
<nav class="np-header-avatar-tooltip-navigation">
|
||||
<a class="Profile np-header-avatar-tooltip-navigation-link" href="https://www.walmartluminate.mx/profile">Profile</a>
|
||||
<a class="Admin np-header-avatar-tooltip-navigation-link" href="https://www.walmartluminate.mx/admin">Admin</a>
|
||||
<a class="Resources np-header-avatar-tooltip-navigation-link" href="https://www.walmartluminate.mx/resources">Resources</a>
|
||||
<a class="Support np-header-avatar-tooltip-navigation-link" href="https://www.walmartluminate.mx/support">Support</a>
|
||||
<a class="Profile np-header-avatar-tooltip-navigation-link" href="https://walmartdataventures.mx/profile">Profile</a>
|
||||
<a class="Admin np-header-avatar-tooltip-navigation-link" href="https://walmartdataventures.mx/admin">Admin</a>
|
||||
<a class="Resources np-header-avatar-tooltip-navigation-link" href="https://walmartdataventures.mx/resources">Resources</a>
|
||||
<a class="Support np-header-avatar-tooltip-navigation-link" href="https://walmartdataventures.mx/support">Support</a>
|
||||
<a
|
||||
class="np-header-avatar-tooltip-navigation-link np-danger"
|
||||
href="{% route logout %}"
|
||||
|
||||
1
Custom_Templates/customer_templates/test.md
Normal file
1
Custom_Templates/customer_templates/test.md
Normal file
@ -0,0 +1 @@
|
||||
{"response":"{\"accountid\":1003003518,\"customerid\":\"100\",\"merchantid\":\"496695144562\",\"transactionamount\":100,\"totaltransactionamount\":0,\"currencycode\":\"USD\",\"source\":\"hostedpaymentpagejs\",\"returnmessage\":\"Merchant not found.\\r\\n\",\"transactionstatus\":null,\"pgreturncode\":null,\"pgreturndescription\":null,\"pgtransactionid\":null,\"authorizationnumber\":null,\"paymenttransactionid\":0,\"transactiondate\":null,\"respproc\":null,\"userfields\":null,\"pgtext\":null,\"paymentmethodtype\":null,\"paymentmethodlast4\":null,\"paymentmethodtoken\":null,\"paymentmethodfirstname\":null,\"paymentmethodlastname\":null,\"paymentmethodexpirationmonth\":0,\"paymentmethodexpirationyear\":0,\"paymentmethodroutingnumber\":null,\"paymentmethodaddressline1\":null,\"paymentmethodcity\":null,\"paymentmethodstate\":null,\"paymentmethodzip\":null,\"paymentmethodcountry\":null,\"paymentmethodemail\":null,\"paymentmethodphonenumber\":null,\"feetransactionstatus\":null,\"feeamount\":0,\"feepgreturncode\":null,\"feepgreturndescription\":null,\"feepgtransactionid\":null,\"feeauthorizationnumber\":null,\"feepaymenttransactionid\":0,\"feepgtext\":null,\"feerespproc\":null,\"feetransactiondate\":null,\"feeformat\":null,\"feetype\":null,\"feevalue\":0,\"transactiontype\":null,\"avs\":null,\"cvv\":null,\"signature\":null,\"hpphmac\":null,\"hpphmacresponseparameters\":null,\"webhookurl\":null,\"procresp\":null,\"feeprocresp\":null,\"paymentmode\":null,\"udf0\":null,\"udf1\":null,\"udf2\":null,\"udf3\":null,\"udf4\":null,\"udf5\":null,\"udf6\":null,\"udf7\":null,\"udf8\":null,\"udf9\":null}"}
|
||||
Binary file not shown.
@ -8,7 +8,7 @@ const apiKey = "6hUfJdAartHTHhHc0WIRZYPWe"
|
||||
// Luminate Production ^
|
||||
const uid = "/\?uid\=7beg87y4-fh24-4929-3rt5-24kdn87s5241";
|
||||
const groupIds = [
|
||||
'bcab9f82-4bac-4903-a054-aabae5f0a347'
|
||||
'691b3e2c-e023-415b-8038-df9da26dd904',
|
||||
]
|
||||
|
||||
const getAllGroups = async (num) => {
|
||||
|
||||
15
Todos.md
15
Todos.md
@ -283,7 +283,7 @@ message](https://northpasshq.slack.com/archives/C04RER4PH09/p1709147957374999?th
|
||||
|
||||
## 05-03-2024
|
||||
|
||||
- [ ] Pipedrive - Exec Check in for Kat <> Ben
|
||||
- [X] Pipedrive - Exec Check in for Kat <> Ben
|
||||
- [X] Artera - Update end of Quiz Screen to: "Thanks for your feedback! If you have any questions, please reach out to education-team@artera.io."
|
||||
- [ ] Internal - Divide Walmart use-cases in spreadsheet for CS Ops
|
||||
|
||||
@ -296,7 +296,7 @@ message](https://northpasshq.slack.com/archives/C04RER4PH09/p1709147957374999?th
|
||||
- [ ] Datasnipper - send Dirk list of needs for next week
|
||||
- [X] Update Notes for Glassdoor, tell Tracy to email thank you
|
||||
- [X] Scheduled time with Oli for Slido
|
||||
- [ ] Enter Slido notes
|
||||
- [X] Enter Slido notes
|
||||
- [ ] Sandata - Is there an API endpoint for listing the courses within a Learning Path?
|
||||
- [X] Cin7 - Badges:
|
||||
- [X] Move Badges logic from employee instance to Customer/Partner's Instance
|
||||
@ -304,7 +304,7 @@ message](https://northpasshq.slack.com/archives/C04RER4PH09/p1709147957374999?th
|
||||
|
||||
## 05-22-2024
|
||||
|
||||
- [ ] Cin7 - Update Footer Links
|
||||
- [X] Cin7 - Update Footer Links
|
||||
- [X] HowardHanna - Update menu items for HH and AT.
|
||||
|
||||
## 05-24-2024
|
||||
@ -313,3 +313,12 @@ message](https://northpasshq.slack.com/archives/C04RER4PH09/p1709147957374999?th
|
||||
- [ ] Anthology - Hero & Subnavigation can be updated whenever
|
||||
- [ ] Anthology - Remind Katie about the load time plan & message
|
||||
- [ ] Anthology - Remind KC about the email to Locked Anthology users
|
||||
|
||||
## 05-28-2024
|
||||
|
||||
- [ ] Pipedrive - Follow up on Optimizely and Segment in a week or two
|
||||
- [ ] Pipedrive - Send follow ups
|
||||
- [ ] Kaisa - Steps & Process for redesign
|
||||
- [ ] Chloe - What we need to implement SEO - examples of why FAQ is working.
|
||||
- [ ] Cin7 - Employee Catalog Filters - show ALL categories, no matter what
|
||||
- [ ] Cin7 - Badges - still showing duplicate badges.
|
||||
|
||||
Reference in New Issue
Block a user