Walmart Supplier Sandbox templates. Updated prod templates too.

This commit is contained in:
Norm Rasmussen
2025-04-21 17:17:41 -04:00
parent 26fd2a9615
commit 17f7d10b04
185 changed files with 7784 additions and 85 deletions

View File

@ -15,15 +15,18 @@
In Supplier Academy you can...
</div>
<div class="list-modal-container">
<li>
<ul class="dot-modal">Explore hundreds of eLearning modules</ul>
</li>
<li>
<ul class="dot-modal">Sign up for live webinars</ul>
</li>
<li>
<ul class="dot-modal">Complete custom learning paths</ul>
</li>
<div class="list-item">
<div class="dot"></div>
<div class="dot-modal">Explore hundreds of eLearning modules</div>
</div>
<div class="list-item">
<div class="dot"></div>
<div class="dot-modal">Sign up for live webinars</div>
</div>
<div class="list-item">
<div class="dot"></div>
<div class="dot-modal">Complete custom learning paths</div>
</div>
</div>
<div class="modal-text-description">
The Supplier Development team is here to support you every step of the way. If you have any questions or need assistance, feel free to reach out to us at <span class="text-bold">supplierdevelopment@walmart.com</span>.
@ -71,6 +74,18 @@
</div>
<style>
.dot {
width: 7.5px;
height: 7.5px;
background: #fff;
border-radius: 50%;
}
.list-item {
display: flex;
align-items: center;
gap: 10px;
margin: 15px 0;
}
.overlay-modal {
position: fixed;
z-index: 111;
@ -115,7 +130,7 @@
display: flex;
justify-content: center;
border: 3px solid #ffc220;
background: #041e42;
background: #001e60;
border-radius: 12px;
padding: 60px 40px;
margin-top: 5%;
@ -226,6 +241,7 @@
flex-direction: column;
gap: 20px;
}
.modal-text {
text-align: center;
}
@ -289,7 +305,7 @@ document.addEventListener("DOMContentLoaded", () => {
payload = { group: "5274843d-fba0-461c-b05b-3f3640385cf2", locale: "MEX", id: "{{current_person.id}}" };
break;
case "Walmart Associate":
payload = { group: "93414c12-d00f-4258-af01-18e455d756c7", locale: "USA", id: "{{current_person.id}}" };
payload = { group: "93414c12-d00f-4258-af01-18e455d756c7", group2: "646fe445-cc88-4266-a6bd-8e28b977649e", group3: "164ebbb5-5ad0-45d9-81ab-3b0930d63dc8", locale: "USA", id: "{{current_person.id}}" };
break;
case "USA":
if (!selectedBusiness) {