Walmart supplier, new templates.

This commit is contained in:
Norm Rasmussen
2025-09-08 16:47:28 -04:00
parent cb7ba76a7d
commit 183b3e82f0
5 changed files with 34 additions and 16 deletions

View File

@ -98,13 +98,13 @@ console.log(allCategoryFilters.length);
for(let i = 1; i < allProductFiltersEntry.length; i++){
allProductFiltersEntry[i].style.display = 'block';
}
if(event.target.value != 'Default'){
for(let i = 1; i < allProductFiltersEntry.length; i++){
let productFound = false;
for(let j = 0; j < allFilteredResults.length; j++){
if(allFilteredResults[j].dataset.product){
if(allFilteredResults[j].dataset.product.indexOf(allProductFiltersEntry[i].getAttribute('value')) > -1){
if(!allFilteredResults[j].classList.contains('filtered')){
@ -113,7 +113,7 @@ console.log(allCategoryFilters.length);
}
}
}
if(!productFound){
allProductFiltersEntry[i].style.display = 'none';
}
@ -146,7 +146,7 @@ console.log(allCategoryFilters.length);
// if(catFound){
// allCategoryFiltersEntry[i].style.display = 'block';
// }
// }
// }
// Last step is to return cat dropdown to always be all cats on product selection

View File

@ -215,11 +215,29 @@
</div>
</div>
<li class= "np-header-desktop-nav-item">
<a href="/app/contact" class="np-header-desktop-nav-link np-header-font-color">
Contact
</a>
</li>
<li class= "np-header-desktop-nav-link dropdown-nav np-header-desktop-nav-item">
Contact
<div class="header-dropdown-container">
<div class="header-dropdown-option">
<a class="np-header-desktop-nav-link np-header-font-color header-dropdown-link start-here-btn" href="https://supplierhelp.walmart.com/s/contact" target="_blank">
Supplier Help
</a>
</div>
<div class="header-dropdown-option">
<a class="np-header-desktop-nav-link np-header-font-color header-dropdown-link start-here-btn" href="https://wmgbs-support.custhelp.com/app/retail_link" target="_blank">
EBS Support
</a>
</div>
<div class="header-dropdown-option">
<a class="np-header-desktop-nav-link np-header-font-color header-dropdown-link start-here-btn" href="/app/contact">
Supplier Academy
</a>
</div>
</div>
</li>
</ul>
</div>

View File

@ -8,8 +8,8 @@
</div>
<div class="banner-content-container">
<div class="banner-descirption">
<b>Open Call</b><br><br>
Through Open Call, We are proud to cerate pathways for small and mid-size businesses to grpw while hekping them deliver value and choice from millions of customers.]
<b>Prepare to Stand Out at Open Call!</b><br><br>
Open Call is your chance to pitch your products to Walmart and Sam's Club merchants &mdash; potentially opening doors to store shelves across the country. <br><br> This page will feauture four weekly learning paths &mdash; each packed with expert-led webinars and self-paced modules covering pitch prep, Walmart Marketplace, and more. Build your knowledge, boost your confidence, and get ready to make the most of your Open Call opportunity.
</div>
</div>
</div>

View File

@ -5,7 +5,6 @@
{% endif %}
{% include "header" %}
{% include "sub_navigation" %}
<main class="np-main np-catalog np-subpage-container np-max-width">
<h1>Complete the form below to contact the Supplier Academy team.</h1>

View File

@ -17,9 +17,10 @@
<main class="np-main np-catalog np-subpage-container np-max-width">
{% include 'welcome_section_opencall' %}
<div class="lps-wrapper grid">
{% for learning_path in learning_paths.enrolled %}
{% assign opencall_enrolled_lps = learning_paths.enrolled | sort: "name" %}
{% for learning_path in opencall_enrolled_lps %}
{% for category in learning_path.categories %}
{% if category.name == "Sam's Club" %}
{% if category.name == "Open Call" %}
{% include "cards_learning_paths_squares" %}
{% endif %}
{% endfor %}
@ -38,4 +39,4 @@
.grid {
flex-direction: column;
}
</style>
</style>