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

@ -215,11 +215,29 @@
</div> </div>
</div> </div>
<li class= "np-header-desktop-nav-item"> <li class= "np-header-desktop-nav-link dropdown-nav np-header-desktop-nav-item">
<a href="/app/contact" class="np-header-desktop-nav-link np-header-font-color"> Contact
Contact <div class="header-dropdown-container">
</a> <div class="header-dropdown-option">
</li> <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> </ul>
</div> </div>

View File

@ -8,8 +8,8 @@
</div> </div>
<div class="banner-content-container"> <div class="banner-content-container">
<div class="banner-descirption"> <div class="banner-descirption">
<b>Open Call</b><br><br> <b>Prepare to Stand Out at 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.] 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> </div>
</div> </div>

View File

@ -5,7 +5,6 @@
{% endif %} {% endif %}
{% include "header" %} {% include "header" %}
{% include "sub_navigation" %}
<main class="np-main np-catalog np-subpage-container np-max-width"> <main class="np-main np-catalog np-subpage-container np-max-width">
<h1>Complete the form below to contact the Supplier Academy team.</h1> <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"> <main class="np-main np-catalog np-subpage-container np-max-width">
{% include 'welcome_section_opencall' %} {% include 'welcome_section_opencall' %}
<div class="lps-wrapper grid"> <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 %} {% for category in learning_path.categories %}
{% if category.name == "Sam's Club" %} {% if category.name == "Open Call" %}
{% include "cards_learning_paths_squares" %} {% include "cards_learning_paths_squares" %}
{% endif %} {% endif %}
{% endfor %} {% endfor %}