<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Vendor Updates Archives - Beedash</title>
	<atom:link href="https://beedash.com/category/vendor-updates/feed/" rel="self" type="application/rss+xml" />
	<link>https://beedash.com/category/vendor-updates/</link>
	<description>Technology Solutions for the Food Equipment and Supply Industry</description>
	<lastBuildDate>Thu, 09 Jul 2026 17:21:05 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.2</generator>
	<item>
		<title>Catalog Updates June 2026</title>
		<link>https://beedash.com/catalog-updates-june-2026/</link>
		
		<dc:creator><![CDATA[beedash]]></dc:creator>
		<pubDate>Thu, 09 Jul 2026 15:37:41 +0000</pubDate>
				<category><![CDATA[Vendor Updates]]></category>
		<guid isPermaLink="false">https://beedash.com/?p=9134</guid>

					<description><![CDATA[<p>NEW BRANDS, PRICE UPDATES, NEW PRODUCTS, DISCONTINUATIONS FROM BRANDS ACROSS THE INDUSTRY – GET MORE WITH CORESTACK Beedash Catalog Updates – June 2026 Each month, Beedash updates its product catalog to reflect the latest changes submitted directly by manufacturers. These updates apply to the shared Beedash catalog only and are not changes to your account, [&#8230;]</p>
<p>The post <a href="https://beedash.com/catalog-updates-june-2026/">Catalog Updates June 2026</a> appeared first on <a href="https://beedash.com">Beedash</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h4>NEW BRANDS, PRICE UPDATES, NEW PRODUCTS, DISCONTINUATIONS FROM BRANDS ACROSS THE INDUSTRY – GET MORE WITH CORESTACK</h4>
<div>

    <title>Beedash Catalog Updates – June 2026</title>

<style>
  :root {
    --beedash-green:  #267864;
    --beedash-yellow: #fbb040;
    --beedash-cream:  #feefd9;
    --beedash-navy:   #030f3d;
    --white:          #ffffff;
    --light-gray:     #f4f9f7;
  }

  *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

  body {
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
    color: var(--beedash-navy);
    line-height: 1.6;
  }

  h1, h2, h3 { font-weight: 700; }

  /* ── LAYOUT ── */
  .content-wrapper {
    max-width: 850px;
    margin: 0 auto;
    padding: 12px;
  }

  .main-card {
    background: var(--beedash-green);
    border-radius: 10px;
    padding: 12px;
  }

  .section-card {
    background: var(--white);
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 12px;
  }

  .section-card:last-child { margin-bottom: 0; }

  .section-title {
    color: var(--beedash-green);
    font-size: 1.1rem;
    text-align: center;
    margin-bottom: 16px;
  }

  .section-note {
    text-align: center;
    font-size: 0.75rem;
    color: #555;
    margin-bottom: 14px;
  }

  /* ── NOTABLE ── */
  .logo-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
  }

  .logo-slot {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
  }

  .new-badge {
    display: inline-block;
    background: var(--beedash-yellow);
    color: var(--beedash-navy);
    font-size: 0.6rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 2px 7px;
    border-radius: 2px;
  }

  /* ── NEW MANUFACTURER CALLOUT ── */
  .new-mfr-card {
    background: #fff9ef;
    border: 1.5px solid var(--beedash-yellow);
    border-radius: 8px;
    padding: 18px 20px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
  }

  .new-mfr-label {
    background: var(--beedash-navy);
    color: var(--beedash-yellow);
    font-size: 0.62rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 3px 9px;
    white-space: nowrap;
    border-radius: 2px;
  }

  .new-mfr-name {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--beedash-navy);
  }

  .new-mfr-note {
    font-size: 0.78rem;
    color: #8a6a20;
    font-style: italic;
  }

  /* ── LISTS ── */
  .list-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .list-column ul { list-style: none; }

  .list-column li {
    padding: 5px 0 5px 16px;
    position: relative;
    border-bottom: 1px solid #eee;
    font-size: 0.85rem;
  }

  .list-column li:last-child { border-bottom: none; }

  .list-column li::before {
    content: "•";
    color: var(--beedash-yellow);
    font-weight: bold;
    position: absolute;
    left: 0;
  }

  /* ── DEALER EXPLAINER ── */
  .explainer-card {
    background: var(--light-gray);
    border-radius: 8px;
    padding: 22px 24px;
    margin-bottom: 12px;
  }

  .explainer-card .explainer-heading {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--beedash-green);
    margin-bottom: 10px;
  }

  .explainer-card .explainer-intro {
    font-size: 0.82rem;
    color: #444;
    margin-bottom: 16px;
    line-height: 1.65;
  }

  .explainer-rows {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #dde8e4;
  }

  .explainer-row {
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 12px;
    padding: 11px 0;
    border-bottom: 1px solid #dde8e4;
    align-items: start;
  }

  .explainer-row .update-type {
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--beedash-navy);
    padding-top: 1px;
  }

  .explainer-row .update-desc {
    font-size: 0.82rem;
    color: #444;
    line-height: 1.6;
  }

  .explainer-card .explainer-footer {
    font-size: 0.78rem;
    color: #666;
    margin-top: 14px;
    line-height: 1.65;
    font-style: italic;
  }

  @media (max-width: 540px) {
    .list-columns { grid-template-columns: 1fr; }
    .logo-grid { gap: 16px; }
    .new-mfr-card { flex-direction: column; text-align: center; }
    .explainer-row { grid-template-columns: 1fr; gap: 4px; }
  }
</style>

<!-- MAIN CONTENT -->
<div class="content-wrapper">
  <div class="main-card">

    <!-- CONTEXT INTRO -->
    <div class="section-card">
      <p style="font-size:0.85rem; line-height:1.7; color:#030f3d; text-align:center;">
        Each month, Beedash updates its product catalog to reflect the latest changes submitted directly by manufacturers.
        These updates apply to the <strong>shared Beedash catalog only</strong> and are
        <strong>not changes to your account, pricing, or configurations.</strong>
        Your account remains exactly as you have it set up.
      </p>
    </div>

    <!-- NOTABLE UPDATES -->
    <div class="section-card">
      <h3 class="section-title">Notable Updates</h3>
      <div class="logo-grid">

        <div class="logo-slot">
          <img decoding="async" src="https://beedash.com/wp-content/uploads/2023/02/JohnBoos.png?x40075" alt="John Boos" style="max-width:140px;max-height:80px;object-fit:contain;">
        </div>

        <div class="logo-slot">
          <img decoding="async" src="https://beedash.com/wp-content/uploads/2023/02/ArcticAir.png?x40075" alt="Arctic Air" style="max-width:140px;max-height:80px;object-fit:contain;">
        </div>

        <div class="logo-slot">
          <img decoding="async" src="https://beedash.com/wp-content/uploads/2026/07/NBR-Equipment-logo.png?x40075" alt="NBR Equipment" style="max-width:140px;max-height:80px;object-fit:contain;">
          <span class="new-badge">New Manufacturer</span>
        </div>

      </div>
    </div>

    <!-- NEW MANUFACTURER CALLOUT -->
    <div class="new-mfr-card">
      <img decoding="async" src="https://beedash.com/wp-content/uploads/2026/07/NBR-Equipment-logo.png?x40075" alt="NBR Equipment Inc." style="max-width:90px;max-height:54px;object-fit:contain;">
      <span class="new-mfr-label">New to Beedash</span>
      <span class="new-mfr-name">NBR Equipment Inc.</span>
      <span class="new-mfr-note">Now available in the shared catalog</span>
    </div>

    <!-- PRICE UPDATES -->
    <div class="section-card">
      <h3 class="section-title">Price Updates</h3>
      <p class="section-note">These manufacturers have submitted updated pricing to the Beedash catalog.</p>
      <div class="list-columns">
        <div class="list-column">
          <ul>
            <li>John Boos</li>
            <li>Arctic Air</li>
            <li>Atosa USA</li>
            <li>ANETS</li>
          </ul>
        </div>
        <div class="list-column">
          <ul>
            <li>Blodgett</li>
            <li>Imperial Range</li>
            <li>Comstock-Castle</li>
            <li>Follett LLC</li>
          </ul>
        </div>
      </div>
    </div>

    <!-- NEW PRODUCTS -->
    <div class="section-card">
      <h3 class="section-title">New Products</h3>
      <p class="section-note">New products from these manufacturers are now available in the Beedash catalog.</p>
      <div class="list-columns">
        <div class="list-column">
          <ul>
            <li>Krowne Metal</li>
            <li>Marsal Ovens</li>
            <li>ANETS</li>
            <li>Market Forge</li>
            <li>Magikitchn</li>
          </ul>
        </div>
        <div class="list-column">
          <ul>
            <li>Comstock-Castle</li>
            <li>Hoshizaki</li>
            <li>TurboChef</li>
            <li>Icetro</li>
            <li>Follett LLC</li>
          </ul>
        </div>
      </div>
    </div>

    <!-- DISCONTINUED PRODUCTS -->
    <div class="section-card">
      <h3 class="section-title">Discontinued Products</h3>
      <p class="section-note">These products have been marked as discontinued in Beedash.</p>
      <div class="list-columns">
        <div class="list-column">
          <ul>
            <li>John Boos</li>
            <li>International Tableware</li>
            <li>Atosa USA</li>
            <li>Update International</li>
            <li>Oneida Hospitality</li>
          </ul>
        </div>
        <div class="list-column">
          <ul>
            <li>Waring</li>
            <li>Vollrath</li>
            <li>Market Forge</li>
            <li>Imperial Range</li>
            <li>Hoshizaki</li>
          </ul>
        </div>
      </div>
    </div>

    <!-- DEALER EXPLAINER -->
    <div class="explainer-card">
      <div class="explainer-heading">For Beedash Dealers</div>
      <p class="explainer-intro">Beedash regularly updates the shared catalog with the latest data from manufacturers. Here&#8217;s what each update means for your account:</p>
      <div class="explainer-rows">
        <div class="explainer-row">
          <span class="update-type">Price Updates</span>
          <span class="update-desc">Applied automatically based on your existing pricing settings. No action needed.</span>
        </div>
        <div class="explainer-row">
          <span class="update-type">New Products</span>
          <span class="update-desc">Not added to your account automatically. Log in to review and add what&#8217;s relevant to you.</span>
        </div>
        <div class="explainer-row">
          <span class="update-type">Discontinued Products</span>
          <span class="update-desc">Marked in the system. Log in to review and remove them, or they&#8217;ll be removed automatically if you have that option enabled in your settings.</span>
        </div>
      </div>
      <p class="explainer-footer">Your pricing and configurations are never touched. Updates only refresh the catalog data your settings apply to.</p>
    </div>

  </div><!-- /main-card -->
</div><!-- /content-wrapper -->

</div>
<img decoding="async" src="/wp-content/uploads/2021/08/icon-core.svg?x40075" alt="">
<h2><span>Experience Corestack Free for 14 Days</span></h2>
<div><p>See how easy it is to manage, price and distribute your product data across every channel.<br data-start="339" data-end="342" />Connect your catalog, explore integrations, and experience the Corestack difference—no commitment required.</p></div>
<div>

    <!-- Button -->
<div class="uk-flex uk-flex-center uk-flex-middle uk-margin">
  <a class="uk-button uk-button-primary" href="#corestack-trial-modal" uk-toggle>
    Request Free Trial
  </a>
</div>

<!-- Modal with iframe -->
<div id="corestack-trial-modal" class="uk-modal-full" uk-modal>
  <div class="uk-modal-dialog uk-modal-body uk-padding-remove">
    <button class="uk-modal-close-full uk-close-large" type="button" uk-close></button>

    <div class="uk-section uk-section-default" style="min-height:80vh">
      <div class="uk-container uk-container-small">
        <h2 class="uk-heading-medium uk-text-center uk-margin-small">Start Your Free Trial</h2>
        <p class="uk-text-lead uk-text-center uk-margin">No credit card required.</p>

        <!-- IFRAME form (HubSpot Share URL) -->
        <div class="uk-margin-large-top uk-text-center">
          <iframe
            id="cs-hs-iframe"
            src="https://share.hsforms.com/1/REPLACE_WITH_YOUR_SHARE_URL"
            title="Corestack Trial Request"
            style="width:100%; height:860px; border:0; overflow:auto;"
            loading="lazy"
            referrerpolicy="no-referrer-when-downgrade"
            allowtransparency="true">
          </iframe>
        </div>

        <!-- Fallback open-in-new-tab -->
        <div class="uk-text-center uk-margin-small">
          <a href="https://share.hsforms.com/1/REPLACE_WITH_YOUR_SHARE_URL" target="_blank" rel="nofollow" class="uk-text-meta">
            Having trouble? Open the form in a new tab
          </a>
        </div>
      </div>
    </div>
  </div>
</div>

</div>
<h2>Latest Posts</h2>
<div>

    







</div>

<span id="more-9134"></span>
<!-- {"type":"layout","children":[{"type":"section","props":{"image_position":"center-center","style":"default","title_breakpoint":"xl","title_position":"top-left","title_rotation":"left","vertical_align":"middle","width":"default"},"children":[{"type":"row","children":[{"type":"column","props":{"image_position":"center-center","position_sticky_breakpoint":"m"},"children":[{"type":"breadcrumbs","props":{"show_current":true,"show_home":true}}]}]}]},{"type":"section","props":{"image_position":"center-center","padding_bottom":"small","padding_top":"none","style":"default","title_breakpoint":"xl","title_position":"top-left","title_rotation":"left","vertical_align":"","width":""},"children":[{"type":"row","props":{"width":"default"},"children":[{"type":"column","props":{"image_position":"center-center","position_sticky_breakpoint":"m"},"children":[{"type":"headline","props":{"image_align":"left","image_margin":"xsmall","margin_top":"remove","text_align":"center","title_color":"emphasis","title_element":"h2"},"source":{"query":{"name":"posts.singlePost"},"props":{"content":{"filters":{"search":"April","before":"","replace":"May"},"name":"title"}}}},{"type":"headline","props":{"content":"NEW BRANDS, PRICE UPDATES, NEW PRODUCTS, DISCONTINUATIONS FROM BRANDS ACROSS THE INDUSTRY – GET MORE WITH CORESTACK","image_align":"left","image_margin":"xsmall","text_align":"center","title_color":"warning","title_element":"h4","title_font_family":"primary","title_style":"h4"}}]}]}],"name":"Post"},{"type":"section","props":{"image_position":"center-center","padding_top":"none","style":"default","title_breakpoint":"xl","title_position":"top-left","title_rotation":"left","vertical_align":"middle","width":"default"},"children":[{"type":"row","children":[{"type":"column","props":{"image_position":"center-center","position_sticky_breakpoint":"m"},"children":[{"type":"html","props":{"content":"<title>Beedash Catalog Updates – June 2026</title>\n\n<style>\n  :root {\n    --beedash-green:  #267864;\n    --beedash-yellow: #fbb040;\n    --beedash-cream:  #feefd9;\n    --beedash-navy:   #030f3d;\n    --white:          #ffffff;\n    --light-gray:     #f4f9f7;\n  }\n\n  *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }\n\n  body {\n    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;\n    color: var(--beedash-navy);\n    line-height: 1.6;\n  }\n\n  h1, h2, h3 { font-weight: 700; }\n\n  /* ── LAYOUT ── */\n  .content-wrapper {\n    max-width: 850px;\n    margin: 0 auto;\n    padding: 12px;\n  }\n\n  .main-card {\n    background: var(--beedash-green);\n    border-radius: 10px;\n    padding: 12px;\n  }\n\n  .section-card {\n    background: var(--white);\n    border-radius: 8px;\n    padding: 20px;\n    margin-bottom: 12px;\n  }\n\n  .section-card:last-child { margin-bottom: 0; }\n\n  .section-title {\n    color: var(--beedash-green);\n    font-size: 1.1rem;\n    text-align: center;\n    margin-bottom: 16px;\n  }\n\n  .section-note {\n    text-align: center;\n    font-size: 0.75rem;\n    color: #555;\n    margin-bottom: 14px;\n  }\n\n  /* ── NOTABLE ── */\n  .logo-grid {\n    display: flex;\n    justify-content: center;\n    align-items: center;\n    gap: 30px;\n    flex-wrap: wrap;\n  }\n\n  .logo-slot {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    gap: 6px;\n  }\n\n  .new-badge {\n    display: inline-block;\n    background: var(--beedash-yellow);\n    color: var(--beedash-navy);\n    font-size: 0.6rem;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 0.08em;\n    padding: 2px 7px;\n    border-radius: 2px;\n  }\n\n  /* ── NEW MANUFACTURER CALLOUT ── */\n  .new-mfr-card {\n    background: #fff9ef;\n    border: 1.5px solid var(--beedash-yellow);\n    border-radius: 8px;\n    padding: 18px 20px;\n    margin-bottom: 12px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 16px;\n    flex-wrap: wrap;\n  }\n\n  .new-mfr-label {\n    background: var(--beedash-navy);\n    color: var(--beedash-yellow);\n    font-size: 0.62rem;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 0.1em;\n    padding: 3px 9px;\n    white-space: nowrap;\n    border-radius: 2px;\n  }\n\n  .new-mfr-name {\n    font-size: 0.95rem;\n    font-weight: 700;\n    color: var(--beedash-navy);\n  }\n\n  .new-mfr-note {\n    font-size: 0.78rem;\n    color: #8a6a20;\n    font-style: italic;\n  }\n\n  /* ── LISTS ── */\n  .list-columns {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 20px;\n  }\n\n  .list-column ul { list-style: none; }\n\n  .list-column li {\n    padding: 5px 0 5px 16px;\n    position: relative;\n    border-bottom: 1px solid #eee;\n    font-size: 0.85rem;\n  }\n\n  .list-column li:last-child { border-bottom: none; }\n\n  .list-column li::before {\n    content: \"•\";\n    color: var(--beedash-yellow);\n    font-weight: bold;\n    position: absolute;\n    left: 0;\n  }\n\n  /* ── DEALER EXPLAINER ── */\n  .explainer-card {\n    background: var(--light-gray);\n    border-radius: 8px;\n    padding: 22px 24px;\n    margin-bottom: 12px;\n  }\n\n  .explainer-card .explainer-heading {\n    font-size: 0.72rem;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 0.1em;\n    color: var(--beedash-green);\n    margin-bottom: 10px;\n  }\n\n  .explainer-card .explainer-intro {\n    font-size: 0.82rem;\n    color: #444;\n    margin-bottom: 16px;\n    line-height: 1.65;\n  }\n\n  .explainer-rows {\n    display: flex;\n    flex-direction: column;\n    border-top: 1px solid #dde8e4;\n  }\n\n  .explainer-row {\n    display: grid;\n    grid-template-columns: 160px 1fr;\n    gap: 12px;\n    padding: 11px 0;\n    border-bottom: 1px solid #dde8e4;\n    align-items: start;\n  }\n\n  .explainer-row .update-type {\n    font-size: 0.82rem;\n    font-weight: 700;\n    color: var(--beedash-navy);\n    padding-top: 1px;\n  }\n\n  .explainer-row .update-desc {\n    font-size: 0.82rem;\n    color: #444;\n    line-height: 1.6;\n  }\n\n  .explainer-card .explainer-footer {\n    font-size: 0.78rem;\n    color: #666;\n    margin-top: 14px;\n    line-height: 1.65;\n    font-style: italic;\n  }\n\n  @media (max-width: 540px) {\n    .list-columns { grid-template-columns: 1fr; }\n    .logo-grid { gap: 16px; }\n    .new-mfr-card { flex-direction: column; text-align: center; }\n    .explainer-row { grid-template-columns: 1fr; gap: 4px; }\n  }\n</style>\n\n<!-- MAIN CONTENT -->\n<div class=\"content-wrapper\">\n  <div class=\"main-card\">\n\n    <!-- CONTEXT INTRO -->\n    <div class=\"section-card\">\n      <p style=\"font-size:0.85rem; line-height:1.7; color:#030f3d; text-align:center;\">\n        Each month, Beedash updates its product catalog to reflect the latest changes submitted directly by manufacturers.\n        These updates apply to the <strong>shared Beedash catalog only</strong> and are\n        <strong>not changes to your account, pricing, or configurations.</strong>\n        Your account remains exactly as you have it set up.\n      </p>\n    </div>\n\n    <!-- NOTABLE UPDATES -->\n    <div class=\"section-card\">\n      <h3 class=\"section-title\">Notable Updates</h3>\n      <div class=\"logo-grid\">\n\n        <div class=\"logo-slot\">\n          <img src=\"https://beedash.com/wp-content/uploads/2023/02/JohnBoos.png\" alt=\"John Boos\" style=\"max-width:140px;max-height:80px;object-fit:contain;\">\n        </div>\n\n        <div class=\"logo-slot\">\n          <img src=\"https://beedash.com/wp-content/uploads/2023/02/ArcticAir.png\" alt=\"Arctic Air\" style=\"max-width:140px;max-height:80px;object-fit:contain;\">\n        </div>\n\n        <div class=\"logo-slot\">\n          <img src=\"https://beedash.com/wp-content/uploads/2026/07/NBR-Equipment-logo.png\" alt=\"NBR Equipment\" style=\"max-width:140px;max-height:80px;object-fit:contain;\">\n          <span class=\"new-badge\">New Manufacturer</span>\n        </div>\n\n      </div>\n    </div>\n\n    <!-- NEW MANUFACTURER CALLOUT -->\n    <div class=\"new-mfr-card\">\n      <img src=\"https://beedash.com/wp-content/uploads/2026/07/NBR-Equipment-logo.png\" alt=\"NBR Equipment Inc.\" style=\"max-width:90px;max-height:54px;object-fit:contain;\">\n      <span class=\"new-mfr-label\">New to Beedash</span>\n      <span class=\"new-mfr-name\">NBR Equipment Inc.</span>\n      <span class=\"new-mfr-note\">Now available in the shared catalog</span>\n    </div>\n\n    <!-- PRICE UPDATES -->\n    <div class=\"section-card\">\n      <h3 class=\"section-title\">Price Updates</h3>\n      <p class=\"section-note\">These manufacturers have submitted updated pricing to the Beedash catalog.</p>\n      <div class=\"list-columns\">\n        <div class=\"list-column\">\n          <ul>\n            <li>John Boos</li>\n            <li>Arctic Air</li>\n            <li>Atosa USA</li>\n            <li>ANETS</li>\n          </ul>\n        </div>\n        <div class=\"list-column\">\n          <ul>\n            <li>Blodgett</li>\n            <li>Imperial Range</li>\n            <li>Comstock-Castle</li>\n            <li>Follett LLC</li>\n          </ul>\n        </div>\n      </div>\n    </div>\n\n    <!-- NEW PRODUCTS -->\n    <div class=\"section-card\">\n      <h3 class=\"section-title\">New Products</h3>\n      <p class=\"section-note\">New products from these manufacturers are now available in the Beedash catalog.</p>\n      <div class=\"list-columns\">\n        <div class=\"list-column\">\n          <ul>\n            <li>Krowne Metal</li>\n            <li>Marsal Ovens</li>\n            <li>ANETS</li>\n            <li>Market Forge</li>\n            <li>Magikitchn</li>\n          </ul>\n        </div>\n        <div class=\"list-column\">\n          <ul>\n            <li>Comstock-Castle</li>\n            <li>Hoshizaki</li>\n            <li>TurboChef</li>\n            <li>Icetro</li>\n            <li>Follett LLC</li>\n          </ul>\n        </div>\n      </div>\n    </div>\n\n    <!-- DISCONTINUED PRODUCTS -->\n    <div class=\"section-card\">\n      <h3 class=\"section-title\">Discontinued Products</h3>\n      <p class=\"section-note\">These products have been marked as discontinued in Beedash.</p>\n      <div class=\"list-columns\">\n        <div class=\"list-column\">\n          <ul>\n            <li>John Boos</li>\n            <li>International Tableware</li>\n            <li>Atosa USA</li>\n            <li>Update International</li>\n            <li>Oneida Hospitality</li>\n          </ul>\n        </div>\n        <div class=\"list-column\">\n          <ul>\n            <li>Waring</li>\n            <li>Vollrath</li>\n            <li>Market Forge</li>\n            <li>Imperial Range</li>\n            <li>Hoshizaki</li>\n          </ul>\n        </div>\n      </div>\n    </div>\n\n    <!-- DEALER EXPLAINER -->\n    <div class=\"explainer-card\">\n      <div class=\"explainer-heading\">For Beedash Dealers</div>\n      <p class=\"explainer-intro\">Beedash regularly updates the shared catalog with the latest data from manufacturers. Here&#8217;s what each update means for your account:</p>\n      <div class=\"explainer-rows\">\n        <div class=\"explainer-row\">\n          <span class=\"update-type\">Price Updates</span>\n          <span class=\"update-desc\">Applied automatically based on your existing pricing settings. No action needed.</span>\n        </div>\n        <div class=\"explainer-row\">\n          <span class=\"update-type\">New Products</span>\n          <span class=\"update-desc\">Not added to your account automatically. Log in to review and add what&#8217;s relevant to you.</span>\n        </div>\n        <div class=\"explainer-row\">\n          <span class=\"update-type\">Discontinued Products</span>\n          <span class=\"update-desc\">Marked in the system. Log in to review and remove them, or they&#8217;ll be removed automatically if you have that option enabled in your settings.</span>\n        </div>\n      </div>\n      <p class=\"explainer-footer\">Your pricing and configurations are never touched. Updates only refresh the catalog data your settings apply to.</p>\n    </div>\n\n  </div><!-- /main-card -->\n</div><!-- /content-wrapper -->\n&#8221;},&#8221;name&#8221;:&#8221;Beedash Catalog Update&#8221;}]}]}]},{&#8220;type&#8221;:&#8221;section&#8221;,&#8221;props&#8221;:{&#8220;animation&#8221;:&#8221;slide-bottom-medium&#8221;,&#8221;animation_delay&#8221;:&#8221;100&#8243;,&#8221;header_transparent&#8221;:true,&#8221;header_transparent_noplaceholder&#8221;:false,&#8221;header_transparent_text_color&#8221;:&#8221;dark&#8221;,&#8221;id&#8221;:&#8221;muted-green&#8221;,&#8221;image&#8221;:&#8221;wp-content/uploads/2021/08/pattern-white-extra.svg&#8221;,&#8221;image_position&#8221;:&#8221;center-center&#8221;,&#8221;image_size&#8221;:&#8221;cover&#8221;,&#8221;media_overlay&#8221;:&#8221;rgba(244, 249, 247, 0.59)&#8221;,&#8221;overlap&#8221;:true,&#8221;padding_bottom&#8221;:&#8221;large&#8221;,&#8221;padding_top&#8221;:&#8221;large&#8221;,&#8221;style&#8221;:&#8221;default&#8221;,&#8221;title_breakpoint&#8221;:&#8221;xl&#8221;,&#8221;title_position&#8221;:&#8221;top-left&#8221;,&#8221;title_rotation&#8221;:&#8221;left&#8221;,&#8221;vertical_align&#8221;:&#8221;&#8221;,&#8221;width&#8221;:&#8221;default&#8221;},&#8221;children&#8221;:[{&#8220;type&#8221;:&#8221;row&#8221;,&#8221;children&#8221;:[{&#8220;type&#8221;:&#8221;column&#8221;,&#8221;props&#8221;:{&#8220;image_position&#8221;:&#8221;center-center&#8221;,&#8221;position_sticky_breakpoint&#8221;:&#8221;m&#8221;},&#8221;children&#8221;:[{&#8220;type&#8221;:&#8221;image&#8221;,&#8221;props&#8221;:{&#8220;animation&#8221;:&#8221;parallax&#8221;,&#8221;image&#8221;:&#8221;wp-content/uploads/2021/08/icon-core.svg&#8221;,&#8221;image_svg_color&#8221;:&#8221;emphasis&#8221;,&#8221;image_width&#8221;:&#8221;80&#8243;,&#8221;margin_bottom&#8221;:&#8221;default&#8221;,&#8221;margin_top&#8221;:&#8221;default&#8221;,&#8221;parallax_easing&#8221;:&#8221;1&#8243;,&#8221;parallax_end&#8221;:&#8221;50vh + 50%&#8221;,&#8221;parallax_rotate&#8221;:&#8221;0,180&#8243;,&#8221;text_align&#8221;:&#8221;center&#8221;}},{&#8220;type&#8221;:&#8221;headline&#8221;,&#8221;props&#8221;:{&#8220;block_align&#8221;:&#8221;center&#8221;,&#8221;content&#8221;:&#8221;<span>Experience Corestack Free for 14 Days</span>&#8220;,&#8221;image_align&#8221;:&#8221;left&#8221;,&#8221;image_margin&#8221;:&#8221;xsmall&#8221;,&#8221;text_align&#8221;:&#8221;center&#8221;,&#8221;title_element&#8221;:&#8221;h2&#8243;}}]}]},{&#8220;type&#8221;:&#8221;row&#8221;,&#8221;children&#8221;:[{&#8220;type&#8221;:&#8221;column&#8221;,&#8221;props&#8221;:{&#8220;image_position&#8221;:&#8221;center-center&#8221;,&#8221;position_sticky_breakpoint&#8221;:&#8221;m&#8221;},&#8221;children&#8221;:[{&#8220;type&#8221;:&#8221;text&#8221;,&#8221;props&#8221;:{&#8220;column_breakpoint&#8221;:&#8221;m&#8221;,&#8221;content&#8221;:&#8221;<p>See how easy it is to manage, price and distribute your product data across every channel.<br data-start=\"339\" data-end=\"342\" />Connect your catalog, explore integrations, and experience the Corestack difference—no commitment required.</p>&#8220;,&#8221;margin_bottom&#8221;:&#8221;default&#8221;,&#8221;margin_top&#8221;:&#8221;default&#8221;,&#8221;text_align&#8221;:&#8221;center&#8221;,&#8221;text_style&#8221;:&#8221;lead&#8221;}},{&#8220;type&#8221;:&#8221;html&#8221;,&#8221;props&#8221;:{&#8220;content&#8221;:&#8221;<!-- Button -->\n<div class=\"uk-flex uk-flex-center uk-flex-middle uk-margin\">\n  <a class=\"uk-button uk-button-primary\" href=\"#corestack-trial-modal\" uk-toggle>\n    Request Free Trial\n  </a>\n</div>\n\n<!-- Modal with iframe -->\n<div id=\"corestack-trial-modal\" class=\"uk-modal-full\" uk-modal>\n  <div class=\"uk-modal-dialog uk-modal-body uk-padding-remove\">\n    <button class=\"uk-modal-close-full uk-close-large\" type=\"button\" uk-close></button>\n\n    <div class=\"uk-section uk-section-default\" style=\"min-height:80vh\">\n      <div class=\"uk-container uk-container-small\">\n        <h2 class=\"uk-heading-medium uk-text-center uk-margin-small\">Start Your Free Trial</h2>\n        <p class=\"uk-text-lead uk-text-center uk-margin\">No credit card required.</p>\n\n        <!-- IFRAME form (HubSpot Share URL) -->\n        <div class=\"uk-margin-large-top uk-text-center\">\n          <iframe\n            id=\"cs-hs-iframe\"\n            src=\"https://share.hsforms.com/1/REPLACE_WITH_YOUR_SHARE_URL\"\n            title=\"Corestack Trial Request\"\n            style=\"width:100%; height:860px; border:0; overflow:auto;\"\n            loading=\"lazy\"\n            referrerpolicy=\"no-referrer-when-downgrade\"\n            allowtransparency=\"true\">\n          </iframe>\n        </div>\n\n        <!-- Fallback open-in-new-tab -->\n        <div class=\"uk-text-center uk-margin-small\">\n          <a href=\"https://share.hsforms.com/1/REPLACE_WITH_YOUR_SHARE_URL\" target=\"_blank\" rel=\"nofollow\" class=\"uk-text-meta\">\n            Having trouble? Open the form in a new tab\n          </a>\n        </div>\n      </div>\n    </div>\n  </div>\n</div>\n&#8221;}}]}]}],&#8221;name&#8221;:&#8221;Contact section &#8211; muted green pattern&#8221;},{&#8220;type&#8221;:&#8221;section&#8221;,&#8221;props&#8221;:{&#8220;image_position&#8221;:&#8221;center-center&#8221;,&#8221;padding_bottom&#8221;:&#8221;large&#8221;,&#8221;padding_top&#8221;:&#8221;large&#8221;,&#8221;preserve_color&#8221;:false,&#8221;style&#8221;:&#8221;muted&#8221;,&#8221;title_breakpoint&#8221;:&#8221;xl&#8221;,&#8221;title_position&#8221;:&#8221;top-left&#8221;,&#8221;title_rotation&#8221;:&#8221;left&#8221;,&#8221;vertical_align&#8221;:&#8221;&#8221;,&#8221;width&#8221;:&#8221;default&#8221;},&#8221;children&#8221;:[{&#8220;type&#8221;:&#8221;row&#8221;,&#8221;children&#8221;:[{&#8220;type&#8221;:&#8221;column&#8221;,&#8221;props&#8221;:{&#8220;image_position&#8221;:&#8221;center-center&#8221;,&#8221;position_sticky_breakpoint&#8221;:&#8221;m&#8221;},&#8221;children&#8221;:[{&#8220;type&#8221;:&#8221;headline&#8221;,&#8221;props&#8221;:{&#8220;content&#8221;:&#8221;Latest Posts&#8221;,&#8221;image_align&#8221;:&#8221;left&#8221;,&#8221;image_margin&#8221;:&#8221;xsmall&#8221;,&#8221;margin_bottom&#8221;:&#8221;medium&#8221;,&#8221;margin_top&#8221;:&#8221;medium&#8221;,&#8221;text_align&#8221;:&#8221;center&#8221;,&#8221;title_element&#8221;:&#8221;h2&#8243;}},{&#8220;type&#8221;:&#8221;grid&#8221;,&#8221;props&#8221;:{&#8220;block_align&#8221;:&#8221;center&#8221;,&#8221;content_column_breakpoint&#8221;:&#8221;m&#8221;,&#8221;css&#8221;:&#8221;@media (max-width: 959px) {\n\t.el-element > * > :nth-child(3n+0) { display: none; }\n}&#8221;,&#8221;filter_align&#8221;:&#8221;left&#8221;,&#8221;filter_all&#8221;:true,&#8221;filter_grid_breakpoint&#8221;:&#8221;m&#8221;,&#8221;filter_grid_width&#8221;:&#8221;auto&#8221;,&#8221;filter_position&#8221;:&#8221;top&#8221;,&#8221;filter_style&#8221;:&#8221;tab&#8221;,&#8221;grid_default&#8221;:&#8221;1&#8243;,&#8221;grid_medium&#8221;:&#8221;3&#8243;,&#8221;grid_small&#8221;:&#8221;2&#8243;,&#8221;image_align&#8221;:&#8221;top&#8221;,&#8221;image_grid_breakpoint&#8221;:&#8221;m&#8221;,&#8221;image_grid_width&#8221;:&#8221;1-2&#8243;,&#8221;image_svg_color&#8221;:&#8221;emphasis&#8221;,&#8221;image_width&#8221;:&#8221;610&#8243;,&#8221;item_animation&#8221;:true,&#8221;lightbox_bg_close&#8221;:true,&#8221;link_style&#8221;:&#8221;text&#8221;,&#8221;link_text&#8221;:&#8221;Read more&#8221;,&#8221;margin_bottom&#8221;:&#8221;default&#8221;,&#8221;margin_top&#8221;:&#8221;default&#8221;,&#8221;meta_align&#8221;:&#8221;above-title&#8221;,&#8221;meta_color&#8221;:&#8221;muted&#8221;,&#8221;meta_element&#8221;:&#8221;div&#8221;,&#8221;meta_style&#8221;:&#8221;&#8221;,&#8221;panel_image_no_padding&#8221;:true,&#8221;panel_link&#8221;:true,&#8221;panel_link_hover&#8221;:&#8221;true&#8221;,&#8221;panel_padding&#8221;:&#8221;default&#8221;,&#8221;panel_style&#8221;:&#8221;card-default&#8221;,&#8221;parallax_easing&#8221;:&#8221;1&#8243;,&#8221;show_content&#8221;:true,&#8221;show_hover_image&#8221;:true,&#8221;show_hover_video&#8221;:true,&#8221;show_image&#8221;:true,&#8221;show_link&#8221;:true,&#8221;show_meta&#8221;:true,&#8221;show_title&#8221;:true,&#8221;show_video&#8221;:true,&#8221;text_align&#8221;:&#8221;center&#8221;,&#8221;title_align&#8221;:&#8221;top&#8221;,&#8221;title_element&#8221;:&#8221;h3&#8243;,&#8221;title_grid_breakpoint&#8221;:&#8221;m&#8221;,&#8221;title_grid_width&#8221;:&#8221;1-2&#8243;,&#8221;title_hover_style&#8221;:&#8221;reset&#8221;,&#8221;title_link&#8221;:true,&#8221;title_style&#8221;:&#8221;h4&#8243;},&#8221;children&#8221;:[{&#8220;type&#8221;:&#8221;grid_item&#8221;,&#8221;props&#8221;:{&#8220;content&#8221;:&#8221;&#8221;},&#8221;source&#8221;:{&#8220;query&#8221;:{&#8220;name&#8221;:&#8221;posts.singlePost&#8221;,&#8221;field&#8221;:{&#8220;name&#8221;:&#8221;relatedPosts&#8221;,&#8221;arguments&#8221;:{&#8220;category&#8221;:&#8221;&#8221;,&#8221;limit&#8221;:3,&#8221;order&#8221;:&#8221;date&#8221;,&#8221;order_direction&#8221;:&#8221;DESC&#8221;,&#8221;author&#8221;:&#8221;&#8221;,&#8221;post_tag&#8221;:&#8221;&#8221;,&#8221;offset&#8221;:0}}},&#8221;props&#8221;:{&#8220;title&#8221;:{&#8220;name&#8221;:&#8221;title&#8221;},&#8221;link&#8221;:{&#8220;name&#8221;:&#8221;link&#8221;},&#8221;image&#8221;:{&#8220;name&#8221;:&#8221;field.intro_image.url&#8221;},&#8221;meta&#8221;:{&#8220;filters&#8221;:{&#8220;search&#8221;:&#8221;&#8221;,&#8221;date&#8221;:&#8221;d F, Y&#8221;},&#8221;name&#8221;:&#8221;date&#8221;}}}}]}]}]}],&#8221;name&#8221;:&#8221;Latest Posts&#8221;}],&#8221;version&#8221;:&#8221;5.0.35&#8243;} &#8211;><p>The post <a href="https://beedash.com/catalog-updates-june-2026/">Catalog Updates June 2026</a> appeared first on <a href="https://beedash.com">Beedash</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Catalog Updates May 2026</title>
		<link>https://beedash.com/catalog-updates-may-2026/</link>
		
		<dc:creator><![CDATA[beedash]]></dc:creator>
		<pubDate>Thu, 11 Jun 2026 19:59:31 +0000</pubDate>
				<category><![CDATA[Vendor Updates]]></category>
		<guid isPermaLink="false">https://beedash.com/?p=9012</guid>

					<description><![CDATA[<p>NEW BRANDS, PRICE UPDATES, NEW PRODUCTS, DISCONTINUATIONS FROM BRANDS ACROSS THE INDUSTRY – GET MORE WITH CORESTACK Beedash Catalog Updates – May 2026 Here&#8217;s a summary of all manufacturer catalog changes processed by Beedash in May 2026. Notable Updates Price Updates These manufacturers have submitted updated pricing to the Beedash catalog. Vollrath Market Forge CookTek [&#8230;]</p>
<p>The post <a href="https://beedash.com/catalog-updates-may-2026/">Catalog Updates May 2026</a> appeared first on <a href="https://beedash.com">Beedash</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h4>NEW BRANDS, PRICE UPDATES, NEW PRODUCTS, DISCONTINUATIONS FROM BRANDS ACROSS THE INDUSTRY – GET MORE WITH CORESTACK</h4>
<div>

    <!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Beedash Catalog Updates – May 2026</title>
    
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700&#038;family=Open+Sans:wght@400;600&#038;display=swap" rel="stylesheet">
    
    <style>
        :root {
            --beedash-green: #267864;
            --beedash-yellow: #fbb040;
            --beedash-cream: #feefd9;
            --beedash-navy: #030f3d;
            --white: #ffffff;
            --light-gray: #f4f9f7;
        }

        * { margin: 0; padding: 0; box-sizing: border-box; }

        body {
            font-family: 'Open Sans', sans-serif;
            color: var(--beedash-navy);
            line-height: 1.6;
        }

        h1, h2, h3 {
            font-family: 'Montserrat', sans-serif;
            font-weight: 700;
        }

        .content-wrapper {
            max-width: 850px;
            margin: 0 auto;
            padding: 12px;
        }

        .main-card {
            background: var(--beedash-green);
            border-radius: 10px;
            padding: 12px;
        }

        .section-card {
            background: var(--white);
            border-radius: 8px;
            padding: 20px;
            margin-bottom: 12px;
        }

        .section-card:last-child { margin-bottom: 0; }

        .section-title {
            color: var(--beedash-green);
            font-size: 1.1rem;
            text-align: center;
            margin-bottom: 16px;
        }

        .logo-grid {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 30px;
            flex-wrap: wrap;
        }

        .logo-grid img {
            max-width: 140px;
            max-height: 80px;
            object-fit: contain;
        }

        .list-columns {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
        }

        .list-column ul { list-style: none; }

        .list-column li {
            padding: 5px 0 5px 16px;
            position: relative;
            border-bottom: 1px solid #eee;
            font-size: 0.85rem;
        }

        .list-column li:last-child { border-bottom: none; }

        .list-column li::before {
            content: "•";
            color: var(--beedash-yellow);
            font-weight: bold;
            position: absolute;
            left: 0;
        }

        .single-column .list-columns {
            grid-template-columns: 1fr;
            max-width: 350px;
            margin: 0 auto;
        }
    </style>
</head>
<body>
    <div class="content-wrapper">
        <div class="main-card">

            <!-- INTRO -->
            <div class="section-card">
                <p style="font-size:0.85rem; line-height:1.7; color:#030f3d; text-align:center;">
                    Here&#8217;s a summary of all manufacturer catalog changes processed by Beedash in May 2026.
                </p>
            </div>

            <!-- NOTABLE UPDATES -->
            <div class="section-card">
                <h3 class="section-title">Notable Updates</h3>
                <div class="logo-grid">
                    <img decoding="async" src="https://beedash.com/wp-content/uploads/2023/02/LincolnFoodservice.png?x40075" alt="Lincoln Foodservice">
                    <img decoding="async" src="https://beedash.com/wp-content/uploads/2026/06/Klingers-Trading.png?x40075" alt="Klinger's Trading">
                    <img decoding="async" src="https://beedash.com/wp-content/uploads/2023/02/AdvanceTabco.png?x40075" alt="Advance Tabco">
                </div>
            </div>

            <!-- PRICE UPDATES -->
            <div class="section-card">
                <h3 class="section-title">Price Updates</h3>
                <p style="text-align:center; font-size:0.75rem; color:#555; margin-bottom:14px;">These manufacturers have submitted updated pricing to the Beedash catalog.</p>
                <div class="list-columns">
                    <div class="list-column">
                        <ul>
                            <li>Vollrath</li>
                            <li>Market Forge</li>
                            <li>CookTek</li>
                            <li>Lincoln Foodservice</li>
                            <li>Dukers USA</li>
                            <li>Oneida Hospitality</li>
                            <li>Focus Foodservice</li>
                        </ul>
                    </div>
                    <div class="list-column">
                        <ul>
                            <li>Update International</li>
                            <li>Advance Tabco</li>
                            <li>Klinger&#8217;s Trading</li>
                            <li>Atosa USA</li>
                            <li>Omcan</li>
                            <li>Serv-Ware</li>
                        </ul>
                    </div>
                </div>
            </div>

            <!-- NEW PRODUCTS -->
            <div class="section-card single-column">
                <h3 class="section-title">New Products</h3>
                <p style="text-align:center; font-size:0.75rem; color:#555; margin-bottom:14px;">New products from these manufacturers are now available in the Beedash catalog.</p>
                <div class="list-columns">
                    <div class="list-column">
                        <ul>
                            <li>Varimixer</li>
                            <li>Comstock-Castle</li>
                            <li>Doyon</li>
                            <li>Nu-Vu</li>
                        </ul>
                    </div>
                </div>
            </div>

            <!-- DISCONTINUED PRODUCTS -->
            <div class="section-card">
                <h3 class="section-title">Discontinued Products</h3>
                <p style="text-align:center; font-size:0.75rem; color:#555; margin-bottom:14px;">These products have been marked as discontinued in Beedash. </p>
                <div class="list-columns">
                    <div class="list-column">
                        <ul>
                            <li>Vollrath</li>
                            <li>Market Forge</li>
                            <li>CookTek</li>
                            <li>International Tableware</li>
                        </ul>
                    </div>
                    <div class="list-column">
                        <ul>
                            <li>Lincoln Foodservice</li>
                            <li>Atosa USA</li>
                            <li>Doyon</li>
                            <li>Omcan</li>
                        </ul>
                    </div>
                </div>
            </div>

            <!-- FOR BEEDASH DEALERS -->
            <div class="section-card">
                <p style="font-size:0.8rem; line-height:1.7; color:#030f3d; margin-bottom:10px;">
                    <strong style="color:#267864;">For Beedash Dealers:</strong> Beedash regularly updates the shared catalog with the latest data from manufacturers. Here&#8217;s what each update means for your account:
                </p>
                <ul style="list-style:none; padding:0; margin:0;">
                    <li style="padding:5px 0 5px 16px; position:relative; border-bottom:1px solid #eee; font-size:0.8rem; color:#030f3d;"><span style="color:#fbb040; font-weight:bold; position:absolute; left:0;">•</span><strong>Price Updates</strong> Applied automatically based on your existing pricing settings. No action needed.</li>
                    <li style="padding:5px 0 5px 16px; position:relative; border-bottom:1px solid #eee; font-size:0.8rem; color:#030f3d;"><span style="color:#fbb040; font-weight:bold; position:absolute; left:0;">•</span><strong>New Products</strong> Not added to your account automatically. Log in to review and add what&#8217;s relevant to you.</li>
                    <li style="padding:5px 0 5px 16px; position:relative; font-size:0.8rem; color:#030f3d;"><span style="color:#fbb040; font-weight:bold; position:absolute; left:0;">•</span><strong>Discontinued Products</strong> Marked in the system. Log in to review and remove them, or they&#8217;ll be removed automatically if you have that option enabled in your settings.</li>
                </ul>
                <p style="font-size:0.8rem; line-height:1.7; color:#030f3d; margin-top:10px;">
                    Your pricing and configurations are never touched. Updates only refresh the catalog data your settings apply to.
                </p>
            </div>

        </div>
    </div>
</body>
</html>

</div>
<img decoding="async" src="/wp-content/uploads/2021/08/icon-core.svg?x40075" alt="">
<h2><span>Experience Corestack Free for 14 Days</span></h2>
<div><p>See how easy it is to manage, price and distribute your product data across every channel.<br data-start="339" data-end="342" />Connect your catalog, explore integrations, and experience the Corestack difference—no commitment required.</p></div>
<div>

    <!-- Button -->
<div class="uk-flex uk-flex-center uk-flex-middle uk-margin">
  <a class="uk-button uk-button-primary" href="#corestack-trial-modal" uk-toggle>
    Request Free Trial
  </a>
</div>

<!-- Modal with iframe -->
<div id="corestack-trial-modal" class="uk-modal-full" uk-modal>
  <div class="uk-modal-dialog uk-modal-body uk-padding-remove">
    <button class="uk-modal-close-full uk-close-large" type="button" uk-close></button>

    <div class="uk-section uk-section-default" style="min-height:80vh">
      <div class="uk-container uk-container-small">
        <h2 class="uk-heading-medium uk-text-center uk-margin-small">Start Your Free Trial</h2>
        <p class="uk-text-lead uk-text-center uk-margin">No credit card required.</p>

        <!-- IFRAME form (HubSpot Share URL) -->
        <div class="uk-margin-large-top uk-text-center">
          <iframe
            id="cs-hs-iframe"
            src="https://share.hsforms.com/1/REPLACE_WITH_YOUR_SHARE_URL"
            title="Corestack Trial Request"
            style="width:100%; height:860px; border:0; overflow:auto;"
            loading="lazy"
            referrerpolicy="no-referrer-when-downgrade"
            allowtransparency="true">
          </iframe>
        </div>

        <!-- Fallback open-in-new-tab -->
        <div class="uk-text-center uk-margin-small">
          <a href="https://share.hsforms.com/1/REPLACE_WITH_YOUR_SHARE_URL" target="_blank" rel="nofollow" class="uk-text-meta">
            Having trouble? Open the form in a new tab
          </a>
        </div>
      </div>
    </div>
  </div>
</div>

</div>
<h2>Latest Posts</h2>
<div>

    







</div>

<span id="more-9012"></span>
<!-- {"type":"layout","children":[{"type":"section","props":{"image_position":"center-center","style":"default","title_breakpoint":"xl","title_position":"top-left","title_rotation":"left","vertical_align":"middle","width":"default"},"children":[{"type":"row","children":[{"type":"column","props":{"image_position":"center-center","position_sticky_breakpoint":"m"},"children":[{"type":"breadcrumbs","props":{"show_current":true,"show_home":true}}]}]}]},{"type":"section","props":{"image_position":"center-center","padding_bottom":"small","padding_top":"none","style":"default","title_breakpoint":"xl","title_position":"top-left","title_rotation":"left","vertical_align":"","width":""},"children":[{"type":"row","props":{"width":"default"},"children":[{"type":"column","props":{"image_position":"center-center","position_sticky_breakpoint":"m"},"children":[{"type":"headline","props":{"image_align":"left","image_margin":"xsmall","margin_top":"remove","text_align":"center","title_color":"emphasis","title_element":"h2"},"source":{"query":{"name":"posts.singlePost"},"props":{"content":{"filters":{"search":"April","before":"","replace":"May"},"name":"title"}}}},{"type":"headline","props":{"content":"NEW BRANDS, PRICE UPDATES, NEW PRODUCTS, DISCONTINUATIONS FROM BRANDS ACROSS THE INDUSTRY – GET MORE WITH CORESTACK","image_align":"left","image_margin":"xsmall","text_align":"center","title_color":"warning","title_element":"h4","title_font_family":"primary","title_style":"h4"}}]}]}],"name":"Post"},{"type":"section","props":{"image_position":"center-center","padding_top":"none","style":"default","title_breakpoint":"xl","title_position":"top-left","title_rotation":"left","vertical_align":"middle","width":"default"},"children":[{"type":"row","children":[{"type":"column","props":{"image_position":"center-center","position_sticky_breakpoint":"m"},"children":[{"type":"html","props":{"content":"<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Beedash Catalog Updates – May 2026</title>\n    \n    <link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>\n    <link href=\"https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700&family=Open+Sans:wght@400;600&display=swap\" rel=\"stylesheet\">\n    \n    <style>\n        :root {\n            --beedash-green: #267864;\n            --beedash-yellow: #fbb040;\n            --beedash-cream: #feefd9;\n            --beedash-navy: #030f3d;\n            --white: #ffffff;\n            --light-gray: #f4f9f7;\n        }\n\n        * { margin: 0; padding: 0; box-sizing: border-box; }\n\n        body {\n            font-family: 'Open Sans', sans-serif;\n            color: var(--beedash-navy);\n            line-height: 1.6;\n        }\n\n        h1, h2, h3 {\n            font-family: 'Montserrat', sans-serif;\n            font-weight: 700;\n        }\n\n        .content-wrapper {\n            max-width: 850px;\n            margin: 0 auto;\n            padding: 12px;\n        }\n\n        .main-card {\n            background: var(--beedash-green);\n            border-radius: 10px;\n            padding: 12px;\n        }\n\n        .section-card {\n            background: var(--white);\n            border-radius: 8px;\n            padding: 20px;\n            margin-bottom: 12px;\n        }\n\n        .section-card:last-child { margin-bottom: 0; }\n\n        .section-title {\n            color: var(--beedash-green);\n            font-size: 1.1rem;\n            text-align: center;\n            margin-bottom: 16px;\n        }\n\n        .logo-grid {\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            gap: 30px;\n            flex-wrap: wrap;\n        }\n\n        .logo-grid img {\n            max-width: 140px;\n            max-height: 80px;\n            object-fit: contain;\n        }\n\n        .list-columns {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 20px;\n        }\n\n        .list-column ul { list-style: none; }\n\n        .list-column li {\n            padding: 5px 0 5px 16px;\n            position: relative;\n            border-bottom: 1px solid #eee;\n            font-size: 0.85rem;\n        }\n\n        .list-column li:last-child { border-bottom: none; }\n\n        .list-column li::before {\n            content: \"•\";\n            color: var(--beedash-yellow);\n            font-weight: bold;\n            position: absolute;\n            left: 0;\n        }\n\n        .single-column .list-columns {\n            grid-template-columns: 1fr;\n            max-width: 350px;\n            margin: 0 auto;\n        }\n    </style>\n</head>\n<body>\n    <div class=\"content-wrapper\">\n        <div class=\"main-card\">\n\n            <!-- INTRO -->\n            <div class=\"section-card\">\n                <p style=\"font-size:0.85rem; line-height:1.7; color:#030f3d; text-align:center;\">\n                    Here&#8217;s a summary of all manufacturer catalog changes processed by Beedash in May 2026.\n                </p>\n            </div>\n\n            <!-- NOTABLE UPDATES -->\n            <div class=\"section-card\">\n                <h3 class=\"section-title\">Notable Updates</h3>\n                <div class=\"logo-grid\">\n                    <img src=\"https://beedash.com/wp-content/uploads/2023/02/LincolnFoodservice.png\" alt=\"Lincoln Foodservice\">\n                    <img src=\"https://beedash.com/wp-content/uploads/2026/06/Klingers-Trading.png\" alt=\"Klinger's Trading\">\n                    <img src=\"https://beedash.com/wp-content/uploads/2023/02/AdvanceTabco.png\" alt=\"Advance Tabco\">\n                </div>\n            </div>\n\n            <!-- PRICE UPDATES -->\n            <div class=\"section-card\">\n                <h3 class=\"section-title\">Price Updates</h3>\n                <p style=\"text-align:center; font-size:0.75rem; color:#555; margin-bottom:14px;\">These manufacturers have submitted updated pricing to the Beedash catalog.</p>\n                <div class=\"list-columns\">\n                    <div class=\"list-column\">\n                        <ul>\n                            <li>Vollrath</li>\n                            <li>Market Forge</li>\n                            <li>CookTek</li>\n                            <li>Lincoln Foodservice</li>\n                            <li>Dukers USA</li>\n                            <li>Oneida Hospitality</li>\n                            <li>Focus Foodservice</li>\n                        </ul>\n                    </div>\n                    <div class=\"list-column\">\n                        <ul>\n                            <li>Update International</li>\n                            <li>Advance Tabco</li>\n                            <li>Klinger&#8217;s Trading</li>\n                            <li>Atosa USA</li>\n                            <li>Omcan</li>\n                            <li>Serv-Ware</li>\n                        </ul>\n                    </div>\n                </div>\n            </div>\n\n            <!-- NEW PRODUCTS -->\n            <div class=\"section-card single-column\">\n                <h3 class=\"section-title\">New Products</h3>\n                <p style=\"text-align:center; font-size:0.75rem; color:#555; margin-bottom:14px;\">New products from these manufacturers are now available in the Beedash catalog.</p>\n                <div class=\"list-columns\">\n                    <div class=\"list-column\">\n                        <ul>\n                            <li>Varimixer</li>\n                            <li>Comstock-Castle</li>\n                            <li>Doyon</li>\n                            <li>Nu-Vu</li>\n                        </ul>\n                    </div>\n                </div>\n            </div>\n\n            <!-- DISCONTINUED PRODUCTS -->\n            <div class=\"section-card\">\n                <h3 class=\"section-title\">Discontinued Products</h3>\n                <p style=\"text-align:center; font-size:0.75rem; color:#555; margin-bottom:14px;\">These products have been marked as discontinued in Beedash. </p>\n                <div class=\"list-columns\">\n                    <div class=\"list-column\">\n                        <ul>\n                            <li>Vollrath</li>\n                            <li>Market Forge</li>\n                            <li>CookTek</li>\n                            <li>International Tableware</li>\n                        </ul>\n                    </div>\n                    <div class=\"list-column\">\n                        <ul>\n                            <li>Lincoln Foodservice</li>\n                            <li>Atosa USA</li>\n                            <li>Doyon</li>\n                            <li>Omcan</li>\n                        </ul>\n                    </div>\n                </div>\n            </div>\n\n            <!-- FOR BEEDASH DEALERS -->\n            <div class=\"section-card\">\n                <p style=\"font-size:0.8rem; line-height:1.7; color:#030f3d; margin-bottom:10px;\">\n                    <strong style=\"color:#267864;\">For Beedash Dealers:</strong> Beedash regularly updates the shared catalog with the latest data from manufacturers. Here&#8217;s what each update means for your account:\n                </p>\n                <ul style=\"list-style:none; padding:0; margin:0;\">\n                    <li style=\"padding:5px 0 5px 16px; position:relative; border-bottom:1px solid #eee; font-size:0.8rem; color:#030f3d;\"><span style=\"color:#fbb040; font-weight:bold; position:absolute; left:0;\">•</span><strong>Price Updates</strong> Applied automatically based on your existing pricing settings. No action needed.</li>\n                    <li style=\"padding:5px 0 5px 16px; position:relative; border-bottom:1px solid #eee; font-size:0.8rem; color:#030f3d;\"><span style=\"color:#fbb040; font-weight:bold; position:absolute; left:0;\">•</span><strong>New Products</strong> Not added to your account automatically. Log in to review and add what&#8217;s relevant to you.</li>\n                    <li style=\"padding:5px 0 5px 16px; position:relative; font-size:0.8rem; color:#030f3d;\"><span style=\"color:#fbb040; font-weight:bold; position:absolute; left:0;\">•</span><strong>Discontinued Products</strong> Marked in the system. Log in to review and remove them, or they&#8217;ll be removed automatically if you have that option enabled in your settings.</li>\n                </ul>\n                <p style=\"font-size:0.8rem; line-height:1.7; color:#030f3d; margin-top:10px;\">\n                    Your pricing and configurations are never touched. Updates only refresh the catalog data your settings apply to.\n                </p>\n            </div>\n\n        </div>\n    </div>\n</body>\n</html>\n&#8221;}}]}]}]},{&#8220;type&#8221;:&#8221;section&#8221;,&#8221;props&#8221;:{&#8220;animation&#8221;:&#8221;slide-bottom-medium&#8221;,&#8221;animation_delay&#8221;:&#8221;100&#8243;,&#8221;header_transparent&#8221;:true,&#8221;header_transparent_noplaceholder&#8221;:false,&#8221;header_transparent_text_color&#8221;:&#8221;dark&#8221;,&#8221;id&#8221;:&#8221;muted-green&#8221;,&#8221;image&#8221;:&#8221;wp-content/uploads/2021/08/pattern-white-extra.svg&#8221;,&#8221;image_position&#8221;:&#8221;center-center&#8221;,&#8221;image_size&#8221;:&#8221;cover&#8221;,&#8221;media_overlay&#8221;:&#8221;rgba(244, 249, 247, 0.59)&#8221;,&#8221;overlap&#8221;:true,&#8221;padding_bottom&#8221;:&#8221;large&#8221;,&#8221;padding_top&#8221;:&#8221;large&#8221;,&#8221;style&#8221;:&#8221;default&#8221;,&#8221;title_breakpoint&#8221;:&#8221;xl&#8221;,&#8221;title_position&#8221;:&#8221;top-left&#8221;,&#8221;title_rotation&#8221;:&#8221;left&#8221;,&#8221;vertical_align&#8221;:&#8221;&#8221;,&#8221;width&#8221;:&#8221;default&#8221;},&#8221;children&#8221;:[{&#8220;type&#8221;:&#8221;row&#8221;,&#8221;children&#8221;:[{&#8220;type&#8221;:&#8221;column&#8221;,&#8221;props&#8221;:{&#8220;image_position&#8221;:&#8221;center-center&#8221;,&#8221;position_sticky_breakpoint&#8221;:&#8221;m&#8221;},&#8221;children&#8221;:[{&#8220;type&#8221;:&#8221;image&#8221;,&#8221;props&#8221;:{&#8220;animation&#8221;:&#8221;parallax&#8221;,&#8221;image&#8221;:&#8221;wp-content/uploads/2021/08/icon-core.svg&#8221;,&#8221;image_svg_color&#8221;:&#8221;emphasis&#8221;,&#8221;image_width&#8221;:&#8221;80&#8243;,&#8221;margin_bottom&#8221;:&#8221;default&#8221;,&#8221;margin_top&#8221;:&#8221;default&#8221;,&#8221;parallax_easing&#8221;:&#8221;1&#8243;,&#8221;parallax_end&#8221;:&#8221;50vh + 50%&#8221;,&#8221;parallax_rotate&#8221;:&#8221;0,180&#8243;,&#8221;text_align&#8221;:&#8221;center&#8221;}},{&#8220;type&#8221;:&#8221;headline&#8221;,&#8221;props&#8221;:{&#8220;block_align&#8221;:&#8221;center&#8221;,&#8221;content&#8221;:&#8221;<span>Experience Corestack Free for 14 Days</span>&#8220;,&#8221;image_align&#8221;:&#8221;left&#8221;,&#8221;image_margin&#8221;:&#8221;xsmall&#8221;,&#8221;text_align&#8221;:&#8221;center&#8221;,&#8221;title_element&#8221;:&#8221;h2&#8243;}}]}]},{&#8220;type&#8221;:&#8221;row&#8221;,&#8221;children&#8221;:[{&#8220;type&#8221;:&#8221;column&#8221;,&#8221;props&#8221;:{&#8220;image_position&#8221;:&#8221;center-center&#8221;,&#8221;position_sticky_breakpoint&#8221;:&#8221;m&#8221;},&#8221;children&#8221;:[{&#8220;type&#8221;:&#8221;text&#8221;,&#8221;props&#8221;:{&#8220;column_breakpoint&#8221;:&#8221;m&#8221;,&#8221;content&#8221;:&#8221;<p>See how easy it is to manage, price and distribute your product data across every channel.<br data-start=\"339\" data-end=\"342\" />Connect your catalog, explore integrations, and experience the Corestack difference—no commitment required.</p>&#8220;,&#8221;margin_bottom&#8221;:&#8221;default&#8221;,&#8221;margin_top&#8221;:&#8221;default&#8221;,&#8221;text_align&#8221;:&#8221;center&#8221;,&#8221;text_style&#8221;:&#8221;lead&#8221;}},{&#8220;type&#8221;:&#8221;html&#8221;,&#8221;props&#8221;:{&#8220;content&#8221;:&#8221;<!-- Button -->\n<div class=\"uk-flex uk-flex-center uk-flex-middle uk-margin\">\n  <a class=\"uk-button uk-button-primary\" href=\"#corestack-trial-modal\" uk-toggle>\n    Request Free Trial\n  </a>\n</div>\n\n<!-- Modal with iframe -->\n<div id=\"corestack-trial-modal\" class=\"uk-modal-full\" uk-modal>\n  <div class=\"uk-modal-dialog uk-modal-body uk-padding-remove\">\n    <button class=\"uk-modal-close-full uk-close-large\" type=\"button\" uk-close></button>\n\n    <div class=\"uk-section uk-section-default\" style=\"min-height:80vh\">\n      <div class=\"uk-container uk-container-small\">\n        <h2 class=\"uk-heading-medium uk-text-center uk-margin-small\">Start Your Free Trial</h2>\n        <p class=\"uk-text-lead uk-text-center uk-margin\">No credit card required.</p>\n\n        <!-- IFRAME form (HubSpot Share URL) -->\n        <div class=\"uk-margin-large-top uk-text-center\">\n          <iframe\n            id=\"cs-hs-iframe\"\n            src=\"https://share.hsforms.com/1/REPLACE_WITH_YOUR_SHARE_URL\"\n            title=\"Corestack Trial Request\"\n            style=\"width:100%; height:860px; border:0; overflow:auto;\"\n            loading=\"lazy\"\n            referrerpolicy=\"no-referrer-when-downgrade\"\n            allowtransparency=\"true\">\n          </iframe>\n        </div>\n\n        <!-- Fallback open-in-new-tab -->\n        <div class=\"uk-text-center uk-margin-small\">\n          <a href=\"https://share.hsforms.com/1/REPLACE_WITH_YOUR_SHARE_URL\" target=\"_blank\" rel=\"nofollow\" class=\"uk-text-meta\">\n            Having trouble? Open the form in a new tab\n          </a>\n        </div>\n      </div>\n    </div>\n  </div>\n</div>\n&#8221;}}]}]}],&#8221;name&#8221;:&#8221;Contact section &#8211; muted green pattern&#8221;},{&#8220;type&#8221;:&#8221;section&#8221;,&#8221;props&#8221;:{&#8220;image_position&#8221;:&#8221;center-center&#8221;,&#8221;padding_bottom&#8221;:&#8221;large&#8221;,&#8221;padding_top&#8221;:&#8221;large&#8221;,&#8221;preserve_color&#8221;:false,&#8221;style&#8221;:&#8221;muted&#8221;,&#8221;title_breakpoint&#8221;:&#8221;xl&#8221;,&#8221;title_position&#8221;:&#8221;top-left&#8221;,&#8221;title_rotation&#8221;:&#8221;left&#8221;,&#8221;vertical_align&#8221;:&#8221;&#8221;,&#8221;width&#8221;:&#8221;default&#8221;},&#8221;children&#8221;:[{&#8220;type&#8221;:&#8221;row&#8221;,&#8221;children&#8221;:[{&#8220;type&#8221;:&#8221;column&#8221;,&#8221;props&#8221;:{&#8220;image_position&#8221;:&#8221;center-center&#8221;,&#8221;position_sticky_breakpoint&#8221;:&#8221;m&#8221;},&#8221;children&#8221;:[{&#8220;type&#8221;:&#8221;headline&#8221;,&#8221;props&#8221;:{&#8220;content&#8221;:&#8221;Latest Posts&#8221;,&#8221;image_align&#8221;:&#8221;left&#8221;,&#8221;image_margin&#8221;:&#8221;xsmall&#8221;,&#8221;margin_bottom&#8221;:&#8221;medium&#8221;,&#8221;margin_top&#8221;:&#8221;medium&#8221;,&#8221;text_align&#8221;:&#8221;center&#8221;,&#8221;title_element&#8221;:&#8221;h2&#8243;}},{&#8220;type&#8221;:&#8221;grid&#8221;,&#8221;props&#8221;:{&#8220;block_align&#8221;:&#8221;center&#8221;,&#8221;content_column_breakpoint&#8221;:&#8221;m&#8221;,&#8221;css&#8221;:&#8221;@media (max-width: 959px) {\n\t.el-element > * > :nth-child(3n+0) { display: none; }\n}&#8221;,&#8221;filter_align&#8221;:&#8221;left&#8221;,&#8221;filter_all&#8221;:true,&#8221;filter_grid_breakpoint&#8221;:&#8221;m&#8221;,&#8221;filter_grid_width&#8221;:&#8221;auto&#8221;,&#8221;filter_position&#8221;:&#8221;top&#8221;,&#8221;filter_style&#8221;:&#8221;tab&#8221;,&#8221;grid_default&#8221;:&#8221;1&#8243;,&#8221;grid_medium&#8221;:&#8221;3&#8243;,&#8221;grid_small&#8221;:&#8221;2&#8243;,&#8221;image_align&#8221;:&#8221;top&#8221;,&#8221;image_grid_breakpoint&#8221;:&#8221;m&#8221;,&#8221;image_grid_width&#8221;:&#8221;1-2&#8243;,&#8221;image_svg_color&#8221;:&#8221;emphasis&#8221;,&#8221;image_width&#8221;:&#8221;610&#8243;,&#8221;item_animation&#8221;:true,&#8221;lightbox_bg_close&#8221;:true,&#8221;link_style&#8221;:&#8221;text&#8221;,&#8221;link_text&#8221;:&#8221;Read more&#8221;,&#8221;margin_bottom&#8221;:&#8221;default&#8221;,&#8221;margin_top&#8221;:&#8221;default&#8221;,&#8221;meta_align&#8221;:&#8221;above-title&#8221;,&#8221;meta_color&#8221;:&#8221;muted&#8221;,&#8221;meta_element&#8221;:&#8221;div&#8221;,&#8221;meta_style&#8221;:&#8221;&#8221;,&#8221;panel_image_no_padding&#8221;:true,&#8221;panel_link&#8221;:true,&#8221;panel_link_hover&#8221;:&#8221;true&#8221;,&#8221;panel_padding&#8221;:&#8221;default&#8221;,&#8221;panel_style&#8221;:&#8221;card-default&#8221;,&#8221;parallax_easing&#8221;:&#8221;1&#8243;,&#8221;show_content&#8221;:true,&#8221;show_hover_image&#8221;:true,&#8221;show_hover_video&#8221;:true,&#8221;show_image&#8221;:true,&#8221;show_link&#8221;:true,&#8221;show_meta&#8221;:true,&#8221;show_title&#8221;:true,&#8221;show_video&#8221;:true,&#8221;text_align&#8221;:&#8221;center&#8221;,&#8221;title_align&#8221;:&#8221;top&#8221;,&#8221;title_element&#8221;:&#8221;h3&#8243;,&#8221;title_grid_breakpoint&#8221;:&#8221;m&#8221;,&#8221;title_grid_width&#8221;:&#8221;1-2&#8243;,&#8221;title_hover_style&#8221;:&#8221;reset&#8221;,&#8221;title_link&#8221;:true,&#8221;title_style&#8221;:&#8221;h4&#8243;},&#8221;children&#8221;:[{&#8220;type&#8221;:&#8221;grid_item&#8221;,&#8221;props&#8221;:{&#8220;content&#8221;:&#8221;&#8221;},&#8221;source&#8221;:{&#8220;query&#8221;:{&#8220;name&#8221;:&#8221;posts.singlePost&#8221;,&#8221;field&#8221;:{&#8220;name&#8221;:&#8221;relatedPosts&#8221;,&#8221;arguments&#8221;:{&#8220;category&#8221;:&#8221;&#8221;,&#8221;limit&#8221;:3,&#8221;order&#8221;:&#8221;date&#8221;,&#8221;order_direction&#8221;:&#8221;DESC&#8221;,&#8221;author&#8221;:&#8221;&#8221;,&#8221;post_tag&#8221;:&#8221;&#8221;,&#8221;offset&#8221;:0}}},&#8221;props&#8221;:{&#8220;title&#8221;:{&#8220;name&#8221;:&#8221;title&#8221;},&#8221;link&#8221;:{&#8220;name&#8221;:&#8221;link&#8221;},&#8221;image&#8221;:{&#8220;name&#8221;:&#8221;field.intro_image.url&#8221;},&#8221;meta&#8221;:{&#8220;filters&#8221;:{&#8220;search&#8221;:&#8221;&#8221;,&#8221;date&#8221;:&#8221;d F, Y&#8221;},&#8221;name&#8221;:&#8221;date&#8221;}}}}]}]}]}],&#8221;name&#8221;:&#8221;Latest Posts&#8221;}],&#8221;version&#8221;:&#8221;5.0.35&#8243;} &#8211;><p>The post <a href="https://beedash.com/catalog-updates-may-2026/">Catalog Updates May 2026</a> appeared first on <a href="https://beedash.com">Beedash</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Catalog Updates April 2026</title>
		<link>https://beedash.com/catalog-updates-april-2026/</link>
		
		<dc:creator><![CDATA[beedash]]></dc:creator>
		<pubDate>Wed, 20 May 2026 14:59:08 +0000</pubDate>
				<category><![CDATA[Vendor Updates]]></category>
		<guid isPermaLink="false">https://beedash.com/?p=8986</guid>

					<description><![CDATA[<p>NEW BRANDS, PRICE UPDATES, NEW PRODUCTS, DISCONTINUATIONS FROM BRANDS ACROSS THE INDUSTRY – GET MORE WITH CORESTACK Beedash Catalog Updates – April 2026 Notable Updates Price Updates R.F. Hunter Essendant Krowne Metal AMPTO Crown Steam Hoshizaki AAA Furniture Wholesale New Products UNOX Bakers Pride PizzaMaster Essendant APW Wyott Hamilton Beach Imperial Range Krowne Metal Discontinued [&#8230;]</p>
<p>The post <a href="https://beedash.com/catalog-updates-april-2026/">Catalog Updates April 2026</a> appeared first on <a href="https://beedash.com">Beedash</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h4>NEW BRANDS, PRICE UPDATES, NEW PRODUCTS, DISCONTINUATIONS FROM BRANDS ACROSS THE INDUSTRY – GET MORE WITH CORESTACK</h4>
<div>

    <!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Beedash Catalog Updates – April 2026</title>
    
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700&#038;family=Open+Sans:wght@400;600&#038;display=swap" rel="stylesheet">
    
    <style>
        :root {
            --beedash-green: #267864;
            --beedash-yellow: #fbb040;
            --beedash-cream: #feefd9;
            --beedash-navy: #030f3d;
            --white: #ffffff;
            --light-gray: #f4f9f7;
        }

        * { margin: 0; padding: 0; box-sizing: border-box; }

        body {
            font-family: 'Open Sans', sans-serif;
            color: var(--beedash-navy);
            line-height: 1.6;
        }

        h1, h2, h3 {
            font-family: 'Montserrat', sans-serif;
            font-weight: 700;
        }

        .header {
            background-color: var(--beedash-cream);
            padding: 40px 20px 28px;
            text-align: center;
        }

        .header-logo { max-width: 260px; margin-bottom: 12px; }
        .header h1 { font-size: 1.5rem; color: var(--beedash-navy); }

        .page-title {
            padding: 24px 20px;
            text-align: center;
            background: var(--white);
        }

        .page-title h2 {
            font-size: 1.35rem;
            color: var(--beedash-navy);
            margin-bottom: 6px;
        }

        .page-title .subtitle {
            font-family: 'Montserrat', sans-serif;
            font-weight: 600;
            color: var(--beedash-yellow);
            font-size: 0.7rem;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            max-width: 550px;
            margin: 0 auto;
        }

        .content-wrapper {
            max-width: 850px;
            margin: 0 auto;
            padding: 12px;
        }

        .main-card {
            background: var(--beedash-green);
            border-radius: 10px;
            padding: 12px;
        }

        .section-card {
            background: var(--white);
            border-radius: 8px;
            padding: 20px;
            margin-bottom: 12px;
        }

        .section-card:last-child { margin-bottom: 0; }

        .section-title {
            color: var(--beedash-green);
            font-size: 1.1rem;
            text-align: center;
            margin-bottom: 16px;
        }

        .logo-grid {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 30px;
            flex-wrap: wrap;
        }

        .logo-grid img {
            max-width: 140px;
            max-height: 80px;
            object-fit: contain;
        }

        .list-columns {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
        }

        .list-columns.three-col {
            grid-template-columns: 1fr 1fr 1fr;
        }

        .list-column ul { list-style: none; }

        .list-column li {
            padding: 5px 0 5px 16px;
            position: relative;
            border-bottom: 1px solid #eee;
            font-size: 0.85rem;
        }

        .list-column li:last-child { border-bottom: none; }

        .list-column li::before {
            content: "•";
            color: var(--beedash-yellow);
            font-weight: bold;
            position: absolute;
            left: 0;
        }

        .single-column .list-columns {
            grid-template-columns: 1fr;
            max-width: 350px;
            margin: 0 auto;
        }

        .cta-section {
            background: var(--light-gray);
            padding: 36px 20px;
            text-align: center;
        }

        .cta-icon { width: 50px; margin-bottom: 12px; }

        .cta-section h2 {
            color: var(--beedash-navy);
            font-size: 1.2rem;
            margin-bottom: 10px;
        }

        .cta-section p {
            max-width: 480px;
            margin: 0 auto 16px;
            color: #555;
            font-size: 0.9rem;
        }

        .cta-button {
            display: inline-block;
            background: var(--beedash-green);
            color: var(--white);
            padding: 10px 24px;
            border-radius: 6px;
            text-decoration: none;
            font-family: 'Montserrat', sans-serif;
            font-weight: 600;
            font-size: 0.85rem;
        }
    </style>
</head>
<body>
    <div class="content-wrapper">
        <div class="main-card">


            <!-- NOTABLE UPDATES -->
            <div class="section-card">
                <h3 class="section-title">Notable Updates</h3>
                <div class="logo-grid">
                    <img decoding="async" src="https://beedash.com/wp-content/uploads/2025/06/Krowne-Logo-scaled.png?x40075" alt="Krowne Metal">
                    <img decoding="async" src="https://beedash.com/wp-content/uploads/2023/02/Hoshizaki.png?x40075" alt="Hoshizaki">
                    <img decoding="async" src="https://beedash.com/wp-content/uploads/2023/02/RFHunter.png?x40075" alt="R.F. Hunter">
                </div>
            </div>

            <!-- PRICE UPDATES -->
            <div class="section-card single-column">
                <h3 class="section-title">Price Updates</h3>
                <div class="list-columns">
                    <div class="list-column">
                        <ul>
                            <li>R.F. Hunter</li>
                            <li>Essendant</li>
                            <li>Krowne Metal</li>
                            <li>AMPTO</li>
                            <li>Crown Steam</li>
                            <li>Hoshizaki</li>
                            <li>AAA Furniture Wholesale</li>
                        </ul>
                    </div>
                </div>
            </div>

            <!-- NEW PRODUCTS -->
            <div class="section-card single-column">
                <h3 class="section-title">New Products</h3>
                <div class="list-columns">
                    <div class="list-column">
                        <ul>
                            <li>UNOX</li>
                            <li>Bakers Pride</li>
                            <li>PizzaMaster</li>
                            <li>Essendant</li>
                            <li>APW Wyott</li>
                            <li>Hamilton Beach</li>
                            <li>Imperial Range</li>
                            <li>Krowne Metal</li>
                        </ul>
                    </div>
                </div>
            </div>

            <!-- DISCONTINUED PRODUCTS -->
            <div class="section-card">
                <h3 class="section-title">Discontinued Products</h3>
                <div class="list-columns">
                    <div class="list-column">
                        <ul>
                            <li>American Metalcraft</li>
                            <li>Bakers Pride</li>
                            <li>Krowne Metal</li>
                            <li>EVO</li>
                            <li>Follett</li>
                            <li>R.F. Hunter</li>
                            <li>Wunderbar</li>
                            <li>Thunder Group</li>
                            <li>Essendant</li>
                        </ul>
                    </div>
                    <div class="list-column">
                        <ul>
                            <li>AMPTO</li>
                            <li>Oneida Hospitality</li>
                            <li>International Tableware</li>
                            <li>APW Wyott</li>
                            <li>U-Line</li>
                            <li>Imperial Range</li>
                            <li>Star</li>
                            <li>Wells</li>
                            <li>AAA Furniture Wholesale</li>
                        </ul>
                    </div>
                </div>
            </div>

        </div>
    </div>
</body>
</html>
</div>
<img decoding="async" src="/wp-content/uploads/2021/08/icon-core.svg?x40075" alt="">
<h2><span>Experience Corestack Free for 14 Days</span></h2>
<div><p>See how easy it is to manage, price and distribute your product data across every channel.<br data-start="339" data-end="342" />Connect your catalog, explore integrations, and experience the Corestack difference—no commitment required.</p></div>
<div>

    <!-- Button -->
<div class="uk-flex uk-flex-center uk-flex-middle uk-margin">
  <a class="uk-button uk-button-primary" href="#corestack-trial-modal" uk-toggle>
    Request Free Trial
  </a>
</div>

<!-- Modal with iframe -->
<div id="corestack-trial-modal" class="uk-modal-full" uk-modal>
  <div class="uk-modal-dialog uk-modal-body uk-padding-remove">
    <button class="uk-modal-close-full uk-close-large" type="button" uk-close></button>

    <div class="uk-section uk-section-default" style="min-height:80vh">
      <div class="uk-container uk-container-small">
        <h2 class="uk-heading-medium uk-text-center uk-margin-small">Start Your Free Trial</h2>
        <p class="uk-text-lead uk-text-center uk-margin">No credit card required.</p>

        <!-- IFRAME form (HubSpot Share URL) -->
        <div class="uk-margin-large-top uk-text-center">
          <iframe
            id="cs-hs-iframe"
            src="https://share.hsforms.com/1/REPLACE_WITH_YOUR_SHARE_URL"
            title="Corestack Trial Request"
            style="width:100%; height:860px; border:0; overflow:auto;"
            loading="lazy"
            referrerpolicy="no-referrer-when-downgrade"
            allowtransparency="true">
          </iframe>
        </div>

        <!-- Fallback open-in-new-tab -->
        <div class="uk-text-center uk-margin-small">
          <a href="https://share.hsforms.com/1/REPLACE_WITH_YOUR_SHARE_URL" target="_blank" rel="nofollow" class="uk-text-meta">
            Having trouble? Open the form in a new tab
          </a>
        </div>
      </div>
    </div>
  </div>
</div>

</div>
<h2>Latest Posts</h2>
<div>

    







</div>

<span id="more-8986"></span>
<!-- {"type":"layout","children":[{"type":"section","props":{"image_position":"center-center","style":"default","title_breakpoint":"xl","title_position":"top-left","title_rotation":"left","vertical_align":"middle","width":"default"},"children":[{"type":"row","children":[{"type":"column","props":{"image_position":"center-center","position_sticky_breakpoint":"m"},"children":[{"type":"breadcrumbs","props":{"show_current":true,"show_home":true}}]}]}]},{"type":"section","props":{"image_position":"center-center","padding_bottom":"small","padding_top":"none","style":"default","title_breakpoint":"xl","title_position":"top-left","title_rotation":"left","vertical_align":"","width":""},"children":[{"type":"row","props":{"width":"default"},"children":[{"type":"column","props":{"image_position":"center-center","position_sticky_breakpoint":"m"},"children":[{"type":"headline","props":{"image_align":"left","image_margin":"xsmall","margin_top":"remove","text_align":"center","title_color":"emphasis","title_element":"h2"},"source":{"query":{"name":"posts.singlePost"},"props":{"content":{"filters":{"search":""},"name":"title"}}}},{"type":"headline","props":{"content":"NEW BRANDS, PRICE UPDATES, NEW PRODUCTS, DISCONTINUATIONS FROM BRANDS ACROSS THE INDUSTRY – GET MORE WITH CORESTACK","image_align":"left","image_margin":"xsmall","text_align":"center","title_color":"warning","title_element":"h4","title_font_family":"primary","title_style":"h4"}}]}]}],"name":"Post"},{"type":"section","props":{"image_position":"center-center","padding_top":"none","style":"default","title_breakpoint":"xl","title_position":"top-left","title_rotation":"left","vertical_align":"middle","width":"default"},"children":[{"type":"row","children":[{"type":"column","props":{"image_position":"center-center","position_sticky_breakpoint":"m"},"children":[{"type":"html","props":{"content":"<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Beedash Catalog Updates – April 2026</title>\n    \n    <link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>\n    <link href=\"https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700&family=Open+Sans:wght@400;600&display=swap\" rel=\"stylesheet\">\n    \n    <style>\n        :root {\n            --beedash-green: #267864;\n            --beedash-yellow: #fbb040;\n            --beedash-cream: #feefd9;\n            --beedash-navy: #030f3d;\n            --white: #ffffff;\n            --light-gray: #f4f9f7;\n        }\n\n        * { margin: 0; padding: 0; box-sizing: border-box; }\n\n        body {\n            font-family: 'Open Sans', sans-serif;\n            color: var(--beedash-navy);\n            line-height: 1.6;\n        }\n\n        h1, h2, h3 {\n            font-family: 'Montserrat', sans-serif;\n            font-weight: 700;\n        }\n\n        .header {\n            background-color: var(--beedash-cream);\n            padding: 40px 20px 28px;\n            text-align: center;\n        }\n\n        .header-logo { max-width: 260px; margin-bottom: 12px; }\n        .header h1 { font-size: 1.5rem; color: var(--beedash-navy); }\n\n        .page-title {\n            padding: 24px 20px;\n            text-align: center;\n            background: var(--white);\n        }\n\n        .page-title h2 {\n            font-size: 1.35rem;\n            color: var(--beedash-navy);\n            margin-bottom: 6px;\n        }\n\n        .page-title .subtitle {\n            font-family: 'Montserrat', sans-serif;\n            font-weight: 600;\n            color: var(--beedash-yellow);\n            font-size: 0.7rem;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n            max-width: 550px;\n            margin: 0 auto;\n        }\n\n        .content-wrapper {\n            max-width: 850px;\n            margin: 0 auto;\n            padding: 12px;\n        }\n\n        .main-card {\n            background: var(--beedash-green);\n            border-radius: 10px;\n            padding: 12px;\n        }\n\n        .section-card {\n            background: var(--white);\n            border-radius: 8px;\n            padding: 20px;\n            margin-bottom: 12px;\n        }\n\n        .section-card:last-child { margin-bottom: 0; }\n\n        .section-title {\n            color: var(--beedash-green);\n            font-size: 1.1rem;\n            text-align: center;\n            margin-bottom: 16px;\n        }\n\n        .logo-grid {\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            gap: 30px;\n            flex-wrap: wrap;\n        }\n\n        .logo-grid img {\n            max-width: 140px;\n            max-height: 80px;\n            object-fit: contain;\n        }\n\n        .list-columns {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 20px;\n        }\n\n        .list-columns.three-col {\n            grid-template-columns: 1fr 1fr 1fr;\n        }\n\n        .list-column ul { list-style: none; }\n\n        .list-column li {\n            padding: 5px 0 5px 16px;\n            position: relative;\n            border-bottom: 1px solid #eee;\n            font-size: 0.85rem;\n        }\n\n        .list-column li:last-child { border-bottom: none; }\n\n        .list-column li::before {\n            content: \"•\";\n            color: var(--beedash-yellow);\n            font-weight: bold;\n            position: absolute;\n            left: 0;\n        }\n\n        .single-column .list-columns {\n            grid-template-columns: 1fr;\n            max-width: 350px;\n            margin: 0 auto;\n        }\n\n        .cta-section {\n            background: var(--light-gray);\n            padding: 36px 20px;\n            text-align: center;\n        }\n\n        .cta-icon { width: 50px; margin-bottom: 12px; }\n\n        .cta-section h2 {\n            color: var(--beedash-navy);\n            font-size: 1.2rem;\n            margin-bottom: 10px;\n        }\n\n        .cta-section p {\n            max-width: 480px;\n            margin: 0 auto 16px;\n            color: #555;\n            font-size: 0.9rem;\n        }\n\n        .cta-button {\n            display: inline-block;\n            background: var(--beedash-green);\n            color: var(--white);\n            padding: 10px 24px;\n            border-radius: 6px;\n            text-decoration: none;\n            font-family: 'Montserrat', sans-serif;\n            font-weight: 600;\n            font-size: 0.85rem;\n        }\n    </style>\n</head>\n<body>\n    <div class=\"content-wrapper\">\n        <div class=\"main-card\">\n\n\n            <!-- NOTABLE UPDATES -->\n            <div class=\"section-card\">\n                <h3 class=\"section-title\">Notable Updates</h3>\n                <div class=\"logo-grid\">\n                    <img src=\"https://beedash.com/wp-content/uploads/2025/06/Krowne-Logo-scaled.png\" alt=\"Krowne Metal\">\n                    <img src=\"https://beedash.com/wp-content/uploads/2023/02/Hoshizaki.png\" alt=\"Hoshizaki\">\n                    <img src=\"https://beedash.com/wp-content/uploads/2023/02/RFHunter.png\" alt=\"R.F. Hunter\">\n                </div>\n            </div>\n\n            <!-- PRICE UPDATES -->\n            <div class=\"section-card single-column\">\n                <h3 class=\"section-title\">Price Updates</h3>\n                <div class=\"list-columns\">\n                    <div class=\"list-column\">\n                        <ul>\n                            <li>R.F. Hunter</li>\n                            <li>Essendant</li>\n                            <li>Krowne Metal</li>\n                            <li>AMPTO</li>\n                            <li>Crown Steam</li>\n                            <li>Hoshizaki</li>\n                            <li>AAA Furniture Wholesale</li>\n                        </ul>\n                    </div>\n                </div>\n            </div>\n\n            <!-- NEW PRODUCTS -->\n            <div class=\"section-card single-column\">\n                <h3 class=\"section-title\">New Products</h3>\n                <div class=\"list-columns\">\n                    <div class=\"list-column\">\n                        <ul>\n                            <li>UNOX</li>\n                            <li>Bakers Pride</li>\n                            <li>PizzaMaster</li>\n                            <li>Essendant</li>\n                            <li>APW Wyott</li>\n                            <li>Hamilton Beach</li>\n                            <li>Imperial Range</li>\n                            <li>Krowne Metal</li>\n                        </ul>\n                    </div>\n                </div>\n            </div>\n\n            <!-- DISCONTINUED PRODUCTS -->\n            <div class=\"section-card\">\n                <h3 class=\"section-title\">Discontinued Products</h3>\n                <div class=\"list-columns\">\n                    <div class=\"list-column\">\n                        <ul>\n                            <li>American Metalcraft</li>\n                            <li>Bakers Pride</li>\n                            <li>Krowne Metal</li>\n                            <li>EVO</li>\n                            <li>Follett</li>\n                            <li>R.F. Hunter</li>\n                            <li>Wunderbar</li>\n                            <li>Thunder Group</li>\n                            <li>Essendant</li>\n                        </ul>\n                    </div>\n                    <div class=\"list-column\">\n                        <ul>\n                            <li>AMPTO</li>\n                            <li>Oneida Hospitality</li>\n                            <li>International Tableware</li>\n                            <li>APW Wyott</li>\n                            <li>U-Line</li>\n                            <li>Imperial Range</li>\n                            <li>Star</li>\n                            <li>Wells</li>\n                            <li>AAA Furniture Wholesale</li>\n                        </ul>\n                    </div>\n                </div>\n            </div>\n\n        </div>\n    </div>\n</body>\n</html>&#8220;}}]}]}]},{&#8220;type&#8221;:&#8221;section&#8221;,&#8221;props&#8221;:{&#8220;animation&#8221;:&#8221;slide-bottom-medium&#8221;,&#8221;animation_delay&#8221;:&#8221;100&#8243;,&#8221;header_transparent&#8221;:true,&#8221;header_transparent_noplaceholder&#8221;:false,&#8221;header_transparent_text_color&#8221;:&#8221;dark&#8221;,&#8221;id&#8221;:&#8221;muted-green&#8221;,&#8221;image&#8221;:&#8221;wp-content/uploads/2021/08/pattern-white-extra.svg&#8221;,&#8221;image_position&#8221;:&#8221;center-center&#8221;,&#8221;image_size&#8221;:&#8221;cover&#8221;,&#8221;media_overlay&#8221;:&#8221;rgba(244, 249, 247, 0.59)&#8221;,&#8221;overlap&#8221;:true,&#8221;padding_bottom&#8221;:&#8221;large&#8221;,&#8221;padding_top&#8221;:&#8221;large&#8221;,&#8221;style&#8221;:&#8221;default&#8221;,&#8221;title_breakpoint&#8221;:&#8221;xl&#8221;,&#8221;title_position&#8221;:&#8221;top-left&#8221;,&#8221;title_rotation&#8221;:&#8221;left&#8221;,&#8221;vertical_align&#8221;:&#8221;&#8221;,&#8221;width&#8221;:&#8221;default&#8221;},&#8221;children&#8221;:[{&#8220;type&#8221;:&#8221;row&#8221;,&#8221;children&#8221;:[{&#8220;type&#8221;:&#8221;column&#8221;,&#8221;props&#8221;:{&#8220;image_position&#8221;:&#8221;center-center&#8221;,&#8221;position_sticky_breakpoint&#8221;:&#8221;m&#8221;},&#8221;children&#8221;:[{&#8220;type&#8221;:&#8221;image&#8221;,&#8221;props&#8221;:{&#8220;animation&#8221;:&#8221;parallax&#8221;,&#8221;image&#8221;:&#8221;wp-content/uploads/2021/08/icon-core.svg&#8221;,&#8221;image_svg_color&#8221;:&#8221;emphasis&#8221;,&#8221;image_width&#8221;:&#8221;80&#8243;,&#8221;margin_bottom&#8221;:&#8221;default&#8221;,&#8221;margin_top&#8221;:&#8221;default&#8221;,&#8221;parallax_easing&#8221;:&#8221;1&#8243;,&#8221;parallax_end&#8221;:&#8221;50vh + 50%&#8221;,&#8221;parallax_rotate&#8221;:&#8221;0,180&#8243;,&#8221;text_align&#8221;:&#8221;center&#8221;}},{&#8220;type&#8221;:&#8221;headline&#8221;,&#8221;props&#8221;:{&#8220;block_align&#8221;:&#8221;center&#8221;,&#8221;content&#8221;:&#8221;<span>Experience Corestack Free for 14 Days</span>&#8220;,&#8221;image_align&#8221;:&#8221;left&#8221;,&#8221;image_margin&#8221;:&#8221;xsmall&#8221;,&#8221;text_align&#8221;:&#8221;center&#8221;,&#8221;title_element&#8221;:&#8221;h2&#8243;}}]}]},{&#8220;type&#8221;:&#8221;row&#8221;,&#8221;children&#8221;:[{&#8220;type&#8221;:&#8221;column&#8221;,&#8221;props&#8221;:{&#8220;image_position&#8221;:&#8221;center-center&#8221;,&#8221;position_sticky_breakpoint&#8221;:&#8221;m&#8221;},&#8221;children&#8221;:[{&#8220;type&#8221;:&#8221;text&#8221;,&#8221;props&#8221;:{&#8220;column_breakpoint&#8221;:&#8221;m&#8221;,&#8221;content&#8221;:&#8221;<p>See how easy it is to manage, price and distribute your product data across every channel.<br data-start=\"339\" data-end=\"342\" />Connect your catalog, explore integrations, and experience the Corestack difference—no commitment required.</p>&#8220;,&#8221;margin_bottom&#8221;:&#8221;default&#8221;,&#8221;margin_top&#8221;:&#8221;default&#8221;,&#8221;text_align&#8221;:&#8221;center&#8221;,&#8221;text_style&#8221;:&#8221;lead&#8221;}},{&#8220;type&#8221;:&#8221;html&#8221;,&#8221;props&#8221;:{&#8220;content&#8221;:&#8221;<!-- Button -->\n<div class=\"uk-flex uk-flex-center uk-flex-middle uk-margin\">\n  <a class=\"uk-button uk-button-primary\" href=\"#corestack-trial-modal\" uk-toggle>\n    Request Free Trial\n  </a>\n</div>\n\n<!-- Modal with iframe -->\n<div id=\"corestack-trial-modal\" class=\"uk-modal-full\" uk-modal>\n  <div class=\"uk-modal-dialog uk-modal-body uk-padding-remove\">\n    <button class=\"uk-modal-close-full uk-close-large\" type=\"button\" uk-close></button>\n\n    <div class=\"uk-section uk-section-default\" style=\"min-height:80vh\">\n      <div class=\"uk-container uk-container-small\">\n        <h2 class=\"uk-heading-medium uk-text-center uk-margin-small\">Start Your Free Trial</h2>\n        <p class=\"uk-text-lead uk-text-center uk-margin\">No credit card required.</p>\n\n        <!-- IFRAME form (HubSpot Share URL) -->\n        <div class=\"uk-margin-large-top uk-text-center\">\n          <iframe\n            id=\"cs-hs-iframe\"\n            src=\"https://share.hsforms.com/1/REPLACE_WITH_YOUR_SHARE_URL\"\n            title=\"Corestack Trial Request\"\n            style=\"width:100%; height:860px; border:0; overflow:auto;\"\n            loading=\"lazy\"\n            referrerpolicy=\"no-referrer-when-downgrade\"\n            allowtransparency=\"true\">\n          </iframe>\n        </div>\n\n        <!-- Fallback open-in-new-tab -->\n        <div class=\"uk-text-center uk-margin-small\">\n          <a href=\"https://share.hsforms.com/1/REPLACE_WITH_YOUR_SHARE_URL\" target=\"_blank\" rel=\"nofollow\" class=\"uk-text-meta\">\n            Having trouble? Open the form in a new tab\n          </a>\n        </div>\n      </div>\n    </div>\n  </div>\n</div>\n&#8221;}}]}]}],&#8221;name&#8221;:&#8221;Contact section &#8211; muted green pattern&#8221;},{&#8220;type&#8221;:&#8221;section&#8221;,&#8221;props&#8221;:{&#8220;image_position&#8221;:&#8221;center-center&#8221;,&#8221;padding_bottom&#8221;:&#8221;large&#8221;,&#8221;padding_top&#8221;:&#8221;large&#8221;,&#8221;preserve_color&#8221;:false,&#8221;style&#8221;:&#8221;muted&#8221;,&#8221;title_breakpoint&#8221;:&#8221;xl&#8221;,&#8221;title_position&#8221;:&#8221;top-left&#8221;,&#8221;title_rotation&#8221;:&#8221;left&#8221;,&#8221;vertical_align&#8221;:&#8221;&#8221;,&#8221;width&#8221;:&#8221;default&#8221;},&#8221;children&#8221;:[{&#8220;type&#8221;:&#8221;row&#8221;,&#8221;children&#8221;:[{&#8220;type&#8221;:&#8221;column&#8221;,&#8221;props&#8221;:{&#8220;image_position&#8221;:&#8221;center-center&#8221;,&#8221;position_sticky_breakpoint&#8221;:&#8221;m&#8221;},&#8221;children&#8221;:[{&#8220;type&#8221;:&#8221;headline&#8221;,&#8221;props&#8221;:{&#8220;content&#8221;:&#8221;Latest Posts&#8221;,&#8221;image_align&#8221;:&#8221;left&#8221;,&#8221;image_margin&#8221;:&#8221;xsmall&#8221;,&#8221;margin_bottom&#8221;:&#8221;medium&#8221;,&#8221;margin_top&#8221;:&#8221;medium&#8221;,&#8221;text_align&#8221;:&#8221;center&#8221;,&#8221;title_element&#8221;:&#8221;h2&#8243;}},{&#8220;type&#8221;:&#8221;grid&#8221;,&#8221;props&#8221;:{&#8220;block_align&#8221;:&#8221;center&#8221;,&#8221;content_column_breakpoint&#8221;:&#8221;m&#8221;,&#8221;css&#8221;:&#8221;@media (max-width: 959px) {\n\t.el-element > * > :nth-child(3n+0) { display: none; }\n}&#8221;,&#8221;filter_align&#8221;:&#8221;left&#8221;,&#8221;filter_all&#8221;:true,&#8221;filter_grid_breakpoint&#8221;:&#8221;m&#8221;,&#8221;filter_grid_width&#8221;:&#8221;auto&#8221;,&#8221;filter_position&#8221;:&#8221;top&#8221;,&#8221;filter_style&#8221;:&#8221;tab&#8221;,&#8221;grid_default&#8221;:&#8221;1&#8243;,&#8221;grid_medium&#8221;:&#8221;3&#8243;,&#8221;grid_small&#8221;:&#8221;2&#8243;,&#8221;image_align&#8221;:&#8221;top&#8221;,&#8221;image_grid_breakpoint&#8221;:&#8221;m&#8221;,&#8221;image_grid_width&#8221;:&#8221;1-2&#8243;,&#8221;image_svg_color&#8221;:&#8221;emphasis&#8221;,&#8221;image_width&#8221;:&#8221;610&#8243;,&#8221;item_animation&#8221;:true,&#8221;lightbox_bg_close&#8221;:true,&#8221;link_style&#8221;:&#8221;text&#8221;,&#8221;link_text&#8221;:&#8221;Read more&#8221;,&#8221;margin_bottom&#8221;:&#8221;default&#8221;,&#8221;margin_top&#8221;:&#8221;default&#8221;,&#8221;meta_align&#8221;:&#8221;above-title&#8221;,&#8221;meta_color&#8221;:&#8221;muted&#8221;,&#8221;meta_element&#8221;:&#8221;div&#8221;,&#8221;meta_style&#8221;:&#8221;&#8221;,&#8221;panel_image_no_padding&#8221;:true,&#8221;panel_link&#8221;:true,&#8221;panel_link_hover&#8221;:&#8221;true&#8221;,&#8221;panel_padding&#8221;:&#8221;default&#8221;,&#8221;panel_style&#8221;:&#8221;card-default&#8221;,&#8221;parallax_easing&#8221;:&#8221;1&#8243;,&#8221;show_content&#8221;:true,&#8221;show_hover_image&#8221;:true,&#8221;show_hover_video&#8221;:true,&#8221;show_image&#8221;:true,&#8221;show_link&#8221;:true,&#8221;show_meta&#8221;:true,&#8221;show_title&#8221;:true,&#8221;show_video&#8221;:true,&#8221;text_align&#8221;:&#8221;center&#8221;,&#8221;title_align&#8221;:&#8221;top&#8221;,&#8221;title_element&#8221;:&#8221;h3&#8243;,&#8221;title_grid_breakpoint&#8221;:&#8221;m&#8221;,&#8221;title_grid_width&#8221;:&#8221;1-2&#8243;,&#8221;title_hover_style&#8221;:&#8221;reset&#8221;,&#8221;title_link&#8221;:true,&#8221;title_style&#8221;:&#8221;h4&#8243;},&#8221;children&#8221;:[{&#8220;type&#8221;:&#8221;grid_item&#8221;,&#8221;props&#8221;:{&#8220;content&#8221;:&#8221;&#8221;},&#8221;source&#8221;:{&#8220;query&#8221;:{&#8220;name&#8221;:&#8221;posts.singlePost&#8221;,&#8221;field&#8221;:{&#8220;name&#8221;:&#8221;relatedPosts&#8221;,&#8221;arguments&#8221;:{&#8220;category&#8221;:&#8221;&#8221;,&#8221;limit&#8221;:3,&#8221;order&#8221;:&#8221;date&#8221;,&#8221;order_direction&#8221;:&#8221;DESC&#8221;,&#8221;author&#8221;:&#8221;&#8221;,&#8221;post_tag&#8221;:&#8221;&#8221;,&#8221;offset&#8221;:0}}},&#8221;props&#8221;:{&#8220;title&#8221;:{&#8220;name&#8221;:&#8221;title&#8221;},&#8221;link&#8221;:{&#8220;name&#8221;:&#8221;link&#8221;},&#8221;image&#8221;:{&#8220;name&#8221;:&#8221;field.intro_image.url&#8221;},&#8221;meta&#8221;:{&#8220;filters&#8221;:{&#8220;search&#8221;:&#8221;&#8221;,&#8221;date&#8221;:&#8221;d F, Y&#8221;},&#8221;name&#8221;:&#8221;date&#8221;}}}}]}]}]}],&#8221;name&#8221;:&#8221;Latest Posts&#8221;}],&#8221;version&#8221;:&#8221;5.0.22&#8243;} &#8211;><p>The post <a href="https://beedash.com/catalog-updates-april-2026/">Catalog Updates April 2026</a> appeared first on <a href="https://beedash.com">Beedash</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Catalog Updates March 2026</title>
		<link>https://beedash.com/corestack-catalog-updates-march-2026/</link>
		
		<dc:creator><![CDATA[beedash]]></dc:creator>
		<pubDate>Thu, 16 Apr 2026 14:05:38 +0000</pubDate>
				<category><![CDATA[Vendor Updates]]></category>
		<guid isPermaLink="false">https://beedash.com/?p=8955</guid>

					<description><![CDATA[<p>Vendor Updates NEW BRANDS, PRICE UPDATES, NEW PRODUCTS, DISCONTINUATIONS FROM BRANDS ACROSS THE INDUSTRY – GET MORE WITH CORESTACK Beedash Catalog Updates – March 2026 New Manufacturer Notable Updates Price Updates Channel Manufacturing Arc Cardinal ITV Ice Makers Dukers USA True Manufacturing T&#038;S Brass Infrico Skyfood Equipment AllPoints Foodservice Parts &#038; Supplies Thunder Group CAC [&#8230;]</p>
<p>The post <a href="https://beedash.com/corestack-catalog-updates-march-2026/">Catalog Updates March 2026</a> appeared first on <a href="https://beedash.com">Beedash</a>.</p>
]]></description>
										<content:encoded><![CDATA[<img decoding="async" src="/wp-content/uploads/2022/05/corestack.svg?x40075" alt="">
<h1>Vendor Updates</h1>
<h4>NEW BRANDS, PRICE UPDATES, NEW PRODUCTS, DISCONTINUATIONS FROM BRANDS ACROSS THE INDUSTRY – GET MORE WITH CORESTACK</h4>
<div>

    <!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Beedash Catalog Updates – March 2026</title>
    
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700&#038;family=Open+Sans:wght@400;600&#038;display=swap" rel="stylesheet">
    
    <style>
        :root {
            --beedash-green: #267864;
            --beedash-yellow: #fbb040;
            --beedash-cream: #feefd9;
            --beedash-navy: #030f3d;
            --white: #ffffff;
            --light-gray: #f4f9f7;
        }

        * { margin: 0; padding: 0; box-sizing: border-box; }

        body {
            font-family: 'Open Sans', sans-serif;
            color: var(--beedash-navy);
            line-height: 1.6;
        }

        h1, h2, h3 {
            font-family: 'Montserrat', sans-serif;
            font-weight: 700;
        }

        .header {
            background-color: var(--beedash-cream);
            padding: 40px 20px 28px;
            text-align: center;
        }

        .header-logo { max-width: 260px; margin-bottom: 12px; }
        .header h1 { font-size: 1.5rem; color: var(--beedash-navy); }

        .page-title {
            padding: 24px 20px;
            text-align: center;
            background: var(--white);
        }

        .page-title h2 {
            font-size: 1.35rem;
            color: var(--beedash-navy);
            margin-bottom: 6px;
        }

        .page-title .subtitle {
            font-family: 'Montserrat', sans-serif;
            font-weight: 600;
            color: var(--beedash-yellow);
            font-size: 0.7rem;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            max-width: 550px;
            margin: 0 auto;
        }

        .content-wrapper {
            max-width: 850px;
            margin: 0 auto;
            padding: 12px;
        }

        .main-card {
            background: var(--beedash-green);
            border-radius: 10px;
            padding: 12px;
        }

        .section-card {
            background: var(--white);
            border-radius: 8px;
            padding: 20px;
            margin-bottom: 12px;
        }

        .section-card:last-child { margin-bottom: 0; }

        .section-title {
            color: var(--beedash-green);
            font-size: 1.1rem;
            text-align: center;
            margin-bottom: 16px;
        }

        .logo-grid {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 30px;
            flex-wrap: wrap;
        }

        .logo-grid img {
            max-width: 140px;
            max-height: 80px;
            object-fit: contain;
        }

        .list-columns {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
        }

        .list-columns.three-col {
            grid-template-columns: 1fr 1fr 1fr;
        }

        .list-column ul { list-style: none; }

        .list-column li {
            padding: 5px 0 5px 16px;
            position: relative;
            border-bottom: 1px solid #eee;
            font-size: 0.85rem;
        }

        .list-column li:last-child { border-bottom: none; }

        .list-column li::before {
            content: "•";
            color: var(--beedash-yellow);
            font-weight: bold;
            position: absolute;
            left: 0;
        }

        .single-column .list-columns {
            grid-template-columns: 1fr;
            max-width: 350px;
            margin: 0 auto;
        }

        .cta-section {
            background: var(--light-gray);
            padding: 36px 20px;
            text-align: center;
        }

        .cta-icon { width: 50px; margin-bottom: 12px; }

        .cta-section h2 {
            color: var(--beedash-navy);
            font-size: 1.2rem;
            margin-bottom: 10px;
        }

        .cta-section p {
            max-width: 480px;
            margin: 0 auto 16px;
            color: #555;
            font-size: 0.9rem;
        }

        .cta-button {
            display: inline-block;
            background: var(--beedash-green);
            color: var(--white);
            padding: 10px 24px;
            border-radius: 6px;
            text-decoration: none;
            font-family: 'Montserrat', sans-serif;
            font-weight: 600;
            font-size: 0.85rem;
        }
    </style>
</head>
<body>
    <div class="content-wrapper">
        <div class="main-card">

            <!-- NEW MANUFACTURER -->
            <div class="section-card">
                <h3 class="section-title">New Manufacturer</h3>
                <div class="logo-grid">
                    <img decoding="async" src="https://beedash.com/wp-content/uploads/2026/04/PizzaMaster_Logotype_Globe-002.png?x40075" alt="PizzaMaster">
                </div>
            </div>

            <!-- NOTABLE UPDATES -->
            <div class="section-card">
                <h3 class="section-title">Notable Updates</h3>
                <div class="logo-grid">
                    <img decoding="async" src="https://beedash.com/wp-content/uploads/2025/07/True-Manufacturing.jpg?x40075" alt="True Manufacturing">
                    <img decoding="async" src="https://beedash.com/wp-content/uploads/2026/04/channel-logo.png?x40075" alt="Channel Manufacturing">
                    <img decoding="async" src="https://beedash.com/wp-content/uploads/2026/04/cac-logo-19_2.png?x40075" alt="CAC China">
                </div>
            </div>

            <!-- PRICE UPDATES -->
            <div class="section-card">
                <h3 class="section-title">Price Updates</h3>
                <div class="list-columns three-col">
                    <div class="list-column">
                        <ul>
                            <li>Channel Manufacturing</li>
                            <li>Arc Cardinal</li>
                            <li>ITV Ice Makers</li>
                            <li>Dukers USA</li>
                            <li>True Manufacturing</li>
                        </ul>
                    </div>
                    <div class="list-column">
                        <ul>
                            <li>T&#038;S Brass</li>
                            <li>Infrico</li>
                            <li>Skyfood Equipment</li>
                            <li>AllPoints Foodservice Parts &#038; Supplies</li>
                            <li>Thunder Group</li>
                        </ul>
                    </div>
                    <div class="list-column">
                        <ul>
                            <li>CAC China</li>
                            <li>Continental Refrigerator</li>
                            <li>Oneida Hospitality</li>
                            <li>Update International</li>
                            <li>Focus Foodservice</li>
                        </ul>
                    </div>
                </div>
            </div>

            <!-- NEW PRODUCTS -->
            <div class="section-card single-column">
                <h3 class="section-title">New Products</h3>
                <div class="list-columns">
                    <div class="list-column">
                        <ul>
                            <li>Traulsen</li>
                            <li>T&#038;S Brass</li>
                            <li>Chef Works</li>
                            <li>AMPTO</li>
                            <li>Varimixer</li>
                            <li>Marsal Ovens</li>
                            <li>Adcraft – Admiral Craft Equipment</li>
                            <li>Wells</li>
                        </ul>
                    </div>
                </div>
            </div>

            <!-- DISCONTINUED PRODUCTS -->
            <div class="section-card">
                <h3 class="section-title">Discontinued Products</h3>
                <div class="list-columns">
                    <div class="list-column">
                        <ul>
                            <li>Globe</li>
                            <li>International Tableware</li>
                            <li>Arc Cardinal</li>
                            <li>Dukers USA</li>
                            <li>Infrico</li>
                            <li>T&#038;S Brass</li>
                        </ul>
                    </div>
                    <div class="list-column">
                        <ul>
                            <li>AllPoints Foodservice Parts &#038; Supplies</li>
                            <li>Skyfood Equipment</li>
                            <li>Royal Industries</li>
                            <li>Victory Refrigeration</li>
                            <li>Vollrath</li>
                            <li>Wells</li>
                        </ul>
                    </div>
                </div>
            </div>

        </div>
    </div>
</body>
</html>
</div>
<img decoding="async" src="/wp-content/uploads/2021/08/icon-core.svg?x40075" alt="">
<h2><span>Experience Corestack Free for 14 Days</span></h2>
<div><p>See how easy it is to manage, price and distribute your product data across every channel.<br data-start="339" data-end="342" />Connect your catalog, explore integrations, and experience the Corestack difference—no commitment required.</p></div>
<div>

    <!-- Button -->
<div class="uk-flex uk-flex-center uk-flex-middle uk-margin">
  <a class="uk-button uk-button-primary" href="#corestack-trial-modal" uk-toggle>
    Request Free Trial
  </a>
</div>

<!-- Modal with iframe -->
<div id="corestack-trial-modal" class="uk-modal-full" uk-modal>
  <div class="uk-modal-dialog uk-modal-body uk-padding-remove">
    <button class="uk-modal-close-full uk-close-large" type="button" uk-close></button>

    <div class="uk-section uk-section-default" style="min-height:80vh">
      <div class="uk-container uk-container-small">
        <h2 class="uk-heading-medium uk-text-center uk-margin-small">Start Your Free Trial</h2>
        <p class="uk-text-lead uk-text-center uk-margin">No credit card required.</p>

        <!-- IFRAME form (HubSpot Share URL) -->
        <div class="uk-margin-large-top uk-text-center">
          <iframe
            id="cs-hs-iframe"
            src="https://share.hsforms.com/1/REPLACE_WITH_YOUR_SHARE_URL"
            title="Corestack Trial Request"
            style="width:100%; height:860px; border:0; overflow:auto;"
            loading="lazy"
            referrerpolicy="no-referrer-when-downgrade"
            allowtransparency="true">
          </iframe>
        </div>

        <!-- Fallback open-in-new-tab -->
        <div class="uk-text-center uk-margin-small">
          <a href="https://share.hsforms.com/1/REPLACE_WITH_YOUR_SHARE_URL" target="_blank" rel="nofollow" class="uk-text-meta">
            Having trouble? Open the form in a new tab
          </a>
        </div>
      </div>
    </div>
  </div>
</div>

</div>
<h2>Latest Posts</h2>
<div>

    







</div>

<span id="more-8955"></span>
<!-- {"type":"layout","children":[{"type":"section","props":{"css":".el-section > [class*='uk-background-'] {\n    height: 55vh;\n    max-height: 350px; \n}\n","header_transparent_noplaceholder":true,"image":"wp-content/uploads/2024/03/BD_Grow-Together_Website-Background_V01-22.svg","image_position":"center-center","media_background":"#FEEFD9","media_overlay":"#FEEFD9","padding_bottom":"none","style":"default","title_breakpoint":"xl","title_position":"top-left","title_rotation":"left","vertical_align":"","width":""},"children":[{"type":"row","children":[{"type":"column","props":{"image_position":"center-center","position_sticky_breakpoint":"m"},"children":[{"type":"image","props":{"image":"wp-content/uploads/2022/05/corestack.svg","image_svg_color":"emphasis","margin_bottom":"default","margin_top":"default","text_align":"center"}},{"type":"headline","props":{"content":"Vendor Updates","image_align":"left","image_margin":"xsmall","margin_bottom":"remove","text_align":"center","title_element":"h1","title_font_family":"primary","title_style":"h2"}}]}],"props":{"alignment":"center"}}],"source":{"query":{"name":"posts.singlePost"}},"name":"Image"},{"type":"section","props":{"image_position":"center-center","style":"default","title_breakpoint":"xl","title_position":"top-left","title_rotation":"left","vertical_align":"middle","width":"default"},"children":[{"type":"row","children":[{"type":"column","props":{"image_position":"center-center","position_sticky_breakpoint":"m"},"children":[{"type":"breadcrumbs","props":{"show_current":true,"show_home":true}}]}]}]},{"type":"section","props":{"image_position":"center-center","padding_bottom":"small","padding_top":"none","style":"default","title_breakpoint":"xl","title_position":"top-left","title_rotation":"left","vertical_align":"","width":""},"children":[{"type":"row","props":{"width":"default"},"children":[{"type":"column","props":{"image_position":"center-center","position_sticky_breakpoint":"m"},"children":[{"type":"headline","props":{"image_align":"left","image_margin":"xsmall","margin_top":"remove","text_align":"center","title_color":"emphasis","title_element":"h2"},"source":{"query":{"name":"posts.singlePost"},"props":{"content":{"filters":{"search":""},"name":"title"}}}},{"type":"headline","props":{"content":"NEW BRANDS, PRICE UPDATES, NEW PRODUCTS, DISCONTINUATIONS FROM BRANDS ACROSS THE INDUSTRY – GET MORE WITH CORESTACK","image_align":"left","image_margin":"xsmall","text_align":"center","title_color":"warning","title_element":"h4","title_font_family":"primary","title_style":"h4"}}]}]}],"name":"Post"},{"type":"section","props":{"image_position":"center-center","padding_top":"none","style":"default","title_breakpoint":"xl","title_position":"top-left","title_rotation":"left","vertical_align":"middle","width":"default"},"children":[{"type":"row","children":[{"type":"column","props":{"image_position":"center-center","position_sticky_breakpoint":"m"},"children":[{"type":"html","props":{"content":"<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Beedash Catalog Updates – March 2026</title>\n    \n    <link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>\n    <link href=\"https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700&family=Open+Sans:wght@400;600&display=swap\" rel=\"stylesheet\">\n    \n    <style>\n        :root {\n            --beedash-green: #267864;\n            --beedash-yellow: #fbb040;\n            --beedash-cream: #feefd9;\n            --beedash-navy: #030f3d;\n            --white: #ffffff;\n            --light-gray: #f4f9f7;\n        }\n\n        * { margin: 0; padding: 0; box-sizing: border-box; }\n\n        body {\n            font-family: 'Open Sans', sans-serif;\n            color: var(--beedash-navy);\n            line-height: 1.6;\n        }\n\n        h1, h2, h3 {\n            font-family: 'Montserrat', sans-serif;\n            font-weight: 700;\n        }\n\n        .header {\n            background-color: var(--beedash-cream);\n            padding: 40px 20px 28px;\n            text-align: center;\n        }\n\n        .header-logo { max-width: 260px; margin-bottom: 12px; }\n        .header h1 { font-size: 1.5rem; color: var(--beedash-navy); }\n\n        .page-title {\n            padding: 24px 20px;\n            text-align: center;\n            background: var(--white);\n        }\n\n        .page-title h2 {\n            font-size: 1.35rem;\n            color: var(--beedash-navy);\n            margin-bottom: 6px;\n        }\n\n        .page-title .subtitle {\n            font-family: 'Montserrat', sans-serif;\n            font-weight: 600;\n            color: var(--beedash-yellow);\n            font-size: 0.7rem;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n            max-width: 550px;\n            margin: 0 auto;\n        }\n\n        .content-wrapper {\n            max-width: 850px;\n            margin: 0 auto;\n            padding: 12px;\n        }\n\n        .main-card {\n            background: var(--beedash-green);\n            border-radius: 10px;\n            padding: 12px;\n        }\n\n        .section-card {\n            background: var(--white);\n            border-radius: 8px;\n            padding: 20px;\n            margin-bottom: 12px;\n        }\n\n        .section-card:last-child { margin-bottom: 0; }\n\n        .section-title {\n            color: var(--beedash-green);\n            font-size: 1.1rem;\n            text-align: center;\n            margin-bottom: 16px;\n        }\n\n        .logo-grid {\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            gap: 30px;\n            flex-wrap: wrap;\n        }\n\n        .logo-grid img {\n            max-width: 140px;\n            max-height: 80px;\n            object-fit: contain;\n        }\n\n        .list-columns {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 20px;\n        }\n\n        .list-columns.three-col {\n            grid-template-columns: 1fr 1fr 1fr;\n        }\n\n        .list-column ul { list-style: none; }\n\n        .list-column li {\n            padding: 5px 0 5px 16px;\n            position: relative;\n            border-bottom: 1px solid #eee;\n            font-size: 0.85rem;\n        }\n\n        .list-column li:last-child { border-bottom: none; }\n\n        .list-column li::before {\n            content: \"•\";\n            color: var(--beedash-yellow);\n            font-weight: bold;\n            position: absolute;\n            left: 0;\n        }\n\n        .single-column .list-columns {\n            grid-template-columns: 1fr;\n            max-width: 350px;\n            margin: 0 auto;\n        }\n\n        .cta-section {\n            background: var(--light-gray);\n            padding: 36px 20px;\n            text-align: center;\n        }\n\n        .cta-icon { width: 50px; margin-bottom: 12px; }\n\n        .cta-section h2 {\n            color: var(--beedash-navy);\n            font-size: 1.2rem;\n            margin-bottom: 10px;\n        }\n\n        .cta-section p {\n            max-width: 480px;\n            margin: 0 auto 16px;\n            color: #555;\n            font-size: 0.9rem;\n        }\n\n        .cta-button {\n            display: inline-block;\n            background: var(--beedash-green);\n            color: var(--white);\n            padding: 10px 24px;\n            border-radius: 6px;\n            text-decoration: none;\n            font-family: 'Montserrat', sans-serif;\n            font-weight: 600;\n            font-size: 0.85rem;\n        }\n    </style>\n</head>\n<body>\n    <div class=\"content-wrapper\">\n        <div class=\"main-card\">\n\n            <!-- NEW MANUFACTURER -->\n            <div class=\"section-card\">\n                <h3 class=\"section-title\">New Manufacturer</h3>\n                <div class=\"logo-grid\">\n                    <img src=\"https://beedash.com/wp-content/uploads/2026/04/PizzaMaster_Logotype_Globe-002.png\" alt=\"PizzaMaster\">\n                </div>\n            </div>\n\n            <!-- NOTABLE UPDATES -->\n            <div class=\"section-card\">\n                <h3 class=\"section-title\">Notable Updates</h3>\n                <div class=\"logo-grid\">\n                    <img src=\"https://beedash.com/wp-content/uploads/2025/07/True-Manufacturing.jpg\" alt=\"True Manufacturing\">\n                    <img src=\"https://beedash.com/wp-content/uploads/2026/04/channel-logo.png\" alt=\"Channel Manufacturing\">\n                    <img src=\"https://beedash.com/wp-content/uploads/2026/04/cac-logo-19_2.png\" alt=\"CAC China\">\n                </div>\n            </div>\n\n            <!-- PRICE UPDATES -->\n            <div class=\"section-card\">\n                <h3 class=\"section-title\">Price Updates</h3>\n                <div class=\"list-columns three-col\">\n                    <div class=\"list-column\">\n                        <ul>\n                            <li>Channel Manufacturing</li>\n                            <li>Arc Cardinal</li>\n                            <li>ITV Ice Makers</li>\n                            <li>Dukers USA</li>\n                            <li>True Manufacturing</li>\n                        </ul>\n                    </div>\n                    <div class=\"list-column\">\n                        <ul>\n                            <li>T&#038;S Brass</li>\n                            <li>Infrico</li>\n                            <li>Skyfood Equipment</li>\n                            <li>AllPoints Foodservice Parts &#038; Supplies</li>\n                            <li>Thunder Group</li>\n                        </ul>\n                    </div>\n                    <div class=\"list-column\">\n                        <ul>\n                            <li>CAC China</li>\n                            <li>Continental Refrigerator</li>\n                            <li>Oneida Hospitality</li>\n                            <li>Update International</li>\n                            <li>Focus Foodservice</li>\n                        </ul>\n                    </div>\n                </div>\n            </div>\n\n            <!-- NEW PRODUCTS -->\n            <div class=\"section-card single-column\">\n                <h3 class=\"section-title\">New Products</h3>\n                <div class=\"list-columns\">\n                    <div class=\"list-column\">\n                        <ul>\n                            <li>Traulsen</li>\n                            <li>T&#038;S Brass</li>\n                            <li>Chef Works</li>\n                            <li>AMPTO</li>\n                            <li>Varimixer</li>\n                            <li>Marsal Ovens</li>\n                            <li>Adcraft – Admiral Craft Equipment</li>\n                            <li>Wells</li>\n                        </ul>\n                    </div>\n                </div>\n            </div>\n\n            <!-- DISCONTINUED PRODUCTS -->\n            <div class=\"section-card\">\n                <h3 class=\"section-title\">Discontinued Products</h3>\n                <div class=\"list-columns\">\n                    <div class=\"list-column\">\n                        <ul>\n                            <li>Globe</li>\n                            <li>International Tableware</li>\n                            <li>Arc Cardinal</li>\n                            <li>Dukers USA</li>\n                            <li>Infrico</li>\n                            <li>T&#038;S Brass</li>\n                        </ul>\n                    </div>\n                    <div class=\"list-column\">\n                        <ul>\n                            <li>AllPoints Foodservice Parts &#038; Supplies</li>\n                            <li>Skyfood Equipment</li>\n                            <li>Royal Industries</li>\n                            <li>Victory Refrigeration</li>\n                            <li>Vollrath</li>\n                            <li>Wells</li>\n                        </ul>\n                    </div>\n                </div>\n            </div>\n\n        </div>\n    </div>\n</body>\n</html>&#8220;}}]}]}]},{&#8220;type&#8221;:&#8221;section&#8221;,&#8221;props&#8221;:{&#8220;animation&#8221;:&#8221;slide-bottom-medium&#8221;,&#8221;animation_delay&#8221;:&#8221;100&#8243;,&#8221;header_transparent&#8221;:true,&#8221;header_transparent_noplaceholder&#8221;:false,&#8221;header_transparent_text_color&#8221;:&#8221;dark&#8221;,&#8221;id&#8221;:&#8221;muted-green&#8221;,&#8221;image&#8221;:&#8221;wp-content/uploads/2021/08/pattern-white-extra.svg&#8221;,&#8221;image_position&#8221;:&#8221;center-center&#8221;,&#8221;image_size&#8221;:&#8221;cover&#8221;,&#8221;media_overlay&#8221;:&#8221;rgba(244, 249, 247, 0.59)&#8221;,&#8221;overlap&#8221;:true,&#8221;padding_bottom&#8221;:&#8221;large&#8221;,&#8221;padding_top&#8221;:&#8221;large&#8221;,&#8221;style&#8221;:&#8221;default&#8221;,&#8221;title_breakpoint&#8221;:&#8221;xl&#8221;,&#8221;title_position&#8221;:&#8221;top-left&#8221;,&#8221;title_rotation&#8221;:&#8221;left&#8221;,&#8221;vertical_align&#8221;:&#8221;&#8221;,&#8221;width&#8221;:&#8221;default&#8221;},&#8221;children&#8221;:[{&#8220;type&#8221;:&#8221;row&#8221;,&#8221;children&#8221;:[{&#8220;type&#8221;:&#8221;column&#8221;,&#8221;props&#8221;:{&#8220;image_position&#8221;:&#8221;center-center&#8221;,&#8221;position_sticky_breakpoint&#8221;:&#8221;m&#8221;},&#8221;children&#8221;:[{&#8220;type&#8221;:&#8221;image&#8221;,&#8221;props&#8221;:{&#8220;animation&#8221;:&#8221;parallax&#8221;,&#8221;image&#8221;:&#8221;wp-content/uploads/2021/08/icon-core.svg&#8221;,&#8221;image_svg_color&#8221;:&#8221;emphasis&#8221;,&#8221;image_width&#8221;:&#8221;80&#8243;,&#8221;margin_bottom&#8221;:&#8221;default&#8221;,&#8221;margin_top&#8221;:&#8221;default&#8221;,&#8221;parallax_easing&#8221;:&#8221;1&#8243;,&#8221;parallax_end&#8221;:&#8221;50vh + 50%&#8221;,&#8221;parallax_rotate&#8221;:&#8221;0,180&#8243;,&#8221;text_align&#8221;:&#8221;center&#8221;}},{&#8220;type&#8221;:&#8221;headline&#8221;,&#8221;props&#8221;:{&#8220;block_align&#8221;:&#8221;center&#8221;,&#8221;content&#8221;:&#8221;<span>Experience Corestack Free for 14 Days</span>&#8220;,&#8221;image_align&#8221;:&#8221;left&#8221;,&#8221;image_margin&#8221;:&#8221;xsmall&#8221;,&#8221;text_align&#8221;:&#8221;center&#8221;,&#8221;title_element&#8221;:&#8221;h2&#8243;}}]}]},{&#8220;type&#8221;:&#8221;row&#8221;,&#8221;children&#8221;:[{&#8220;type&#8221;:&#8221;column&#8221;,&#8221;props&#8221;:{&#8220;image_position&#8221;:&#8221;center-center&#8221;,&#8221;position_sticky_breakpoint&#8221;:&#8221;m&#8221;},&#8221;children&#8221;:[{&#8220;type&#8221;:&#8221;text&#8221;,&#8221;props&#8221;:{&#8220;column_breakpoint&#8221;:&#8221;m&#8221;,&#8221;content&#8221;:&#8221;<p>See how easy it is to manage, price and distribute your product data across every channel.<br data-start=\"339\" data-end=\"342\" />Connect your catalog, explore integrations, and experience the Corestack difference—no commitment required.</p>&#8220;,&#8221;margin_bottom&#8221;:&#8221;default&#8221;,&#8221;margin_top&#8221;:&#8221;default&#8221;,&#8221;text_align&#8221;:&#8221;center&#8221;,&#8221;text_style&#8221;:&#8221;lead&#8221;}},{&#8220;type&#8221;:&#8221;html&#8221;,&#8221;props&#8221;:{&#8220;content&#8221;:&#8221;<!-- Button -->\n<div class=\"uk-flex uk-flex-center uk-flex-middle uk-margin\">\n  <a class=\"uk-button uk-button-primary\" href=\"#corestack-trial-modal\" uk-toggle>\n    Request Free Trial\n  </a>\n</div>\n\n<!-- Modal with iframe -->\n<div id=\"corestack-trial-modal\" class=\"uk-modal-full\" uk-modal>\n  <div class=\"uk-modal-dialog uk-modal-body uk-padding-remove\">\n    <button class=\"uk-modal-close-full uk-close-large\" type=\"button\" uk-close></button>\n\n    <div class=\"uk-section uk-section-default\" style=\"min-height:80vh\">\n      <div class=\"uk-container uk-container-small\">\n        <h2 class=\"uk-heading-medium uk-text-center uk-margin-small\">Start Your Free Trial</h2>\n        <p class=\"uk-text-lead uk-text-center uk-margin\">No credit card required.</p>\n\n        <!-- IFRAME form (HubSpot Share URL) -->\n        <div class=\"uk-margin-large-top uk-text-center\">\n          <iframe\n            id=\"cs-hs-iframe\"\n            src=\"https://share.hsforms.com/1/REPLACE_WITH_YOUR_SHARE_URL\"\n            title=\"Corestack Trial Request\"\n            style=\"width:100%; height:860px; border:0; overflow:auto;\"\n            loading=\"lazy\"\n            referrerpolicy=\"no-referrer-when-downgrade\"\n            allowtransparency=\"true\">\n          </iframe>\n        </div>\n\n        <!-- Fallback open-in-new-tab -->\n        <div class=\"uk-text-center uk-margin-small\">\n          <a href=\"https://share.hsforms.com/1/REPLACE_WITH_YOUR_SHARE_URL\" target=\"_blank\" rel=\"nofollow\" class=\"uk-text-meta\">\n            Having trouble? Open the form in a new tab\n          </a>\n        </div>\n      </div>\n    </div>\n  </div>\n</div>\n&#8221;}}]}]}],&#8221;name&#8221;:&#8221;Contact section &#8211; muted green pattern&#8221;},{&#8220;type&#8221;:&#8221;section&#8221;,&#8221;props&#8221;:{&#8220;image_position&#8221;:&#8221;center-center&#8221;,&#8221;padding_bottom&#8221;:&#8221;large&#8221;,&#8221;padding_top&#8221;:&#8221;large&#8221;,&#8221;preserve_color&#8221;:false,&#8221;style&#8221;:&#8221;muted&#8221;,&#8221;title_breakpoint&#8221;:&#8221;xl&#8221;,&#8221;title_position&#8221;:&#8221;top-left&#8221;,&#8221;title_rotation&#8221;:&#8221;left&#8221;,&#8221;vertical_align&#8221;:&#8221;&#8221;,&#8221;width&#8221;:&#8221;default&#8221;},&#8221;children&#8221;:[{&#8220;type&#8221;:&#8221;row&#8221;,&#8221;children&#8221;:[{&#8220;type&#8221;:&#8221;column&#8221;,&#8221;props&#8221;:{&#8220;image_position&#8221;:&#8221;center-center&#8221;,&#8221;position_sticky_breakpoint&#8221;:&#8221;m&#8221;},&#8221;children&#8221;:[{&#8220;type&#8221;:&#8221;headline&#8221;,&#8221;props&#8221;:{&#8220;content&#8221;:&#8221;Latest Posts&#8221;,&#8221;image_align&#8221;:&#8221;left&#8221;,&#8221;image_margin&#8221;:&#8221;xsmall&#8221;,&#8221;margin_bottom&#8221;:&#8221;medium&#8221;,&#8221;margin_top&#8221;:&#8221;medium&#8221;,&#8221;text_align&#8221;:&#8221;center&#8221;,&#8221;title_element&#8221;:&#8221;h2&#8243;}},{&#8220;type&#8221;:&#8221;grid&#8221;,&#8221;props&#8221;:{&#8220;block_align&#8221;:&#8221;center&#8221;,&#8221;content_column_breakpoint&#8221;:&#8221;m&#8221;,&#8221;css&#8221;:&#8221;@media (max-width: 959px) {\n\t.el-element > * > :nth-child(3n+0) { display: none; }\n}&#8221;,&#8221;filter_align&#8221;:&#8221;left&#8221;,&#8221;filter_all&#8221;:true,&#8221;filter_grid_breakpoint&#8221;:&#8221;m&#8221;,&#8221;filter_grid_width&#8221;:&#8221;auto&#8221;,&#8221;filter_position&#8221;:&#8221;top&#8221;,&#8221;filter_style&#8221;:&#8221;tab&#8221;,&#8221;grid_default&#8221;:&#8221;1&#8243;,&#8221;grid_medium&#8221;:&#8221;3&#8243;,&#8221;grid_small&#8221;:&#8221;2&#8243;,&#8221;image_align&#8221;:&#8221;top&#8221;,&#8221;image_grid_breakpoint&#8221;:&#8221;m&#8221;,&#8221;image_grid_width&#8221;:&#8221;1-2&#8243;,&#8221;image_svg_color&#8221;:&#8221;emphasis&#8221;,&#8221;image_width&#8221;:&#8221;610&#8243;,&#8221;item_animation&#8221;:true,&#8221;lightbox_bg_close&#8221;:true,&#8221;link_style&#8221;:&#8221;text&#8221;,&#8221;link_text&#8221;:&#8221;Read more&#8221;,&#8221;margin_bottom&#8221;:&#8221;default&#8221;,&#8221;margin_top&#8221;:&#8221;default&#8221;,&#8221;meta_align&#8221;:&#8221;above-title&#8221;,&#8221;meta_color&#8221;:&#8221;muted&#8221;,&#8221;meta_element&#8221;:&#8221;div&#8221;,&#8221;meta_style&#8221;:&#8221;&#8221;,&#8221;panel_image_no_padding&#8221;:true,&#8221;panel_link&#8221;:true,&#8221;panel_link_hover&#8221;:&#8221;true&#8221;,&#8221;panel_padding&#8221;:&#8221;default&#8221;,&#8221;panel_style&#8221;:&#8221;card-default&#8221;,&#8221;parallax_easing&#8221;:&#8221;1&#8243;,&#8221;show_content&#8221;:true,&#8221;show_hover_image&#8221;:true,&#8221;show_hover_video&#8221;:true,&#8221;show_image&#8221;:true,&#8221;show_link&#8221;:true,&#8221;show_meta&#8221;:true,&#8221;show_title&#8221;:true,&#8221;show_video&#8221;:true,&#8221;text_align&#8221;:&#8221;center&#8221;,&#8221;title_align&#8221;:&#8221;top&#8221;,&#8221;title_element&#8221;:&#8221;h3&#8243;,&#8221;title_grid_breakpoint&#8221;:&#8221;m&#8221;,&#8221;title_grid_width&#8221;:&#8221;1-2&#8243;,&#8221;title_hover_style&#8221;:&#8221;reset&#8221;,&#8221;title_link&#8221;:true,&#8221;title_style&#8221;:&#8221;h4&#8243;},&#8221;children&#8221;:[{&#8220;type&#8221;:&#8221;grid_item&#8221;,&#8221;props&#8221;:{&#8220;content&#8221;:&#8221;&#8221;},&#8221;source&#8221;:{&#8220;query&#8221;:{&#8220;name&#8221;:&#8221;posts.singlePost&#8221;,&#8221;field&#8221;:{&#8220;name&#8221;:&#8221;relatedPosts&#8221;,&#8221;arguments&#8221;:{&#8220;category&#8221;:&#8221;&#8221;,&#8221;limit&#8221;:3,&#8221;order&#8221;:&#8221;date&#8221;,&#8221;order_direction&#8221;:&#8221;DESC&#8221;,&#8221;author&#8221;:&#8221;&#8221;,&#8221;post_tag&#8221;:&#8221;&#8221;,&#8221;offset&#8221;:0}}},&#8221;props&#8221;:{&#8220;title&#8221;:{&#8220;name&#8221;:&#8221;title&#8221;},&#8221;link&#8221;:{&#8220;name&#8221;:&#8221;link&#8221;},&#8221;image&#8221;:{&#8220;name&#8221;:&#8221;field.intro_image.url&#8221;},&#8221;meta&#8221;:{&#8220;filters&#8221;:{&#8220;search&#8221;:&#8221;&#8221;,&#8221;date&#8221;:&#8221;d F, Y&#8221;},&#8221;name&#8221;:&#8221;date&#8221;}}}}]}]}]}],&#8221;name&#8221;:&#8221;Latest Posts&#8221;}],&#8221;version&#8221;:&#8221;5.0.22&#8243;} &#8211;><p>The post <a href="https://beedash.com/corestack-catalog-updates-march-2026/">Catalog Updates March 2026</a> appeared first on <a href="https://beedash.com">Beedash</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Corestack Catalog Updates February2026</title>
		<link>https://beedash.com/corestack-catalog-updates-february2026/</link>
		
		<dc:creator><![CDATA[beedash]]></dc:creator>
		<pubDate>Thu, 12 Mar 2026 15:35:22 +0000</pubDate>
				<category><![CDATA[Vendor Updates]]></category>
		<guid isPermaLink="false">https://beedash.com/?p=8948</guid>

					<description><![CDATA[<p>Vendor Updates NEW BRANDS, PRICE UPDATES, NEW PRODUCTS, DISCONTINUATIONS FROM BRANDS ACROSS THE INDUSTRY – GET MORE WITH CORESTACK Beedash Catalog Updates – February 2026 New Vendor Notable Updates Price Updates Rational Focus Foodservice Krowne Metal Oneida Hospitality Update International Champion Industries Piper Products Vollrath Manitowoc Koolaire Eurodib USA Scotsman Gold Medal American Range Dormont [&#8230;]</p>
<p>The post <a href="https://beedash.com/corestack-catalog-updates-february2026/">Corestack Catalog Updates February2026</a> appeared first on <a href="https://beedash.com">Beedash</a>.</p>
]]></description>
										<content:encoded><![CDATA[<img decoding="async" src="/wp-content/uploads/2022/05/corestack.svg?x40075" alt="">
<h1>Vendor Updates</h1>
<h4>NEW BRANDS, PRICE UPDATES, NEW PRODUCTS, DISCONTINUATIONS FROM BRANDS ACROSS THE INDUSTRY – GET MORE WITH CORESTACK</h4>
<div>

    <!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Beedash Catalog Updates – February 2026</title>
    
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700&#038;family=Open+Sans:wght@400;600&#038;display=swap" rel="stylesheet">
    
    <style>
        :root {
            --beedash-green: #267864;
            --beedash-yellow: #fbb040;
            --beedash-cream: #feefd9;
            --beedash-navy: #030f3d;
            --white: #ffffff;
            --light-gray: #f4f9f7;
        }

        * { margin: 0; padding: 0; box-sizing: border-box; }

        body {
            font-family: 'Open Sans', sans-serif;
            color: var(--beedash-navy);
            line-height: 1.6;
        }

        h1, h2, h3 {
            font-family: 'Montserrat', sans-serif;
            font-weight: 700;
        }

        .header {
            background-color: var(--beedash-cream);
            padding: 40px 20px 28px;
            text-align: center;
        }

        .header-logo { max-width: 260px; margin-bottom: 12px; }
        .header h1 { font-size: 1.5rem; color: var(--beedash-navy); }

        .page-title {
            padding: 24px 20px;
            text-align: center;
            background: var(--white);
        }

        .page-title h2 {
            font-size: 1.35rem;
            color: var(--beedash-navy);
            margin-bottom: 6px;
        }

        .page-title .subtitle {
            font-family: 'Montserrat', sans-serif;
            font-weight: 600;
            color: var(--beedash-yellow);
            font-size: 0.7rem;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            max-width: 550px;
            margin: 0 auto;
        }

        .content-wrapper {
            max-width: 850px;
            margin: 0 auto;
            padding: 12px;
        }

        .main-card {
            background: var(--beedash-green);
            border-radius: 10px;
            padding: 12px;
        }

        .section-card {
            background: var(--white);
            border-radius: 8px;
            padding: 20px;
            margin-bottom: 12px;
        }

        .section-card:last-child { margin-bottom: 0; }

        .section-title {
            color: var(--beedash-green);
            font-size: 1.1rem;
            text-align: center;
            margin-bottom: 16px;
        }

        .logo-grid {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 30px;
            flex-wrap: wrap;
        }

        .logo-grid img {
            max-width: 140px;
            max-height: 80px;
            object-fit: contain;
        }

        .list-columns {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
        }

        .list-columns.three-col {
            grid-template-columns: 1fr 1fr 1fr;
        }

        .list-column ul { list-style: none; }

        .list-column li {
            padding: 5px 0 5px 16px;
            position: relative;
            border-bottom: 1px solid #eee;
            font-size: 0.85rem;
        }

        .list-column li:last-child { border-bottom: none; }

        .list-column li::before {
            content: "•";
            color: var(--beedash-yellow);
            font-weight: bold;
            position: absolute;
            left: 0;
        }

        .single-column .list-columns {
            grid-template-columns: 1fr;
            max-width: 350px;
            margin: 0 auto;
        }

        .cta-section {
            background: var(--light-gray);
            padding: 36px 20px;
            text-align: center;
        }

        .cta-icon { width: 50px; margin-bottom: 12px; }

        .cta-section h2 {
            color: var(--beedash-navy);
            font-size: 1.2rem;
            margin-bottom: 10px;
        }

        .cta-section p {
            max-width: 480px;
            margin: 0 auto 16px;
            color: #555;
            font-size: 0.9rem;
        }

        .cta-button {
            display: inline-block;
            background: var(--beedash-green);
            color: var(--white);
            padding: 10px 24px;
            border-radius: 6px;
            text-decoration: none;
            font-family: 'Montserrat', sans-serif;
            font-weight: 600;
            font-size: 0.85rem;
        }
    </style>
</head>
<body>
    <div class="content-wrapper">
        <div class="main-card">

            <!-- NEW VENDOR -->
            <div class="section-card">
                <h3 class="section-title">New Vendor</h3>
                <div class="logo-grid">
                    <img decoding="async" src="https://beedash.com/wp-content/uploads/2026/03/piper.jpg?x40075" alt="Piper Products">
                </div>
            </div>

            <!-- NOTABLE UPDATES -->
            <div class="section-card">
                <h3 class="section-title">Notable Updates</h3>
                <div class="logo-grid">
                    <img decoding="async" src="https://beedash.com/wp-content/uploads/2025/02/ManitowocIce-logo1_Approved003366.png?x40075" alt="Manitowoc Ice">
                    <img decoding="async" src="https://beedash.com/wp-content/uploads/2025/06/Krowne-Logo-scaled.png?x40075" alt="Krowne">
                    <img decoding="async" src="https://beedash.com/wp-content/uploads/2024/11/CMA-Dishmachines.jpg?x40075" alt="CMA Dishmachines">
                </div>
            </div>

            <!-- PRICE UPDATES -->
            <div class="section-card">
                <h3 class="section-title">Price Updates</h3>
                <div class="list-columns three-col">
                    <div class="list-column">
                        <ul>
                            <li>Rational</li>
                            <li>Focus Foodservice</li>
                            <li>Krowne Metal</li>
                            <li>Oneida Hospitality</li>
                            <li>Update International</li>
                            <li>Champion Industries</li>
                            <li>Piper Products</li>
                        </ul>
                    </div>
                    <div class="list-column">
                        <ul>
                            <li>Vollrath</li>
                            <li>Manitowoc</li>
                            <li>Koolaire</li>
                            <li>Eurodib USA</li>
                            <li>Scotsman</li>
                            <li>Gold Medal</li>
                            <li>American Range</li>
                        </ul>
                    </div>
                    <div class="list-column">
                        <ul>
                            <li>Dormont Manufacturing</li>
                            <li>AllPoints Foodservice Parts &#038; Supplies</li>
                            <li>Infrico</li>
                            <li>Palate &#038; Plate</li>
                            <li>CMA Dishmachines</li>
                            <li>American Metalcraft</li>
                        </ul>
                    </div>
                </div>
            </div>

            <!-- NEW PRODUCTS -->
            <div class="section-card single-column">
                <h3 class="section-title">New Products</h3>
                <div class="list-columns">
                    <div class="list-column">
                        <ul>
                            <li>Comstock-Castle</li>
                            <li>Wolf</li>
                            <li>Berkel</li>
                            <li>Vollrath</li>
                            <li>CMA Dishmachines</li>
                            <li>Vulcan</li>
                        </ul>
                    </div>
                </div>
            </div>

            <!-- DISCONTINUED PRODUCTS -->
            <div class="section-card">
                <h3 class="section-title">Discontinued Products</h3>
                <div class="list-columns">
                    <div class="list-column">
                        <ul>
                            <li>Beverage Air</li>
                            <li>Victory Refrigeration</li>
                            <li>Krowne Metal</li>
                            <li>Elite Global Solutions</li>
                            <li>Piper Products</li>
                            <li>Rational</li>
                        </ul>
                    </div>
                    <div class="list-column">
                        <ul>
                            <li>Thunder Group</li>
                            <li>Vulcan</li>
                            <li>Vollrath</li>
                            <li>Eurodib USA</li>
                            <li>AllPoints Foodservice Parts &#038; Supplies</li>
                            <li>Palate &#038; Plate</li>
                        </ul>
                    </div>
                </div>
            </div>

        </div>
    </div>
</body>
</html>
</div>
<img decoding="async" src="/wp-content/uploads/2021/08/icon-core.svg?x40075" alt="">
<h2><span>Experience Corestack Free for 14 Days</span></h2>
<div><p>See how easy it is to manage, price and distribute your product data across every channel.<br data-start="339" data-end="342" />Connect your catalog, explore integrations, and experience the Corestack difference—no commitment required.</p></div>
<div>

    <!-- Button -->
<div class="uk-flex uk-flex-center uk-flex-middle uk-margin">
  <a class="uk-button uk-button-primary" href="#corestack-trial-modal" uk-toggle>
    Request Free Trial
  </a>
</div>

<!-- Modal with iframe -->
<div id="corestack-trial-modal" class="uk-modal-full" uk-modal>
  <div class="uk-modal-dialog uk-modal-body uk-padding-remove">
    <button class="uk-modal-close-full uk-close-large" type="button" uk-close></button>

    <div class="uk-section uk-section-default" style="min-height:80vh">
      <div class="uk-container uk-container-small">
        <h2 class="uk-heading-medium uk-text-center uk-margin-small">Start Your Free Trial</h2>
        <p class="uk-text-lead uk-text-center uk-margin">No credit card required.</p>

        <!-- IFRAME form (HubSpot Share URL) -->
        <div class="uk-margin-large-top uk-text-center">
          <iframe
            id="cs-hs-iframe"
            src="https://share.hsforms.com/1/REPLACE_WITH_YOUR_SHARE_URL"
            title="Corestack Trial Request"
            style="width:100%; height:860px; border:0; overflow:auto;"
            loading="lazy"
            referrerpolicy="no-referrer-when-downgrade"
            allowtransparency="true">
          </iframe>
        </div>

        <!-- Fallback open-in-new-tab -->
        <div class="uk-text-center uk-margin-small">
          <a href="https://share.hsforms.com/1/REPLACE_WITH_YOUR_SHARE_URL" target="_blank" rel="nofollow" class="uk-text-meta">
            Having trouble? Open the form in a new tab
          </a>
        </div>
      </div>
    </div>
  </div>
</div>

</div>
<h2>Latest Posts</h2>
<div>

    







</div>

<span id="more-8948"></span>
<!-- {"type":"layout","children":[{"type":"section","props":{"css":".el-section > [class*='uk-background-'] {\n    height: 55vh;\n    max-height: 350px; \n}\n","header_transparent_noplaceholder":true,"image":"wp-content/uploads/2024/03/BD_Grow-Together_Website-Background_V01-22.svg","image_position":"center-center","media_background":"#FEEFD9","media_overlay":"#FEEFD9","padding_bottom":"none","style":"default","title_breakpoint":"xl","title_position":"top-left","title_rotation":"left","vertical_align":"","width":""},"children":[{"type":"row","children":[{"type":"column","props":{"image_position":"center-center","position_sticky_breakpoint":"m"},"children":[{"type":"image","props":{"image":"wp-content/uploads/2022/05/corestack.svg","image_svg_color":"emphasis","margin_bottom":"default","margin_top":"default","text_align":"center"}},{"type":"headline","props":{"content":"Vendor Updates","image_align":"left","image_margin":"xsmall","margin_bottom":"remove","text_align":"center","title_element":"h1","title_font_family":"primary","title_style":"h2"}}]}],"props":{"alignment":"center"}}],"source":{"query":{"name":"posts.singlePost"}},"name":"Image"},{"type":"section","props":{"image_position":"center-center","style":"default","title_breakpoint":"xl","title_position":"top-left","title_rotation":"left","vertical_align":"middle","width":"default"},"children":[{"type":"row","children":[{"type":"column","props":{"image_position":"center-center","position_sticky_breakpoint":"m"},"children":[{"type":"breadcrumbs","props":{"show_current":true,"show_home":true}}]}]}]},{"type":"section","props":{"image_position":"center-center","padding_bottom":"small","padding_top":"none","style":"default","title_breakpoint":"xl","title_position":"top-left","title_rotation":"left","vertical_align":"","width":""},"children":[{"type":"row","props":{"width":"default"},"children":[{"type":"column","props":{"image_position":"center-center","position_sticky_breakpoint":"m"},"children":[{"type":"headline","props":{"image_align":"left","image_margin":"xsmall","margin_top":"remove","text_align":"center","title_color":"emphasis","title_element":"h2"},"source":{"query":{"name":"posts.singlePost"},"props":{"content":{"filters":{"search":""},"name":"title"}}}},{"type":"headline","props":{"content":"NEW BRANDS, PRICE UPDATES, NEW PRODUCTS, DISCONTINUATIONS FROM BRANDS ACROSS THE INDUSTRY – GET MORE WITH CORESTACK","image_align":"left","image_margin":"xsmall","text_align":"center","title_color":"warning","title_element":"h4","title_font_family":"primary","title_style":"h4"}}]}]}],"name":"Post"},{"type":"section","props":{"image_position":"center-center","padding_top":"none","style":"default","title_breakpoint":"xl","title_position":"top-left","title_rotation":"left","vertical_align":"middle","width":"default"},"children":[{"type":"row","children":[{"type":"column","props":{"image_position":"center-center","position_sticky_breakpoint":"m"},"children":[{"type":"html","props":{"content":"<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Beedash Catalog Updates – February 2026</title>\n    \n    <link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>\n    <link href=\"https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700&family=Open+Sans:wght@400;600&display=swap\" rel=\"stylesheet\">\n    \n    <style>\n        :root {\n            --beedash-green: #267864;\n            --beedash-yellow: #fbb040;\n            --beedash-cream: #feefd9;\n            --beedash-navy: #030f3d;\n            --white: #ffffff;\n            --light-gray: #f4f9f7;\n        }\n\n        * { margin: 0; padding: 0; box-sizing: border-box; }\n\n        body {\n            font-family: 'Open Sans', sans-serif;\n            color: var(--beedash-navy);\n            line-height: 1.6;\n        }\n\n        h1, h2, h3 {\n            font-family: 'Montserrat', sans-serif;\n            font-weight: 700;\n        }\n\n        .header {\n            background-color: var(--beedash-cream);\n            padding: 40px 20px 28px;\n            text-align: center;\n        }\n\n        .header-logo { max-width: 260px; margin-bottom: 12px; }\n        .header h1 { font-size: 1.5rem; color: var(--beedash-navy); }\n\n        .page-title {\n            padding: 24px 20px;\n            text-align: center;\n            background: var(--white);\n        }\n\n        .page-title h2 {\n            font-size: 1.35rem;\n            color: var(--beedash-navy);\n            margin-bottom: 6px;\n        }\n\n        .page-title .subtitle {\n            font-family: 'Montserrat', sans-serif;\n            font-weight: 600;\n            color: var(--beedash-yellow);\n            font-size: 0.7rem;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n            max-width: 550px;\n            margin: 0 auto;\n        }\n\n        .content-wrapper {\n            max-width: 850px;\n            margin: 0 auto;\n            padding: 12px;\n        }\n\n        .main-card {\n            background: var(--beedash-green);\n            border-radius: 10px;\n            padding: 12px;\n        }\n\n        .section-card {\n            background: var(--white);\n            border-radius: 8px;\n            padding: 20px;\n            margin-bottom: 12px;\n        }\n\n        .section-card:last-child { margin-bottom: 0; }\n\n        .section-title {\n            color: var(--beedash-green);\n            font-size: 1.1rem;\n            text-align: center;\n            margin-bottom: 16px;\n        }\n\n        .logo-grid {\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            gap: 30px;\n            flex-wrap: wrap;\n        }\n\n        .logo-grid img {\n            max-width: 140px;\n            max-height: 80px;\n            object-fit: contain;\n        }\n\n        .list-columns {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 20px;\n        }\n\n        .list-columns.three-col {\n            grid-template-columns: 1fr 1fr 1fr;\n        }\n\n        .list-column ul { list-style: none; }\n\n        .list-column li {\n            padding: 5px 0 5px 16px;\n            position: relative;\n            border-bottom: 1px solid #eee;\n            font-size: 0.85rem;\n        }\n\n        .list-column li:last-child { border-bottom: none; }\n\n        .list-column li::before {\n            content: \"•\";\n            color: var(--beedash-yellow);\n            font-weight: bold;\n            position: absolute;\n            left: 0;\n        }\n\n        .single-column .list-columns {\n            grid-template-columns: 1fr;\n            max-width: 350px;\n            margin: 0 auto;\n        }\n\n        .cta-section {\n            background: var(--light-gray);\n            padding: 36px 20px;\n            text-align: center;\n        }\n\n        .cta-icon { width: 50px; margin-bottom: 12px; }\n\n        .cta-section h2 {\n            color: var(--beedash-navy);\n            font-size: 1.2rem;\n            margin-bottom: 10px;\n        }\n\n        .cta-section p {\n            max-width: 480px;\n            margin: 0 auto 16px;\n            color: #555;\n            font-size: 0.9rem;\n        }\n\n        .cta-button {\n            display: inline-block;\n            background: var(--beedash-green);\n            color: var(--white);\n            padding: 10px 24px;\n            border-radius: 6px;\n            text-decoration: none;\n            font-family: 'Montserrat', sans-serif;\n            font-weight: 600;\n            font-size: 0.85rem;\n        }\n    </style>\n</head>\n<body>\n    <div class=\"content-wrapper\">\n        <div class=\"main-card\">\n\n            <!-- NEW VENDOR -->\n            <div class=\"section-card\">\n                <h3 class=\"section-title\">New Vendor</h3>\n                <div class=\"logo-grid\">\n                    <img src=\"https://beedash.com/wp-content/uploads/2026/03/piper.jpg\" alt=\"Piper Products\">\n                </div>\n            </div>\n\n            <!-- NOTABLE UPDATES -->\n            <div class=\"section-card\">\n                <h3 class=\"section-title\">Notable Updates</h3>\n                <div class=\"logo-grid\">\n                    <img src=\"https://beedash.com/wp-content/uploads/2025/02/ManitowocIce-logo1_Approved003366.png\" alt=\"Manitowoc Ice\">\n                    <img src=\"https://beedash.com/wp-content/uploads/2025/06/Krowne-Logo-scaled.png\" alt=\"Krowne\">\n                    <img src=\"https://beedash.com/wp-content/uploads/2024/11/CMA-Dishmachines.jpg\" alt=\"CMA Dishmachines\">\n                </div>\n            </div>\n\n            <!-- PRICE UPDATES -->\n            <div class=\"section-card\">\n                <h3 class=\"section-title\">Price Updates</h3>\n                <div class=\"list-columns three-col\">\n                    <div class=\"list-column\">\n                        <ul>\n                            <li>Rational</li>\n                            <li>Focus Foodservice</li>\n                            <li>Krowne Metal</li>\n                            <li>Oneida Hospitality</li>\n                            <li>Update International</li>\n                            <li>Champion Industries</li>\n                            <li>Piper Products</li>\n                        </ul>\n                    </div>\n                    <div class=\"list-column\">\n                        <ul>\n                            <li>Vollrath</li>\n                            <li>Manitowoc</li>\n                            <li>Koolaire</li>\n                            <li>Eurodib USA</li>\n                            <li>Scotsman</li>\n                            <li>Gold Medal</li>\n                            <li>American Range</li>\n                        </ul>\n                    </div>\n                    <div class=\"list-column\">\n                        <ul>\n                            <li>Dormont Manufacturing</li>\n                            <li>AllPoints Foodservice Parts &#038; Supplies</li>\n                            <li>Infrico</li>\n                            <li>Palate &#038; Plate</li>\n                            <li>CMA Dishmachines</li>\n                            <li>American Metalcraft</li>\n                        </ul>\n                    </div>\n                </div>\n            </div>\n\n            <!-- NEW PRODUCTS -->\n            <div class=\"section-card single-column\">\n                <h3 class=\"section-title\">New Products</h3>\n                <div class=\"list-columns\">\n                    <div class=\"list-column\">\n                        <ul>\n                            <li>Comstock-Castle</li>\n                            <li>Wolf</li>\n                            <li>Berkel</li>\n                            <li>Vollrath</li>\n                            <li>CMA Dishmachines</li>\n                            <li>Vulcan</li>\n                        </ul>\n                    </div>\n                </div>\n            </div>\n\n            <!-- DISCONTINUED PRODUCTS -->\n            <div class=\"section-card\">\n                <h3 class=\"section-title\">Discontinued Products</h3>\n                <div class=\"list-columns\">\n                    <div class=\"list-column\">\n                        <ul>\n                            <li>Beverage Air</li>\n                            <li>Victory Refrigeration</li>\n                            <li>Krowne Metal</li>\n                            <li>Elite Global Solutions</li>\n                            <li>Piper Products</li>\n                            <li>Rational</li>\n                        </ul>\n                    </div>\n                    <div class=\"list-column\">\n                        <ul>\n                            <li>Thunder Group</li>\n                            <li>Vulcan</li>\n                            <li>Vollrath</li>\n                            <li>Eurodib USA</li>\n                            <li>AllPoints Foodservice Parts &#038; Supplies</li>\n                            <li>Palate &#038; Plate</li>\n                        </ul>\n                    </div>\n                </div>\n            </div>\n\n        </div>\n    </div>\n</body>\n</html>&#8220;}}]}]}]},{&#8220;type&#8221;:&#8221;section&#8221;,&#8221;props&#8221;:{&#8220;animation&#8221;:&#8221;slide-bottom-medium&#8221;,&#8221;animation_delay&#8221;:&#8221;100&#8243;,&#8221;header_transparent&#8221;:true,&#8221;header_transparent_noplaceholder&#8221;:false,&#8221;header_transparent_text_color&#8221;:&#8221;dark&#8221;,&#8221;id&#8221;:&#8221;muted-green&#8221;,&#8221;image&#8221;:&#8221;wp-content/uploads/2021/08/pattern-white-extra.svg&#8221;,&#8221;image_position&#8221;:&#8221;center-center&#8221;,&#8221;image_size&#8221;:&#8221;cover&#8221;,&#8221;media_overlay&#8221;:&#8221;rgba(244, 249, 247, 0.59)&#8221;,&#8221;overlap&#8221;:true,&#8221;padding_bottom&#8221;:&#8221;large&#8221;,&#8221;padding_top&#8221;:&#8221;large&#8221;,&#8221;style&#8221;:&#8221;default&#8221;,&#8221;title_breakpoint&#8221;:&#8221;xl&#8221;,&#8221;title_position&#8221;:&#8221;top-left&#8221;,&#8221;title_rotation&#8221;:&#8221;left&#8221;,&#8221;vertical_align&#8221;:&#8221;&#8221;,&#8221;width&#8221;:&#8221;default&#8221;},&#8221;children&#8221;:[{&#8220;type&#8221;:&#8221;row&#8221;,&#8221;children&#8221;:[{&#8220;type&#8221;:&#8221;column&#8221;,&#8221;props&#8221;:{&#8220;image_position&#8221;:&#8221;center-center&#8221;,&#8221;position_sticky_breakpoint&#8221;:&#8221;m&#8221;},&#8221;children&#8221;:[{&#8220;type&#8221;:&#8221;image&#8221;,&#8221;props&#8221;:{&#8220;animation&#8221;:&#8221;parallax&#8221;,&#8221;image&#8221;:&#8221;wp-content/uploads/2021/08/icon-core.svg&#8221;,&#8221;image_svg_color&#8221;:&#8221;emphasis&#8221;,&#8221;image_width&#8221;:&#8221;80&#8243;,&#8221;margin_bottom&#8221;:&#8221;default&#8221;,&#8221;margin_top&#8221;:&#8221;default&#8221;,&#8221;parallax_easing&#8221;:&#8221;1&#8243;,&#8221;parallax_end&#8221;:&#8221;50vh + 50%&#8221;,&#8221;parallax_rotate&#8221;:&#8221;0,180&#8243;,&#8221;text_align&#8221;:&#8221;center&#8221;}},{&#8220;type&#8221;:&#8221;headline&#8221;,&#8221;props&#8221;:{&#8220;block_align&#8221;:&#8221;center&#8221;,&#8221;content&#8221;:&#8221;<span>Experience Corestack Free for 14 Days</span>&#8220;,&#8221;image_align&#8221;:&#8221;left&#8221;,&#8221;image_margin&#8221;:&#8221;xsmall&#8221;,&#8221;text_align&#8221;:&#8221;center&#8221;,&#8221;title_element&#8221;:&#8221;h2&#8243;}}]}]},{&#8220;type&#8221;:&#8221;row&#8221;,&#8221;children&#8221;:[{&#8220;type&#8221;:&#8221;column&#8221;,&#8221;props&#8221;:{&#8220;image_position&#8221;:&#8221;center-center&#8221;,&#8221;position_sticky_breakpoint&#8221;:&#8221;m&#8221;},&#8221;children&#8221;:[{&#8220;type&#8221;:&#8221;text&#8221;,&#8221;props&#8221;:{&#8220;column_breakpoint&#8221;:&#8221;m&#8221;,&#8221;content&#8221;:&#8221;<p>See how easy it is to manage, price and distribute your product data across every channel.<br data-start=\"339\" data-end=\"342\" />Connect your catalog, explore integrations, and experience the Corestack difference—no commitment required.</p>&#8220;,&#8221;margin_bottom&#8221;:&#8221;default&#8221;,&#8221;margin_top&#8221;:&#8221;default&#8221;,&#8221;text_align&#8221;:&#8221;center&#8221;,&#8221;text_style&#8221;:&#8221;lead&#8221;}},{&#8220;type&#8221;:&#8221;html&#8221;,&#8221;props&#8221;:{&#8220;content&#8221;:&#8221;<!-- Button -->\n<div class=\"uk-flex uk-flex-center uk-flex-middle uk-margin\">\n  <a class=\"uk-button uk-button-primary\" href=\"#corestack-trial-modal\" uk-toggle>\n    Request Free Trial\n  </a>\n</div>\n\n<!-- Modal with iframe -->\n<div id=\"corestack-trial-modal\" class=\"uk-modal-full\" uk-modal>\n  <div class=\"uk-modal-dialog uk-modal-body uk-padding-remove\">\n    <button class=\"uk-modal-close-full uk-close-large\" type=\"button\" uk-close></button>\n\n    <div class=\"uk-section uk-section-default\" style=\"min-height:80vh\">\n      <div class=\"uk-container uk-container-small\">\n        <h2 class=\"uk-heading-medium uk-text-center uk-margin-small\">Start Your Free Trial</h2>\n        <p class=\"uk-text-lead uk-text-center uk-margin\">No credit card required.</p>\n\n        <!-- IFRAME form (HubSpot Share URL) -->\n        <div class=\"uk-margin-large-top uk-text-center\">\n          <iframe\n            id=\"cs-hs-iframe\"\n            src=\"https://share.hsforms.com/1/REPLACE_WITH_YOUR_SHARE_URL\"\n            title=\"Corestack Trial Request\"\n            style=\"width:100%; height:860px; border:0; overflow:auto;\"\n            loading=\"lazy\"\n            referrerpolicy=\"no-referrer-when-downgrade\"\n            allowtransparency=\"true\">\n          </iframe>\n        </div>\n\n        <!-- Fallback open-in-new-tab -->\n        <div class=\"uk-text-center uk-margin-small\">\n          <a href=\"https://share.hsforms.com/1/REPLACE_WITH_YOUR_SHARE_URL\" target=\"_blank\" rel=\"nofollow\" class=\"uk-text-meta\">\n            Having trouble? Open the form in a new tab\n          </a>\n        </div>\n      </div>\n    </div>\n  </div>\n</div>\n&#8221;}}]}]}],&#8221;name&#8221;:&#8221;Contact section &#8211; muted green pattern&#8221;},{&#8220;type&#8221;:&#8221;section&#8221;,&#8221;props&#8221;:{&#8220;image_position&#8221;:&#8221;center-center&#8221;,&#8221;padding_bottom&#8221;:&#8221;large&#8221;,&#8221;padding_top&#8221;:&#8221;large&#8221;,&#8221;preserve_color&#8221;:false,&#8221;style&#8221;:&#8221;muted&#8221;,&#8221;title_breakpoint&#8221;:&#8221;xl&#8221;,&#8221;title_position&#8221;:&#8221;top-left&#8221;,&#8221;title_rotation&#8221;:&#8221;left&#8221;,&#8221;vertical_align&#8221;:&#8221;&#8221;,&#8221;width&#8221;:&#8221;default&#8221;},&#8221;children&#8221;:[{&#8220;type&#8221;:&#8221;row&#8221;,&#8221;children&#8221;:[{&#8220;type&#8221;:&#8221;column&#8221;,&#8221;props&#8221;:{&#8220;image_position&#8221;:&#8221;center-center&#8221;,&#8221;position_sticky_breakpoint&#8221;:&#8221;m&#8221;},&#8221;children&#8221;:[{&#8220;type&#8221;:&#8221;headline&#8221;,&#8221;props&#8221;:{&#8220;content&#8221;:&#8221;Latest Posts&#8221;,&#8221;image_align&#8221;:&#8221;left&#8221;,&#8221;image_margin&#8221;:&#8221;xsmall&#8221;,&#8221;margin_bottom&#8221;:&#8221;medium&#8221;,&#8221;margin_top&#8221;:&#8221;medium&#8221;,&#8221;text_align&#8221;:&#8221;center&#8221;,&#8221;title_element&#8221;:&#8221;h2&#8243;}},{&#8220;type&#8221;:&#8221;grid&#8221;,&#8221;props&#8221;:{&#8220;block_align&#8221;:&#8221;center&#8221;,&#8221;content_column_breakpoint&#8221;:&#8221;m&#8221;,&#8221;css&#8221;:&#8221;@media (max-width: 959px) {\n\t.el-element > * > :nth-child(3n+0) { display: none; }\n}&#8221;,&#8221;filter_align&#8221;:&#8221;left&#8221;,&#8221;filter_all&#8221;:true,&#8221;filter_grid_breakpoint&#8221;:&#8221;m&#8221;,&#8221;filter_grid_width&#8221;:&#8221;auto&#8221;,&#8221;filter_position&#8221;:&#8221;top&#8221;,&#8221;filter_style&#8221;:&#8221;tab&#8221;,&#8221;grid_default&#8221;:&#8221;1&#8243;,&#8221;grid_medium&#8221;:&#8221;3&#8243;,&#8221;grid_small&#8221;:&#8221;2&#8243;,&#8221;image_align&#8221;:&#8221;top&#8221;,&#8221;image_grid_breakpoint&#8221;:&#8221;m&#8221;,&#8221;image_grid_width&#8221;:&#8221;1-2&#8243;,&#8221;image_svg_color&#8221;:&#8221;emphasis&#8221;,&#8221;image_width&#8221;:&#8221;610&#8243;,&#8221;item_animation&#8221;:true,&#8221;lightbox_bg_close&#8221;:true,&#8221;link_style&#8221;:&#8221;text&#8221;,&#8221;link_text&#8221;:&#8221;Read more&#8221;,&#8221;margin_bottom&#8221;:&#8221;default&#8221;,&#8221;margin_top&#8221;:&#8221;default&#8221;,&#8221;meta_align&#8221;:&#8221;above-title&#8221;,&#8221;meta_color&#8221;:&#8221;muted&#8221;,&#8221;meta_element&#8221;:&#8221;div&#8221;,&#8221;meta_style&#8221;:&#8221;&#8221;,&#8221;panel_image_no_padding&#8221;:true,&#8221;panel_link&#8221;:true,&#8221;panel_link_hover&#8221;:&#8221;true&#8221;,&#8221;panel_padding&#8221;:&#8221;default&#8221;,&#8221;panel_style&#8221;:&#8221;card-default&#8221;,&#8221;parallax_easing&#8221;:&#8221;1&#8243;,&#8221;show_content&#8221;:true,&#8221;show_hover_image&#8221;:true,&#8221;show_hover_video&#8221;:true,&#8221;show_image&#8221;:true,&#8221;show_link&#8221;:true,&#8221;show_meta&#8221;:true,&#8221;show_title&#8221;:true,&#8221;show_video&#8221;:true,&#8221;text_align&#8221;:&#8221;center&#8221;,&#8221;title_align&#8221;:&#8221;top&#8221;,&#8221;title_element&#8221;:&#8221;h3&#8243;,&#8221;title_grid_breakpoint&#8221;:&#8221;m&#8221;,&#8221;title_grid_width&#8221;:&#8221;1-2&#8243;,&#8221;title_hover_style&#8221;:&#8221;reset&#8221;,&#8221;title_link&#8221;:true,&#8221;title_style&#8221;:&#8221;h4&#8243;},&#8221;children&#8221;:[{&#8220;type&#8221;:&#8221;grid_item&#8221;,&#8221;props&#8221;:{&#8220;content&#8221;:&#8221;&#8221;},&#8221;source&#8221;:{&#8220;query&#8221;:{&#8220;name&#8221;:&#8221;posts.singlePost&#8221;,&#8221;field&#8221;:{&#8220;name&#8221;:&#8221;relatedPosts&#8221;,&#8221;arguments&#8221;:{&#8220;category&#8221;:&#8221;&#8221;,&#8221;limit&#8221;:3,&#8221;order&#8221;:&#8221;date&#8221;,&#8221;order_direction&#8221;:&#8221;DESC&#8221;,&#8221;author&#8221;:&#8221;&#8221;,&#8221;post_tag&#8221;:&#8221;&#8221;,&#8221;offset&#8221;:0}}},&#8221;props&#8221;:{&#8220;title&#8221;:{&#8220;name&#8221;:&#8221;title&#8221;},&#8221;link&#8221;:{&#8220;name&#8221;:&#8221;link&#8221;},&#8221;image&#8221;:{&#8220;name&#8221;:&#8221;field.intro_image.url&#8221;},&#8221;meta&#8221;:{&#8220;filters&#8221;:{&#8220;search&#8221;:&#8221;&#8221;,&#8221;date&#8221;:&#8221;d F, Y&#8221;},&#8221;name&#8221;:&#8221;date&#8221;}}}}]}]}]}],&#8221;name&#8221;:&#8221;Latest Posts&#8221;}],&#8221;version&#8221;:&#8221;5.0.22&#8243;} &#8211;><p>The post <a href="https://beedash.com/corestack-catalog-updates-february2026/">Corestack Catalog Updates February2026</a> appeared first on <a href="https://beedash.com">Beedash</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Corestack Catalog Updates January 2026</title>
		<link>https://beedash.com/corestack-catalog-updates-january-2026/</link>
		
		<dc:creator><![CDATA[beedash]]></dc:creator>
		<pubDate>Thu, 12 Feb 2026 16:59:00 +0000</pubDate>
				<category><![CDATA[Vendor Updates]]></category>
		<guid isPermaLink="false">https://beedash.com/?p=8935</guid>

					<description><![CDATA[<p>Vendor Updates NEW BRANDS, PRICE UPDATES, NEW PRODUCTS, DISCONTINUATIONS FROM BRANDS ACROSS THE INDUSTRY – GET MORE WITH CORESTACK Beedash Catalog Updates – January 2026 New Vendor Notable Updates Price Updates Sammic TableCraft Products Glastender Robot Coupe Grindmaster Cambro Doyon Beverage Air Victory Refrigeration Nu-Vu Carter-Hoffmann Dynamic USA TurboChef Pitco Frialator Winholt Penn Scale Skyfood [&#8230;]</p>
<p>The post <a href="https://beedash.com/corestack-catalog-updates-january-2026/">Corestack Catalog Updates January 2026</a> appeared first on <a href="https://beedash.com">Beedash</a>.</p>
]]></description>
										<content:encoded><![CDATA[<img decoding="async" src="/wp-content/uploads/2022/05/corestack.svg?x40075" alt="">
<h1>Vendor Updates</h1>
<h4>NEW BRANDS, PRICE UPDATES, NEW PRODUCTS, DISCONTINUATIONS FROM BRANDS ACROSS THE INDUSTRY – GET MORE WITH CORESTACK</h4>
<div>

    <!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Beedash Catalog Updates – January 2026</title>
    
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700&#038;family=Open+Sans:wght@400;600&#038;display=swap" rel="stylesheet">
    
    <style>
        :root {
            --beedash-green: #267864;
            --beedash-yellow: #fbb040;
            --beedash-cream: #feefd9;
            --beedash-navy: #030f3d;
            --white: #ffffff;
            --light-gray: #f4f9f7;
        }

        * { margin: 0; padding: 0; box-sizing: border-box; }

        body {
            font-family: 'Open Sans', sans-serif;
            color: var(--beedash-navy);
            line-height: 1.6;
        }

        h1, h2, h3 {
            font-family: 'Montserrat', sans-serif;
            font-weight: 700;
        }

        .header {
            background-color: var(--beedash-cream);
            padding: 40px 20px 28px;
            text-align: center;
        }

        .header-logo { max-width: 260px; margin-bottom: 12px; }
        .header h1 { font-size: 1.5rem; color: var(--beedash-navy); }

        .page-title {
            padding: 24px 20px;
            text-align: center;
            background: var(--white);
        }

        .page-title h2 {
            font-size: 1.35rem;
            color: var(--beedash-navy);
            margin-bottom: 6px;
        }

        .page-title .subtitle {
            font-family: 'Montserrat', sans-serif;
            font-weight: 600;
            color: var(--beedash-yellow);
            font-size: 0.7rem;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            max-width: 550px;
            margin: 0 auto;
        }

        .content-wrapper {
            max-width: 850px;
            margin: 0 auto;
            padding: 12px;
        }

        .main-card {
            background: var(--beedash-green);
            border-radius: 10px;
            padding: 12px;
        }

        .section-card {
            background: var(--white);
            border-radius: 8px;
            padding: 20px;
            margin-bottom: 12px;
        }

        .section-card:last-child { margin-bottom: 0; }

        .section-title {
            color: var(--beedash-green);
            font-size: 1.1rem;
            text-align: center;
            margin-bottom: 16px;
        }

        .logo-grid {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 30px;
            flex-wrap: wrap;
        }

        .logo-grid img {
            max-width: 140px;
            max-height: 80px;
            object-fit: contain;
        }

        .list-columns {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
        }

        .list-columns.three-col {
            grid-template-columns: 1fr 1fr 1fr;
        }

        .list-column ul { list-style: none; }

        .list-column li {
            padding: 5px 0 5px 16px;
            position: relative;
            border-bottom: 1px solid #eee;
            font-size: 0.85rem;
        }

        .list-column li:last-child { border-bottom: none; }

        .list-column li::before {
            content: "•";
            color: var(--beedash-yellow);
            font-weight: bold;
            position: absolute;
            left: 0;
        }

        .single-column .list-columns {
            grid-template-columns: 1fr;
            max-width: 350px;
            margin: 0 auto;
        }

        .cta-section {
            background: var(--light-gray);
            padding: 36px 20px;
            text-align: center;
        }

        .cta-icon { width: 50px; margin-bottom: 12px; }

        .cta-section h2 {
            color: var(--beedash-navy);
            font-size: 1.2rem;
            margin-bottom: 10px;
        }

        .cta-section p {
            max-width: 480px;
            margin: 0 auto 16px;
            color: #555;
            font-size: 0.9rem;
        }

        .cta-button {
            display: inline-block;
            background: var(--beedash-green);
            color: var(--white);
            padding: 10px 24px;
            border-radius: 6px;
            text-decoration: none;
            font-family: 'Montserrat', sans-serif;
            font-weight: 600;
            font-size: 0.85rem;
        }
    </style>
</head>
<body>
        <div class="content-wrapper">
        <div class="main-card">

            <div class="section-card">
                <h3 class="section-title">New Vendor</h3>
                <div class="logo-grid">
                    <img decoding="async" src="https://beedash.com/wp-content/uploads/2026/02/dinex-logo.png?x40075" alt="Dinex">
                </div>
            </div>
             <div class="section-card">
                <h3 class="section-title">Notable Updates</h3>
                <div class="logo-grid">
                    <img decoding="async" src="https://beedash.com/wp-content/uploads/2025/02/southbend_logoz_lg.png?x40075" alt="Brand 1">
                    <img decoding="async" src="https://beedash.com/wp-content/uploads/2024/11/Winco.png?x40075" alt="Brand 2">
                    <img decoding="async" src="https://beedash.com/wp-content/uploads/2025/02/GlobeLogo.png?x40075" alt="Brand 3">
                </div>
            </div>

            <div class="section-card">
                <h3 class="section-title">Price Updates</h3>
                <div class="list-columns three-col">
                    <div class="list-column">
                        <ul>
                            <li>Sammic</li>
                            <li>TableCraft Products</li>
                            <li>Glastender</li>
                            <li>Robot Coupe</li>
                            <li>Grindmaster</li>
                            <li>Cambro</li>
                            <li>Doyon</li>
                            <li>Beverage Air</li>
                            <li>Victory Refrigeration</li>
                            <li>Nu-Vu</li>
                            <li>Carter-Hoffmann</li>
                            <li>Dynamic USA</li>
                            <li>TurboChef</li>
                            <li>Pitco Frialator</li>
                            <li>Winholt</li>
                            <li>Penn Scale</li>
                            <li>Skyfood Equipment</li>
                            <li>Southbend</li>
                            <li>Varimixer</li>
                            <li>Globe</li>
                            <li>ANETS</li>
                            <li>Cal-Mil</li>
                            <li>AccuTemp</li>
                            <li>Mundial</li>
                            <li>Winco</li>
                            <li>Bar Maid</li>
                        </ul>
                    </div>
                    <div class="list-column">
                        <ul>
                            <li>Firex</li>
                            <li>Imperial Range</li>
                            <li>BKI</li>
                            <li>APW Wyott</li>
                            <li>Blodgett</li>
                            <li>Marsal Ovens</li>
                            <li>Grosfillex</li>
                            <li>Univex</li>
                            <li>Frymaster</li>
                            <li>Howard-McCray</li>
                            <li>Fogel</li>
                            <li>Wells</li>
                            <li>Star</li>
                            <li>Magikitchn</li>
                            <li>Toastmaster</li>
                            <li>Lang Manufacturing</li>
                            <li>Concordia</li>
                            <li>Bluezone</li>
                            <li>CookTek</li>
                            <li>Icetro</li>
                            <li>EVO</li>
                            <li>Follett LLC</li>
                            <li>Kloppenberg</li>
                            <li>Middleby Marshall</li>
                            <li>Serv-Ware</li>
                            <li>Viking</li>
                        </ul>
                    </div>
                    <div class="list-column">
                        <ul>
                            <li>Perfect Fry</li>
                            <li>Synesso</li>
                            <li>U-Line</li>
                            <li>Ultrafryer</li>
                            <li>Wunderbar</li>
                            <li>Jade Range</li>
                            <li>Bakers Pride</li>
                            <li>AMMEX</li>
                            <li>Nemco</li>
                            <li>AMPTO</li>
                            <li>Ice-O-Matic</li>
                            <li>Hamilton Beach</li>
                            <li>Disco Cellucap</li>
                            <li>AllPoints Foodservice Parts &#038; Supplies</li>
                            <li>Crestware</li>
                            <li>Migali</li>
                            <li>Alfa International</li>
                            <li>Everest Refrigeration</li>
                            <li>Dormont Manufacturing</li>
                            <li>Concassé</li>
                            <li>Gold Medal</li>
                            <li>San Jamar</li>
                            <li>Carlisle</li>
                            <li>Araven</li>
                            <li>Dinex</li>
                            <li>Mercer Culinary</li>
                            <li>Elite Global Solutions</li>
                            <li>GET Enterprises</li>
                        </ul>
                    </div>
                </div>
            </div>

            <div class="section-card single-column">
                <h3 class="section-title">New Products</h3>
                <div class="list-columns">
                    <div class="list-column">
                        <ul>
                            <li>Grindmaster-Cecilware</li>
                            <li>Nemco</li>
                            <li>Ammex</li>
                            <li>Crestware</li>
                            <li>Dormont Manufacturing</li>
                            <li>Comstock-Castle</li>
                            <li>Concassé</li>
                        </ul>
                    </div>
                </div>
            </div>

            <div class="section-card">
                <h3 class="section-title">Discontinued Products</h3>
                <div class="list-columns">
                    <div class="list-column">
                        <ul>
                            <li>Winco</li>
                            <li>TableCraft Products</li>
                            <li>Grindmaster-Cecilware</li>
                            <li>Cambro</li>
                            <li>TurboChef</li>
                            <li>Krowne Metal</li>
                            <li>Dynamic USA</li>
                            <li>Globe</li>
                            <li>Bar Maid</li>
                            <li>International Tableware</li>
                            <li>Imperial Range</li>
                            <li>Grosfillex</li>
                            <li>Frymaster</li>
                            <li>CookTex</li>
                            <li>Icetro</li>
                            <li>Josper</li>
                            <li>Nemco</li>
                            <li>Cal-Mil</li>
                        </ul>
                    </div>
                    <div class="list-column">
                        <ul>
                            <li>AllPoints Foodservice Parts &#038; Supplies</li>
                            <li>Disco Cellucap</li>
                            <li>Sammic</li>
                            <li>Glastender</li>
                            <li>Univex</li>
                            <li>Ammex</li>
                            <li>Penn Scale</li>
                            <li>Howard-McCray</li>
                            <li>Concassé</li>
                            <li>Gold Medal</li>
                            <li>Ice-O-Matic</li>
                            <li>San Jamar</li>
                            <li>Araven Equipment</li>
                            <li>Carlisle</li>
                            <li>Dinex</li>
                            <li>GET Enterprises</li>
                            <li>Elite Global Solutions</li>
                            <li>Mercer Culinary</li>
                        </ul>
                    </div>
                </div>
            </div>

        </div>
    </div>

    
</body>
</html>
</div>
<img decoding="async" src="/wp-content/uploads/2021/08/icon-core.svg?x40075" alt="">
<h2><span>Experience Corestack Free for 14 Days</span></h2>
<div><p>See how easy it is to manage, price and distribute your product data across every channel.<br data-start="339" data-end="342" />Connect your catalog, explore integrations, and experience the Corestack difference—no commitment required.</p></div>
<div>

    <!-- Button -->
<div class="uk-flex uk-flex-center uk-flex-middle uk-margin">
  <a class="uk-button uk-button-primary" href="#corestack-trial-modal" uk-toggle>
    Request Free Trial
  </a>
</div>

<!-- Modal with iframe -->
<div id="corestack-trial-modal" class="uk-modal-full" uk-modal>
  <div class="uk-modal-dialog uk-modal-body uk-padding-remove">
    <button class="uk-modal-close-full uk-close-large" type="button" uk-close></button>

    <div class="uk-section uk-section-default" style="min-height:80vh">
      <div class="uk-container uk-container-small">
        <h2 class="uk-heading-medium uk-text-center uk-margin-small">Start Your Free Trial</h2>
        <p class="uk-text-lead uk-text-center uk-margin">No credit card required.</p>

        <!-- IFRAME form (HubSpot Share URL) -->
        <div class="uk-margin-large-top uk-text-center">
          <iframe
            id="cs-hs-iframe"
            src="https://share.hsforms.com/1/REPLACE_WITH_YOUR_SHARE_URL"
            title="Corestack Trial Request"
            style="width:100%; height:860px; border:0; overflow:auto;"
            loading="lazy"
            referrerpolicy="no-referrer-when-downgrade"
            allowtransparency="true">
          </iframe>
        </div>

        <!-- Fallback open-in-new-tab -->
        <div class="uk-text-center uk-margin-small">
          <a href="https://share.hsforms.com/1/REPLACE_WITH_YOUR_SHARE_URL" target="_blank" rel="nofollow" class="uk-text-meta">
            Having trouble? Open the form in a new tab
          </a>
        </div>
      </div>
    </div>
  </div>
</div>

</div>
<h2>Latest Posts</h2>
<div>

    







</div>

<span id="more-8935"></span>
<!-- {"type":"layout","children":[{"type":"section","props":{"css":".el-section > [class*='uk-background-'] {\n    height: 55vh;\n    max-height: 350px; \n}\n","header_transparent_noplaceholder":true,"image":"wp-content/uploads/2024/03/BD_Grow-Together_Website-Background_V01-22.svg","image_position":"center-center","media_background":"#FEEFD9","media_overlay":"#FEEFD9","padding_bottom":"none","style":"default","title_breakpoint":"xl","title_position":"top-left","title_rotation":"left","vertical_align":"","width":""},"children":[{"type":"row","children":[{"type":"column","props":{"image_position":"center-center","position_sticky_breakpoint":"m"},"children":[{"type":"image","props":{"image":"wp-content/uploads/2022/05/corestack.svg","image_svg_color":"emphasis","margin_bottom":"default","margin_top":"default","text_align":"center"}},{"type":"headline","props":{"content":"Vendor Updates","image_align":"left","image_margin":"xsmall","margin_bottom":"remove","text_align":"center","title_element":"h1","title_font_family":"primary","title_style":"h2"}}]}],"props":{"alignment":"center"}}],"source":{"query":{"name":"posts.singlePost"}},"name":"Image"},{"type":"section","props":{"image_position":"center-center","style":"default","title_breakpoint":"xl","title_position":"top-left","title_rotation":"left","vertical_align":"middle","width":"default"},"children":[{"type":"row","children":[{"type":"column","props":{"image_position":"center-center","position_sticky_breakpoint":"m"},"children":[{"type":"breadcrumbs","props":{"show_current":true,"show_home":true}}]}]}]},{"type":"section","props":{"image_position":"center-center","padding_bottom":"small","padding_top":"none","style":"default","title_breakpoint":"xl","title_position":"top-left","title_rotation":"left","vertical_align":"","width":""},"children":[{"type":"row","props":{"width":"default"},"children":[{"type":"column","props":{"image_position":"center-center","position_sticky_breakpoint":"m"},"children":[{"type":"headline","props":{"image_align":"left","image_margin":"xsmall","margin_top":"remove","text_align":"center","title_color":"emphasis","title_element":"h2"},"source":{"query":{"name":"posts.singlePost"},"props":{"content":{"filters":{"search":""},"name":"title"}}}},{"type":"headline","props":{"content":"NEW BRANDS, PRICE UPDATES, NEW PRODUCTS, DISCONTINUATIONS FROM BRANDS ACROSS THE INDUSTRY – GET MORE WITH CORESTACK","image_align":"left","image_margin":"xsmall","text_align":"center","title_color":"warning","title_element":"h4","title_font_family":"primary","title_style":"h4"}}]}]}],"name":"Post"},{"type":"section","props":{"image_position":"center-center","padding_top":"none","style":"default","title_breakpoint":"xl","title_position":"top-left","title_rotation":"left","vertical_align":"middle","width":"default"},"children":[{"type":"row","children":[{"type":"column","props":{"image_position":"center-center","position_sticky_breakpoint":"m"},"children":[{"type":"html","props":{"content":"<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Beedash Catalog Updates – January 2026</title>\n    \n    <link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>\n    <link href=\"https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700&family=Open+Sans:wght@400;600&display=swap\" rel=\"stylesheet\">\n    \n    <style>\n        :root {\n            --beedash-green: #267864;\n            --beedash-yellow: #fbb040;\n            --beedash-cream: #feefd9;\n            --beedash-navy: #030f3d;\n            --white: #ffffff;\n            --light-gray: #f4f9f7;\n        }\n\n        * { margin: 0; padding: 0; box-sizing: border-box; }\n\n        body {\n            font-family: 'Open Sans', sans-serif;\n            color: var(--beedash-navy);\n            line-height: 1.6;\n        }\n\n        h1, h2, h3 {\n            font-family: 'Montserrat', sans-serif;\n            font-weight: 700;\n        }\n\n        .header {\n            background-color: var(--beedash-cream);\n            padding: 40px 20px 28px;\n            text-align: center;\n        }\n\n        .header-logo { max-width: 260px; margin-bottom: 12px; }\n        .header h1 { font-size: 1.5rem; color: var(--beedash-navy); }\n\n        .page-title {\n            padding: 24px 20px;\n            text-align: center;\n            background: var(--white);\n        }\n\n        .page-title h2 {\n            font-size: 1.35rem;\n            color: var(--beedash-navy);\n            margin-bottom: 6px;\n        }\n\n        .page-title .subtitle {\n            font-family: 'Montserrat', sans-serif;\n            font-weight: 600;\n            color: var(--beedash-yellow);\n            font-size: 0.7rem;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n            max-width: 550px;\n            margin: 0 auto;\n        }\n\n        .content-wrapper {\n            max-width: 850px;\n            margin: 0 auto;\n            padding: 12px;\n        }\n\n        .main-card {\n            background: var(--beedash-green);\n            border-radius: 10px;\n            padding: 12px;\n        }\n\n        .section-card {\n            background: var(--white);\n            border-radius: 8px;\n            padding: 20px;\n            margin-bottom: 12px;\n        }\n\n        .section-card:last-child { margin-bottom: 0; }\n\n        .section-title {\n            color: var(--beedash-green);\n            font-size: 1.1rem;\n            text-align: center;\n            margin-bottom: 16px;\n        }\n\n        .logo-grid {\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            gap: 30px;\n            flex-wrap: wrap;\n        }\n\n        .logo-grid img {\n            max-width: 140px;\n            max-height: 80px;\n            object-fit: contain;\n        }\n\n        .list-columns {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 20px;\n        }\n\n        .list-columns.three-col {\n            grid-template-columns: 1fr 1fr 1fr;\n        }\n\n        .list-column ul { list-style: none; }\n\n        .list-column li {\n            padding: 5px 0 5px 16px;\n            position: relative;\n            border-bottom: 1px solid #eee;\n            font-size: 0.85rem;\n        }\n\n        .list-column li:last-child { border-bottom: none; }\n\n        .list-column li::before {\n            content: \"•\";\n            color: var(--beedash-yellow);\n            font-weight: bold;\n            position: absolute;\n            left: 0;\n        }\n\n        .single-column .list-columns {\n            grid-template-columns: 1fr;\n            max-width: 350px;\n            margin: 0 auto;\n        }\n\n        .cta-section {\n            background: var(--light-gray);\n            padding: 36px 20px;\n            text-align: center;\n        }\n\n        .cta-icon { width: 50px; margin-bottom: 12px; }\n\n        .cta-section h2 {\n            color: var(--beedash-navy);\n            font-size: 1.2rem;\n            margin-bottom: 10px;\n        }\n\n        .cta-section p {\n            max-width: 480px;\n            margin: 0 auto 16px;\n            color: #555;\n            font-size: 0.9rem;\n        }\n\n        .cta-button {\n            display: inline-block;\n            background: var(--beedash-green);\n            color: var(--white);\n            padding: 10px 24px;\n            border-radius: 6px;\n            text-decoration: none;\n            font-family: 'Montserrat', sans-serif;\n            font-weight: 600;\n            font-size: 0.85rem;\n        }\n    </style>\n</head>\n<body>\n        <div class=\"content-wrapper\">\n        <div class=\"main-card\">\n\n            <div class=\"section-card\">\n                <h3 class=\"section-title\">New Vendor</h3>\n                <div class=\"logo-grid\">\n                    <img src=\"https://beedash.com/wp-content/uploads/2026/02/dinex-logo.png\" alt=\"Dinex\">\n                </div>\n            </div>\n             <div class=\"section-card\">\n                <h3 class=\"section-title\">Notable Updates</h3>\n                <div class=\"logo-grid\">\n                    <img src=\"https://beedash.com/wp-content/uploads/2025/02/southbend_logoz_lg.png\" alt=\"Brand 1\">\n                    <img src=\"https://beedash.com/wp-content/uploads/2024/11/Winco.png\" alt=\"Brand 2\">\n                    <img src=\"https://beedash.com/wp-content/uploads/2025/02/GlobeLogo.png\" alt=\"Brand 3\">\n                </div>\n            </div>\n\n            <div class=\"section-card\">\n                <h3 class=\"section-title\">Price Updates</h3>\n                <div class=\"list-columns three-col\">\n                    <div class=\"list-column\">\n                        <ul>\n                            <li>Sammic</li>\n                            <li>TableCraft Products</li>\n                            <li>Glastender</li>\n                            <li>Robot Coupe</li>\n                            <li>Grindmaster</li>\n                            <li>Cambro</li>\n                            <li>Doyon</li>\n                            <li>Beverage Air</li>\n                            <li>Victory Refrigeration</li>\n                            <li>Nu-Vu</li>\n                            <li>Carter-Hoffmann</li>\n                            <li>Dynamic USA</li>\n                            <li>TurboChef</li>\n                            <li>Pitco Frialator</li>\n                            <li>Winholt</li>\n                            <li>Penn Scale</li>\n                            <li>Skyfood Equipment</li>\n                            <li>Southbend</li>\n                            <li>Varimixer</li>\n                            <li>Globe</li>\n                            <li>ANETS</li>\n                            <li>Cal-Mil</li>\n                            <li>AccuTemp</li>\n                            <li>Mundial</li>\n                            <li>Winco</li>\n                            <li>Bar Maid</li>\n                        </ul>\n                    </div>\n                    <div class=\"list-column\">\n                        <ul>\n                            <li>Firex</li>\n                            <li>Imperial Range</li>\n                            <li>BKI</li>\n                            <li>APW Wyott</li>\n                            <li>Blodgett</li>\n                            <li>Marsal Ovens</li>\n                            <li>Grosfillex</li>\n                            <li>Univex</li>\n                            <li>Frymaster</li>\n                            <li>Howard-McCray</li>\n                            <li>Fogel</li>\n                            <li>Wells</li>\n                            <li>Star</li>\n                            <li>Magikitchn</li>\n                            <li>Toastmaster</li>\n                            <li>Lang Manufacturing</li>\n                            <li>Concordia</li>\n                            <li>Bluezone</li>\n                            <li>CookTek</li>\n                            <li>Icetro</li>\n                            <li>EVO</li>\n                            <li>Follett LLC</li>\n                            <li>Kloppenberg</li>\n                            <li>Middleby Marshall</li>\n                            <li>Serv-Ware</li>\n                            <li>Viking</li>\n                        </ul>\n                    </div>\n                    <div class=\"list-column\">\n                        <ul>\n                            <li>Perfect Fry</li>\n                            <li>Synesso</li>\n                            <li>U-Line</li>\n                            <li>Ultrafryer</li>\n                            <li>Wunderbar</li>\n                            <li>Jade Range</li>\n                            <li>Bakers Pride</li>\n                            <li>AMMEX</li>\n                            <li>Nemco</li>\n                            <li>AMPTO</li>\n                            <li>Ice-O-Matic</li>\n                            <li>Hamilton Beach</li>\n                            <li>Disco Cellucap</li>\n                            <li>AllPoints Foodservice Parts & Supplies</li>\n                            <li>Crestware</li>\n                            <li>Migali</li>\n                            <li>Alfa International</li>\n                            <li>Everest Refrigeration</li>\n                            <li>Dormont Manufacturing</li>\n                            <li>Concassé</li>\n                            <li>Gold Medal</li>\n                            <li>San Jamar</li>\n                            <li>Carlisle</li>\n                            <li>Araven</li>\n                            <li>Dinex</li>\n                            <li>Mercer Culinary</li>\n                            <li>Elite Global Solutions</li>\n                            <li>GET Enterprises</li>\n                        </ul>\n                    </div>\n                </div>\n            </div>\n\n            <div class=\"section-card single-column\">\n                <h3 class=\"section-title\">New Products</h3>\n                <div class=\"list-columns\">\n                    <div class=\"list-column\">\n                        <ul>\n                            <li>Grindmaster-Cecilware</li>\n                            <li>Nemco</li>\n                            <li>Ammex</li>\n                            <li>Crestware</li>\n                            <li>Dormont Manufacturing</li>\n                            <li>Comstock-Castle</li>\n                            <li>Concassé</li>\n                        </ul>\n                    </div>\n                </div>\n            </div>\n\n            <div class=\"section-card\">\n                <h3 class=\"section-title\">Discontinued Products</h3>\n                <div class=\"list-columns\">\n                    <div class=\"list-column\">\n                        <ul>\n                            <li>Winco</li>\n                            <li>TableCraft Products</li>\n                            <li>Grindmaster-Cecilware</li>\n                            <li>Cambro</li>\n                            <li>TurboChef</li>\n                            <li>Krowne Metal</li>\n                            <li>Dynamic USA</li>\n                            <li>Globe</li>\n                            <li>Bar Maid</li>\n                            <li>International Tableware</li>\n                            <li>Imperial Range</li>\n                            <li>Grosfillex</li>\n                            <li>Frymaster</li>\n                            <li>CookTex</li>\n                            <li>Icetro</li>\n                            <li>Josper</li>\n                            <li>Nemco</li>\n                            <li>Cal-Mil</li>\n                        </ul>\n                    </div>\n                    <div class=\"list-column\">\n                        <ul>\n                            <li>AllPoints Foodservice Parts & Supplies</li>\n                            <li>Disco Cellucap</li>\n                            <li>Sammic</li>\n                            <li>Glastender</li>\n                            <li>Univex</li>\n                            <li>Ammex</li>\n                            <li>Penn Scale</li>\n                            <li>Howard-McCray</li>\n                            <li>Concassé</li>\n                            <li>Gold Medal</li>\n                            <li>Ice-O-Matic</li>\n                            <li>San Jamar</li>\n                            <li>Araven Equipment</li>\n                            <li>Carlisle</li>\n                            <li>Dinex</li>\n                            <li>GET Enterprises</li>\n                            <li>Elite Global Solutions</li>\n                            <li>Mercer Culinary</li>\n                        </ul>\n                    </div>\n                </div>\n            </div>\n\n        </div>\n    </div>\n\n    \n</body>\n</html>"}}]}]}]},{"type":"section","props":{"animation":"slide-bottom-medium","animation_delay":"100","header_transparent":true,"header_transparent_noplaceholder":false,"header_transparent_text_color":"dark","id":"muted-green","image":"wp-content/uploads/2021/08/pattern-white-extra.svg","image_position":"center-center","image_size":"cover","media_overlay":"rgba(244, 249, 247, 0.59)","overlap":true,"padding_bottom":"large","padding_top":"large","style":"default","title_breakpoint":"xl","title_position":"top-left","title_rotation":"left","vertical_align":"","width":"default"},"children":[{"type":"row","children":[{"type":"column","props":{"image_position":"center-center","position_sticky_breakpoint":"m"},"children":[{"type":"image","props":{"animation":"parallax","image":"wp-content/uploads/2021/08/icon-core.svg","image_svg_color":"emphasis","image_width":"80","margin_bottom":"default","margin_top":"default","parallax_easing":"1","parallax_end":"50vh + 50%","parallax_rotate":"0,180","text_align":"center"}},{"type":"headline","props":{"block_align":"center","content":"<span>Experience Corestack Free for 14 Days</span>","image_align":"left","image_margin":"xsmall","text_align":"center","title_element":"h2"}}]}]},{"type":"row","children":[{"type":"column","props":{"image_position":"center-center","position_sticky_breakpoint":"m"},"children":[{"type":"text","props":{"column_breakpoint":"m","content":"<p>See how easy it is to manage, price and distribute your product data across every channel.<br data-start=\"339\" data-end=\"342\" />Connect your catalog, explore integrations, and experience the Corestack difference—no commitment required.</p>","margin_bottom":"default","margin_top":"default","text_align":"center","text_style":"lead"}},{"type":"html","props":{"content":"<!-- Button -->\n<div class=\"uk-flex uk-flex-center uk-flex-middle uk-margin\">\n  <a class=\"uk-button uk-button-primary\" href=\"#corestack-trial-modal\" uk-toggle>\n    Request Free Trial\n  </a>\n</div>\n\n<!-- Modal with iframe -->\n<div id=\"corestack-trial-modal\" class=\"uk-modal-full\" uk-modal>\n  <div class=\"uk-modal-dialog uk-modal-body uk-padding-remove\">\n    <button class=\"uk-modal-close-full uk-close-large\" type=\"button\" uk-close></button>\n\n    <div class=\"uk-section uk-section-default\" style=\"min-height:80vh\">\n      <div class=\"uk-container uk-container-small\">\n        <h2 class=\"uk-heading-medium uk-text-center uk-margin-small\">Start Your Free Trial</h2>\n        <p class=\"uk-text-lead uk-text-center uk-margin\">No credit card required.</p>\n\n        <!-- IFRAME form (HubSpot Share URL) -->\n        <div class=\"uk-margin-large-top uk-text-center\">\n          <iframe\n            id=\"cs-hs-iframe\"\n            src=\"https://share.hsforms.com/1/REPLACE_WITH_YOUR_SHARE_URL\"\n            title=\"Corestack Trial Request\"\n            style=\"width:100%; height:860px; border:0; overflow:auto;\"\n            loading=\"lazy\"\n            referrerpolicy=\"no-referrer-when-downgrade\"\n            allowtransparency=\"true\">\n          </iframe>\n        </div>\n\n        <!-- Fallback open-in-new-tab -->\n        <div class=\"uk-text-center uk-margin-small\">\n          <a href=\"https://share.hsforms.com/1/REPLACE_WITH_YOUR_SHARE_URL\" target=\"_blank\" rel=\"nofollow\" class=\"uk-text-meta\">\n            Having trouble? Open the form in a new tab\n          </a>\n        </div>\n      </div>\n    </div>\n  </div>\n</div>\n&#8221;}}]}]}],&#8221;name&#8221;:&#8221;Contact section &#8211; muted green pattern&#8221;},{&#8220;type&#8221;:&#8221;section&#8221;,&#8221;props&#8221;:{&#8220;image_position&#8221;:&#8221;center-center&#8221;,&#8221;padding_bottom&#8221;:&#8221;large&#8221;,&#8221;padding_top&#8221;:&#8221;large&#8221;,&#8221;preserve_color&#8221;:false,&#8221;style&#8221;:&#8221;muted&#8221;,&#8221;title_breakpoint&#8221;:&#8221;xl&#8221;,&#8221;title_position&#8221;:&#8221;top-left&#8221;,&#8221;title_rotation&#8221;:&#8221;left&#8221;,&#8221;vertical_align&#8221;:&#8221;&#8221;,&#8221;width&#8221;:&#8221;default&#8221;},&#8221;children&#8221;:[{&#8220;type&#8221;:&#8221;row&#8221;,&#8221;children&#8221;:[{&#8220;type&#8221;:&#8221;column&#8221;,&#8221;props&#8221;:{&#8220;image_position&#8221;:&#8221;center-center&#8221;,&#8221;position_sticky_breakpoint&#8221;:&#8221;m&#8221;},&#8221;children&#8221;:[{&#8220;type&#8221;:&#8221;headline&#8221;,&#8221;props&#8221;:{&#8220;content&#8221;:&#8221;Latest Posts&#8221;,&#8221;image_align&#8221;:&#8221;left&#8221;,&#8221;image_margin&#8221;:&#8221;xsmall&#8221;,&#8221;margin_bottom&#8221;:&#8221;medium&#8221;,&#8221;margin_top&#8221;:&#8221;medium&#8221;,&#8221;text_align&#8221;:&#8221;center&#8221;,&#8221;title_element&#8221;:&#8221;h2&#8243;}},{&#8220;type&#8221;:&#8221;grid&#8221;,&#8221;props&#8221;:{&#8220;block_align&#8221;:&#8221;center&#8221;,&#8221;content_column_breakpoint&#8221;:&#8221;m&#8221;,&#8221;css&#8221;:&#8221;@media (max-width: 959px) {\n\t.el-element > * > :nth-child(3n+0) { display: none; }\n}&#8221;,&#8221;filter_align&#8221;:&#8221;left&#8221;,&#8221;filter_all&#8221;:true,&#8221;filter_grid_breakpoint&#8221;:&#8221;m&#8221;,&#8221;filter_grid_width&#8221;:&#8221;auto&#8221;,&#8221;filter_position&#8221;:&#8221;top&#8221;,&#8221;filter_style&#8221;:&#8221;tab&#8221;,&#8221;grid_default&#8221;:&#8221;1&#8243;,&#8221;grid_medium&#8221;:&#8221;3&#8243;,&#8221;grid_small&#8221;:&#8221;2&#8243;,&#8221;image_align&#8221;:&#8221;top&#8221;,&#8221;image_grid_breakpoint&#8221;:&#8221;m&#8221;,&#8221;image_grid_width&#8221;:&#8221;1-2&#8243;,&#8221;image_svg_color&#8221;:&#8221;emphasis&#8221;,&#8221;image_width&#8221;:&#8221;610&#8243;,&#8221;item_animation&#8221;:true,&#8221;lightbox_bg_close&#8221;:true,&#8221;link_style&#8221;:&#8221;text&#8221;,&#8221;link_text&#8221;:&#8221;Read more&#8221;,&#8221;margin_bottom&#8221;:&#8221;default&#8221;,&#8221;margin_top&#8221;:&#8221;default&#8221;,&#8221;meta_align&#8221;:&#8221;above-title&#8221;,&#8221;meta_color&#8221;:&#8221;muted&#8221;,&#8221;meta_element&#8221;:&#8221;div&#8221;,&#8221;meta_style&#8221;:&#8221;&#8221;,&#8221;panel_image_no_padding&#8221;:true,&#8221;panel_link&#8221;:true,&#8221;panel_link_hover&#8221;:&#8221;true&#8221;,&#8221;panel_padding&#8221;:&#8221;default&#8221;,&#8221;panel_style&#8221;:&#8221;card-default&#8221;,&#8221;parallax_easing&#8221;:&#8221;1&#8243;,&#8221;show_content&#8221;:true,&#8221;show_hover_image&#8221;:true,&#8221;show_hover_video&#8221;:true,&#8221;show_image&#8221;:true,&#8221;show_link&#8221;:true,&#8221;show_meta&#8221;:true,&#8221;show_title&#8221;:true,&#8221;show_video&#8221;:true,&#8221;text_align&#8221;:&#8221;center&#8221;,&#8221;title_align&#8221;:&#8221;top&#8221;,&#8221;title_element&#8221;:&#8221;h3&#8243;,&#8221;title_grid_breakpoint&#8221;:&#8221;m&#8221;,&#8221;title_grid_width&#8221;:&#8221;1-2&#8243;,&#8221;title_hover_style&#8221;:&#8221;reset&#8221;,&#8221;title_link&#8221;:true,&#8221;title_style&#8221;:&#8221;h4&#8243;},&#8221;children&#8221;:[{&#8220;type&#8221;:&#8221;grid_item&#8221;,&#8221;props&#8221;:{&#8220;content&#8221;:&#8221;&#8221;},&#8221;source&#8221;:{&#8220;query&#8221;:{&#8220;name&#8221;:&#8221;posts.singlePost&#8221;,&#8221;field&#8221;:{&#8220;name&#8221;:&#8221;relatedPosts&#8221;,&#8221;arguments&#8221;:{&#8220;category&#8221;:&#8221;&#8221;,&#8221;limit&#8221;:3,&#8221;order&#8221;:&#8221;date&#8221;,&#8221;order_direction&#8221;:&#8221;DESC&#8221;,&#8221;author&#8221;:&#8221;&#8221;,&#8221;post_tag&#8221;:&#8221;&#8221;,&#8221;offset&#8221;:0}}},&#8221;props&#8221;:{&#8220;title&#8221;:{&#8220;name&#8221;:&#8221;title&#8221;},&#8221;link&#8221;:{&#8220;name&#8221;:&#8221;link&#8221;},&#8221;image&#8221;:{&#8220;name&#8221;:&#8221;field.intro_image.url&#8221;},&#8221;meta&#8221;:{&#8220;filters&#8221;:{&#8220;search&#8221;:&#8221;&#8221;,&#8221;date&#8221;:&#8221;d F, Y&#8221;},&#8221;name&#8221;:&#8221;date&#8221;}}}}]}]}]}],&#8221;name&#8221;:&#8221;Latest Posts&#8221;}],&#8221;version&#8221;:&#8221;5.0.5&#8243;} &#8211;><p>The post <a href="https://beedash.com/corestack-catalog-updates-january-2026/">Corestack Catalog Updates January 2026</a> appeared first on <a href="https://beedash.com">Beedash</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Corestack Catalog Updates December 2025</title>
		<link>https://beedash.com/corestack-catalog-updates-december-2025/</link>
		
		<dc:creator><![CDATA[beedash]]></dc:creator>
		<pubDate>Tue, 20 Jan 2026 17:04:10 +0000</pubDate>
				<category><![CDATA[Vendor Updates]]></category>
		<guid isPermaLink="false">https://beedash.com/?p=8918</guid>

					<description><![CDATA[<p>Vendor Updates NEW BRANDS, PRICE UPDATES, NEW PRODUCTS, DISCONTINUATIONS FROM BRANDS ACROSS THE INDUSTRY – GET MORE WITH CORESTACK Notable Updates Price Updates CDN Measurement Tools BevLes Maxx Cold Maxx Ice Adcraft – Admiral Craft Equipment Cal-Mil Ice-O-Matic Structural Concepts Atosa USA John Boos American Metalcraft AllPoints Foodservice Parts &#038; Supplies Vulcan Wolf New Products [&#8230;]</p>
<p>The post <a href="https://beedash.com/corestack-catalog-updates-december-2025/">Corestack Catalog Updates December 2025</a> appeared first on <a href="https://beedash.com">Beedash</a>.</p>
]]></description>
										<content:encoded><![CDATA[<img decoding="async" src="/wp-content/uploads/2022/05/corestack.svg?x40075" alt="">
<h1>Vendor Updates</h1>
<h4>NEW BRANDS, PRICE UPDATES, NEW PRODUCTS, DISCONTINUATIONS FROM BRANDS ACROSS THE INDUSTRY – GET MORE WITH CORESTACK</h4>
<h2><center>
<h2 style="color: #267864;">Notable Updates</h2>
</center></h2>
<ul>
        <li>

        <img decoding="async" src="/wp-content/uploads/2023/02/JohnBoos.png?x40075" alt="John Boos Foodservice Products">








    </li>
        <li>

        <img decoding="async" src="/wp-content/uploads/2026/01/ALLPOINTS_.jpg?x40075" alt="">








    </li>
        <li>

        <img decoding="async" src="/wp-content/uploads/2026/01/CDN-Measurement-Tools.jpg?x40075" alt="">








    </li>
    </ul>
<h1><center><h2 style="color:#267864;">Price Updates</h2></center></h1>
<ul>
        <li>

        





<div><ul>
  <li>CDN Measurement Tools</li>
  <li>BevLes</li>
  <li>Maxx Cold</li>
  <li>Maxx Ice</li>
  <li>Adcraft – Admiral Craft Equipment</li>
  <li>Cal-Mil</li>
  <li>Ice-O-Matic</li>
  <li>Structural Concepts</li>
</ul></div>


    </li>
        <li>

        





<div><ul>
  <li>Atosa USA</li>
  <li>John Boos</li>
  <li>American Metalcraft</li>
  <li>AllPoints Foodservice Parts &#038; Supplies</li>
  <li>Vulcan</li>
  <li>Wolf</li>
</ul></div>


    </li>
    </ul>
<h1><center>
<h2 style="color: #267864;">New Products</h2>
</center></h1>
<div>

    





<div><ul>
  <li>Carter-Hoffmann</li>
  <li>Toastmaster</li>
  <li>Carlisle</li>
  <li>Thunder Group</li>
  <li>Crestware</li>
</ul></div>


</div>
<h1><center>
<h2 style="color: #267864;">Discontinued Products</h2>
</center></h1>
<ul>
        <li>

        





<div><ul>
  <li>CDN Measurement Tools</li>
  <li>APW Wyott</li>
  <li>Nu-Vu</li>
  <li>Federal Industries</li>
  <li>Maxx Cold</li>
  <li>Maxx Ice</li>
  <li>Adcraft – Admiral Craft Equipment</li>
  <li>Traulsen</li>
  <li>Cal-Mil</li>
</ul></div>


    </li>
        <li>

        





<div><ul>
  <li>Wells</li>
  <li>Master-Bilt</li>
  <li>Varimixer</li>
  <li>Kloppenberg</li>
  <li>Dexter Russell</li>
  <li>Mundial</li>
  <li>Doyon</li>
  <li>AllPoints Foodservice Parts &#038; Supplies</li>
  <li>John Boos</li>
  <li>Krowne Metal</li>
</ul></div>


    </li>
    </ul>
<img decoding="async" src="/wp-content/uploads/2021/08/icon-core.svg?x40075" alt="">
<h2><span>Experience Corestack Free for 14 Days</span></h2>
<div><p>See how easy it is to manage, price and distribute your product data across every channel.<br data-start="339" data-end="342" />Connect your catalog, explore integrations, and experience the Corestack difference—no commitment required.</p></div>
<div>

    <!-- Button -->
<div class="uk-flex uk-flex-center uk-flex-middle uk-margin">
  <a class="uk-button uk-button-primary" href="#corestack-trial-modal" uk-toggle>
    Request Free Trial
  </a>
</div>

<!-- Modal with iframe -->
<div id="corestack-trial-modal" class="uk-modal-full" uk-modal>
  <div class="uk-modal-dialog uk-modal-body uk-padding-remove">
    <button class="uk-modal-close-full uk-close-large" type="button" uk-close></button>

    <div class="uk-section uk-section-default" style="min-height:80vh">
      <div class="uk-container uk-container-small">
        <h2 class="uk-heading-medium uk-text-center uk-margin-small">Start Your Free Trial</h2>
        <p class="uk-text-lead uk-text-center uk-margin">No credit card required.</p>

        <!-- IFRAME form (HubSpot Share URL) -->
        <div class="uk-margin-large-top uk-text-center">
          <iframe
            id="cs-hs-iframe"
            src="https://share.hsforms.com/1/REPLACE_WITH_YOUR_SHARE_URL"
            title="Corestack Trial Request"
            style="width:100%; height:860px; border:0; overflow:auto;"
            loading="lazy"
            referrerpolicy="no-referrer-when-downgrade"
            allowtransparency="true">
          </iframe>
        </div>

        <!-- Fallback open-in-new-tab -->
        <div class="uk-text-center uk-margin-small">
          <a href="https://share.hsforms.com/1/REPLACE_WITH_YOUR_SHARE_URL" target="_blank" rel="nofollow" class="uk-text-meta">
            Having trouble? Open the form in a new tab
          </a>
        </div>
      </div>
    </div>
  </div>
</div>

</div>
<h2>Latest Posts</h2>
<div>

    







</div>

<span id="more-8918"></span>
<!-- {"type":"layout","children":[{"type":"section","props":{"css":".el-section > [class*='uk-background-'] {\n    height: 55vh;\n    max-height: 350px; \n}\n","header_transparent_noplaceholder":true,"image":"wp-content\/uploads\/2024\/03\/BD_Grow-Together_Website-Background_V01-22.svg","image_position":"center-center","media_background":"#FEEFD9","media_overlay":"#FEEFD9","padding_remove_bottom":true,"style":"default","title_breakpoint":"xl","title_position":"top-left","title_rotation":"left","vertical_align":"","width":""},"children":[{"type":"row","children":[{"type":"column","props":{"image_position":"center-center","position_sticky_breakpoint":"m"},"children":[{"type":"image","props":{"image":"wp-content\/uploads\/2022\/05\/corestack.svg","image_svg_color":"emphasis","margin":"default","text_align":"center"}},{"type":"headline","props":{"content":"Vendor Updates","margin_remove_bottom":true,"text_align":"center","title_element":"h1","title_font_family":"primary","title_style":"h2"}}]}],"props":{"alignment":"center","margin_remove_bottom":false}}],"source":{"query":{"name":"posts.singlePost"}},"name":"Image"},{"type":"section","props":{"image_position":"center-center","style":"default","title_breakpoint":"xl","title_position":"top-left","title_rotation":"left","vertical_align":"middle","width":"default"},"children":[{"type":"row","children":[{"type":"column","props":{"image_position":"center-center","position_sticky_breakpoint":"m"},"children":[{"type":"breadcrumbs","props":{"show_current":true,"show_home":true}}]}]}]},{"type":"section","props":{"image_position":"center-center","padding_remove_top":true,"style":"default","title_breakpoint":"xl","title_position":"top-left","title_rotation":"left","vertical_align":"","width":""},"children":[{"type":"row","props":{"width":"default"},"children":[{"type":"column","props":{"image_position":"center-center","position_sticky_breakpoint":"m"},"children":[{"type":"headline","props":{"margin_remove_top":true,"text_align":"center","title_color":"emphasis","title_element":"h2"},"source":{"query":{"name":"posts.singlePost"},"props":{"content":{"filters":{"search":""},"name":"title"}}}},{"type":"headline","props":{"content":"NEW BRANDS, PRICE UPDATES, NEW PRODUCTS, DISCONTINUATIONS FROM BRANDS ACROSS THE INDUSTRY \u2013 GET MORE WITH CORESTACK","text_align":"center","title_color":"warning","title_element":"h4","title_font_family":"primary","title_style":"h4"}}]}]}],"name":"Post"},{"type":"section","props":{"image_position":"center-center","padding_remove_top":true,"preserve_color":false,"style":"default","title_breakpoint":"xl","title_position":"top-left","title_rotation":"left","vertical_align":"middle","width":"default"},"children":[{"type":"row","children":[{"type":"column","props":{"image_position":"center-center","position_sticky_breakpoint":"m","style":"card-primary"},"children":[{"type":"fragment","props":{"margin":"default","status":"disabled"},"children":[{"type":"row","props":{"width":"xlarge"},"children":[{"type":"column","props":{"image_position":"center-center","position_sticky_breakpoint":"m","style":"card-default"},"children":[{"type":"headline","props":{"content":"<center>\n<h2 style=\"color: #267864;\">New Brands<\/h2>\n<\/center>","text_align":"center","title_color":"primary","title_element":"h2","title_font_family":"primary","title_style":"h2"}},{"type":"grid","props":{"content_column_breakpoint":"m","filter_align":"left","filter_all":true,"filter_grid_breakpoint":"m","filter_grid_width":"auto","filter_position":"top","filter_style":"tab","grid_column_align":false,"grid_default":"1","grid_medium":"3","grid_parallax_justify":false,"grid_row_align":true,"icon_width":80,"image_align":"top","image_grid_breakpoint":"m","image_grid_width":"1-2","image_svg_color":"emphasis","image_width":150,"item_animation":true,"lightbox_bg_close":true,"link_style":"default","link_text":"Read more","margin":"default","meta_align":"below-title","meta_element":"div","meta_style":"text-meta","show_content":true,"show_hover_image":true,"show_hover_video":true,"show_image":true,"show_link":true,"show_meta":true,"show_title":true,"show_video":true,"text_align":"center","title_align":"top","title_element":"h3","title_grid_breakpoint":"m","title_grid_width":"1-2","title_hover_style":"reset"},"children":[{"type":"grid_item","props":{"image":"wp-content\/uploads\/2025\/12\/Hobart-Logo.jpg"}},{"type":"grid_item","props":{"image":"wp-content\/uploads\/2025\/12\/Araven-Equipment.jpg"}},{"type":"grid_item","props":{"image":"wp-content\/uploads\/2025\/12\/Venancio-Logo-scaled.png"}}]}]}]}]},{"type":"fragment","props":{"margin":"default"},"children":[{"type":"row","props":{"width":"xlarge"},"children":[{"type":"column","props":{"image_position":"center-center","position_sticky_breakpoint":"m","style":"card-default"},"children":[{"type":"headline","props":{"content":"<center>\n<h2 style=\"color: #267864;\">Notable Updates<\/h2>\n<\/center>","text_align":"center","title_color":"primary","title_element":"h2","title_font_family":"primary","title_style":"h2"}},{"type":"grid","props":{"content_column_breakpoint":"m","filter_align":"left","filter_all":true,"filter_grid_breakpoint":"m","filter_grid_width":"auto","filter_position":"top","filter_style":"tab","grid_column_align":false,"grid_default":"1","grid_medium":"3","grid_parallax_justify":false,"grid_row_align":true,"icon_width":80,"image_align":"top","image_grid_breakpoint":"m","image_grid_width":"1-2","image_svg_color":"emphasis","image_width":"200","item_animation":true,"lightbox_bg_close":true,"link_style":"default","link_text":"Read more","margin":"default","meta_align":"below-title","meta_element":"div","meta_style":"text-meta","show_content":true,"show_hover_image":true,"show_hover_video":true,"show_image":true,"show_link":true,"show_meta":true,"show_title":true,"show_video":true,"text_align":"center","title_align":"top","title_element":"h3","title_grid_breakpoint":"m","title_grid_width":"1-2","title_hover_style":"reset"},"children":[{"type":"grid_item","props":{"image":"wp-content\/uploads\/2023\/02\/JohnBoos.png","image_alt":"John Boos Foodservice Products"}},{"type":"grid_item","props":{"image":"wp-content\/uploads\/2026\/01\/ALLPOINTS_.jpg"}},{"type":"grid_item","props":{"image":"wp-content\/uploads\/2026\/01\/CDN-Measurement-Tools.jpg"}}]}]}]}]},{"type":"fragment","props":{"blend":false,"margin":"default"},"children":[{"type":"row","props":{"width":"xlarge"},"children":[{"type":"column","props":{"image_position":"center-center","position_sticky_breakpoint":"m","style":"card-default"},"children":[{"type":"headline","props":{"content":"<center><h2 style=\"color:#267864;\">Price Updates<\/h2><\/center>","title_element":"h1"}},{"type":"grid","props":{"content_column_breakpoint":"m","content_style":"h5","filter_align":"left","filter_all":true,"filter_grid_breakpoint":"m","filter_grid_width":"auto","filter_position":"top","filter_style":"tab","grid_column_align":false,"grid_column_gap":"medium","grid_default":"1","grid_medium":"","grid_parallax_justify":false,"grid_row_align":false,"grid_small":"2","icon_width":80,"image_align":"top","image_grid_breakpoint":"m","image_grid_width":"1-2","image_svg_color":"emphasis","item_animation":true,"lightbox_bg_close":true,"link_style":"default","link_text":"Read more","margin":"default","meta_align":"below-title","meta_element":"div","meta_style":"text-meta","show_content":true,"show_hover_image":true,"show_hover_video":true,"show_image":true,"show_link":true,"show_meta":true,"show_title":false,"show_video":true,"title_align":"top","title_element":"h3","title_grid_breakpoint":"m","title_grid_width":"1-2","title_hover_style":"reset"},"children":[{"type":"grid_item","props":{"content":"<ul>\n  <li>CDN Measurement Tools<\/li>\n  <li>BevLes<\/li>\n  <li>Maxx Cold<\/li>\n  <li>Maxx Ice<\/li>\n  <li>Adcraft \u2013 Admiral Craft Equipment<\/li>\n  <li>Cal-Mil<\/li>\n  <li>Ice-O-Matic<\/li>\n  <li>Structural Concepts<\/li>\n<\/ul>"}},{"type":"grid_item","props":{"content":"<ul>\n  <li>Atosa USA<\/li>\n  <li>John Boos<\/li>\n  <li>American Metalcraft<\/li>\n  <li>AllPoints Foodservice Parts & Supplies<\/li>\n  <li>Vulcan<\/li>\n  <li>Wolf<\/li>\n<\/ul>"}}]}]}]}]},{"type":"fragment","props":{"margin":"default"},"children":[{"type":"row","props":{"width":"xlarge"},"children":[{"type":"column","props":{"image_position":"center-center","position_sticky_breakpoint":"m","style":"card-default"},"children":[{"type":"headline","props":{"content":"<center>\n<h2 style=\"color: #267864;\">New Products<\/h2>\n<\/center>","title_element":"h1"}},{"type":"grid","props":{"block_align":"center","content_column_breakpoint":"m","content_style":"h5","filter_align":"left","filter_all":true,"filter_grid_breakpoint":"m","filter_grid_width":"auto","filter_position":"top","filter_style":"tab","grid_default":"1","grid_medium":"2","icon_width":80,"image_align":"top","image_grid_breakpoint":"m","image_grid_width":"1-2","image_svg_color":"emphasis","item_animation":true,"lightbox_bg_close":true,"link_style":"default","link_text":"Read more","margin":"default","meta_align":"below-title","meta_element":"div","meta_style":"text-meta","show_content":true,"show_hover_image":true,"show_hover_video":true,"show_image":true,"show_link":true,"show_meta":true,"show_title":true,"show_video":true,"title_align":"top","title_element":"h3","title_grid_breakpoint":"m","title_grid_width":"1-2","title_hover_style":"reset"},"children":[{"type":"grid_item","props":{"content":"<ul>\n  <li>Carter-Hoffmann<\/li>\n  <li>Toastmaster<\/li>\n  <li>Carlisle<\/li>\n  <li>Thunder Group<\/li>\n  <li>Crestware<\/li>\n<\/ul>"}}]}]}]}]},{"type":"fragment","props":{"margin":"default"},"children":[{"type":"row","props":{"width":"xlarge"},"children":[{"type":"column","props":{"image_position":"center-center","position_sticky_breakpoint":"m","style":"card-default"},"children":[{"type":"headline","props":{"content":"<center>\n<h2 style=\"color: #267864;\">Discontinued Products<\/h2>\n<\/center>","title_element":"h1"}},{"type":"grid","props":{"block_align":"center","content_column_breakpoint":"m","content_style":"h5","filter_align":"left","filter_all":true,"filter_grid_breakpoint":"m","filter_grid_width":"auto","filter_position":"top","filter_style":"tab","grid_default":"1","grid_medium":"2","icon_width":80,"image_align":"top","image_grid_breakpoint":"m","image_grid_width":"1-2","image_svg_color":"emphasis","item_animation":true,"lightbox_bg_close":true,"link_style":"default","link_text":"Read more","margin":"default","meta_align":"below-title","meta_element":"div","meta_style":"text-meta","show_content":true,"show_hover_image":true,"show_hover_video":true,"show_image":true,"show_link":true,"show_meta":true,"show_title":true,"show_video":true,"title_align":"top","title_element":"h3","title_grid_breakpoint":"m","title_grid_width":"1-2","title_hover_style":"reset"},"children":[{"type":"grid_item","props":{"content":"<ul>\n  <li>CDN Measurement Tools<\/li>\n  <li>APW Wyott<\/li>\n  <li>Nu-Vu<\/li>\n  <li>Federal Industries<\/li>\n  <li>Maxx Cold<\/li>\n  <li>Maxx Ice<\/li>\n  <li>Adcraft \u2013 Admiral Craft Equipment<\/li>\n  <li>Traulsen<\/li>\n  <li>Cal-Mil<\/li>\n<\/ul>"}},{"type":"grid_item","props":{"content":"<ul>\n  <li>Wells<\/li>\n  <li>Master-Bilt<\/li>\n  <li>Varimixer<\/li>\n  <li>Kloppenberg<\/li>\n  <li>Dexter Russell<\/li>\n  <li>Mundial<\/li>\n  <li>Doyon<\/li>\n  <li>AllPoints Foodservice Parts & Supplies<\/li>\n  <li>John Boos<\/li>\n  <li>Krowne Metal<\/li>\n<\/ul>"}}]}]}]}]}]}]}]},{"type":"section","props":{"animation":"slide-bottom-medium","animation_delay":"100","header_transparent":true,"header_transparent_noplaceholder":false,"header_transparent_text_color":"dark","id":"muted-green","image":"wp-content\/uploads\/2021\/08\/pattern-white-extra.svg","image_position":"center-center","image_size":"cover","media_overlay":"rgba(244, 249, 247, 0.59)","overlap":true,"padding":"large","padding_remove_bottom":false,"style":"default","title_breakpoint":"xl","title_position":"top-left","title_rotation":"left","vertical_align":"","width":"default"},"children":[{"type":"row","children":[{"type":"column","props":{"image_position":"center-center","position_sticky_breakpoint":"m"},"children":[{"type":"image","props":{"animation":"parallax","image":"wp-content\/uploads\/2021\/08\/icon-core.svg","image_svg_color":"emphasis","image_width":"80","margin":"default","parallax_easing":"1","parallax_end":"50vh + 50%","parallax_rotate":"0,180","text_align":"center"}},{"type":"headline","props":{"block_align":"center","content":"<span>Experience Corestack Free for 14 Days<\/span>","text_align":"center","title_element":"h2"}}]}]},{"type":"row","children":[{"type":"column","props":{"image_position":"center-center","position_sticky_breakpoint":"m"},"children":[{"type":"text","props":{"column_breakpoint":"m","content":"<p>See how easy it is to manage, price and distribute your product data across every channel.<br data-start=\"339\" data-end=\"342\" \/>Connect your catalog, explore integrations, and experience the Corestack difference\u2014no commitment required.<\/p>","margin":"default","text_align":"center","text_style":"lead"}},{"type":"html","props":{"content":"<!-- Button -->\n<div class=\"uk-flex uk-flex-center uk-flex-middle uk-margin\">\n  <a class=\"uk-button uk-button-primary\" href=\"#corestack-trial-modal\" uk-toggle>\n    Request Free Trial\n  <\/a>\n<\/div>\n\n<!-- Modal with iframe -->\n<div id=\"corestack-trial-modal\" class=\"uk-modal-full\" uk-modal>\n  <div class=\"uk-modal-dialog uk-modal-body uk-padding-remove\">\n    <button class=\"uk-modal-close-full uk-close-large\" type=\"button\" uk-close><\/button>\n\n    <div class=\"uk-section uk-section-default\" style=\"min-height:80vh\">\n      <div class=\"uk-container uk-container-small\">\n        <h2 class=\"uk-heading-medium uk-text-center uk-margin-small\">Start Your Free Trial<\/h2>\n        <p class=\"uk-text-lead uk-text-center uk-margin\">No credit card required.<\/p>\n\n        <!-- IFRAME form (HubSpot Share URL) -->\n        <div class=\"uk-margin-large-top uk-text-center\">\n          <iframe\n            id=\"cs-hs-iframe\"\n            src=\"https:\/\/share.hsforms.com\/1\/REPLACE_WITH_YOUR_SHARE_URL\"\n            title=\"Corestack Trial Request\"\n            style=\"width:100%; height:860px; border:0; overflow:auto;\"\n            loading=\"lazy\"\n            referrerpolicy=\"no-referrer-when-downgrade\"\n            allowtransparency=\"true\">\n          <\/iframe>\n        <\/div>\n\n        <!-- Fallback open-in-new-tab -->\n        <div class=\"uk-text-center uk-margin-small\">\n          <a href=\"https:\/\/share.hsforms.com\/1\/REPLACE_WITH_YOUR_SHARE_URL\" target=\"_blank\" rel=\"nofollow\" class=\"uk-text-meta\">\n            Having trouble? Open the form in a new tab\n          <\/a>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/div>\n&#8221;}}]}]}],&#8221;name&#8221;:&#8221;Contact section &#8211; muted green pattern&#8221;},{&#8220;type&#8221;:&#8221;section&#8221;,&#8221;props&#8221;:{&#8220;image_position&#8221;:&#8221;center-center&#8221;,&#8221;padding&#8221;:&#8221;large&#8221;,&#8221;preserve_color&#8221;:false,&#8221;style&#8221;:&#8221;muted&#8221;,&#8221;title_breakpoint&#8221;:&#8221;xl&#8221;,&#8221;title_position&#8221;:&#8221;top-left&#8221;,&#8221;title_rotation&#8221;:&#8221;left&#8221;,&#8221;vertical_align&#8221;:&#8221;&#8221;,&#8221;width&#8221;:&#8221;default&#8221;},&#8221;children&#8221;:[{&#8220;type&#8221;:&#8221;row&#8221;,&#8221;children&#8221;:[{&#8220;type&#8221;:&#8221;column&#8221;,&#8221;props&#8221;:{&#8220;image_position&#8221;:&#8221;center-center&#8221;,&#8221;position_sticky_breakpoint&#8221;:&#8221;m&#8221;},&#8221;children&#8221;:[{&#8220;type&#8221;:&#8221;headline&#8221;,&#8221;props&#8221;:{&#8220;content&#8221;:&#8221;Latest Posts&#8221;,&#8221;margin&#8221;:&#8221;medium&#8221;,&#8221;text_align&#8221;:&#8221;center&#8221;,&#8221;title_element&#8221;:&#8221;h2&#8243;}},{&#8220;type&#8221;:&#8221;grid&#8221;,&#8221;props&#8221;:{&#8220;block_align&#8221;:&#8221;center&#8221;,&#8221;content_column_breakpoint&#8221;:&#8221;m&#8221;,&#8221;css&#8221;:&#8221;@media (max-width: 959px) {\n\t.el-element > * > :nth-child(3n+0) { display: none; }\n}&#8221;,&#8221;filter_align&#8221;:&#8221;left&#8221;,&#8221;filter_all&#8221;:true,&#8221;filter_grid_breakpoint&#8221;:&#8221;m&#8221;,&#8221;filter_grid_width&#8221;:&#8221;auto&#8221;,&#8221;filter_position&#8221;:&#8221;top&#8221;,&#8221;filter_style&#8221;:&#8221;tab&#8221;,&#8221;grid_default&#8221;:&#8221;1&#8243;,&#8221;grid_medium&#8221;:&#8221;3&#8243;,&#8221;grid_small&#8221;:&#8221;2&#8243;,&#8221;icon_width&#8221;:80,&#8221;image_align&#8221;:&#8221;top&#8221;,&#8221;image_grid_breakpoint&#8221;:&#8221;m&#8221;,&#8221;image_grid_width&#8221;:&#8221;1-2&#8243;,&#8221;image_svg_color&#8221;:&#8221;emphasis&#8221;,&#8221;image_width&#8221;:&#8221;610&#8243;,&#8221;item_animation&#8221;:true,&#8221;lightbox_bg_close&#8221;:true,&#8221;link_style&#8221;:&#8221;text&#8221;,&#8221;link_text&#8221;:&#8221;Read more&#8221;,&#8221;margin&#8221;:&#8221;default&#8221;,&#8221;meta_align&#8221;:&#8221;above-title&#8221;,&#8221;meta_color&#8221;:&#8221;muted&#8221;,&#8221;meta_element&#8221;:&#8221;div&#8221;,&#8221;meta_style&#8221;:&#8221;&#8221;,&#8221;panel_image_no_padding&#8221;:true,&#8221;panel_link&#8221;:true,&#8221;panel_link_hover&#8221;:&#8221;true&#8221;,&#8221;panel_padding&#8221;:&#8221;default&#8221;,&#8221;panel_style&#8221;:&#8221;card-default&#8221;,&#8221;parallax_easing&#8221;:&#8221;1&#8243;,&#8221;show_content&#8221;:true,&#8221;show_hover_image&#8221;:true,&#8221;show_hover_video&#8221;:true,&#8221;show_image&#8221;:true,&#8221;show_link&#8221;:true,&#8221;show_meta&#8221;:true,&#8221;show_title&#8221;:true,&#8221;show_video&#8221;:true,&#8221;text_align&#8221;:&#8221;center&#8221;,&#8221;title_align&#8221;:&#8221;top&#8221;,&#8221;title_element&#8221;:&#8221;h3&#8243;,&#8221;title_grid_breakpoint&#8221;:&#8221;m&#8221;,&#8221;title_grid_width&#8221;:&#8221;1-2&#8243;,&#8221;title_hover_style&#8221;:&#8221;reset&#8221;,&#8221;title_link&#8221;:true,&#8221;title_style&#8221;:&#8221;h4&#8243;},&#8221;children&#8221;:[{&#8220;type&#8221;:&#8221;grid_item&#8221;,&#8221;props&#8221;:{&#8220;content&#8221;:&#8221;&#8221;},&#8221;source&#8221;:{&#8220;query&#8221;:{&#8220;name&#8221;:&#8221;posts.singlePost&#8221;,&#8221;field&#8221;:{&#8220;name&#8221;:&#8221;relatedPosts&#8221;,&#8221;arguments&#8221;:{&#8220;category&#8221;:&#8221;&#8221;,&#8221;limit&#8221;:3,&#8221;order&#8221;:&#8221;date&#8221;,&#8221;order_direction&#8221;:&#8221;DESC&#8221;,&#8221;author&#8221;:&#8221;&#8221;,&#8221;post_tag&#8221;:&#8221;&#8221;,&#8221;offset&#8221;:0}}},&#8221;props&#8221;:{&#8220;title&#8221;:{&#8220;name&#8221;:&#8221;title&#8221;},&#8221;link&#8221;:{&#8220;name&#8221;:&#8221;link&#8221;},&#8221;image&#8221;:{&#8220;name&#8221;:&#8221;field.intro_image.url&#8221;},&#8221;meta&#8221;:{&#8220;filters&#8221;:{&#8220;search&#8221;:&#8221;&#8221;,&#8221;date&#8221;:&#8221;d F, Y&#8221;},&#8221;name&#8221;:&#8221;date&#8221;}}}}]}]}]}],&#8221;name&#8221;:&#8221;Latest Posts&#8221;}],&#8221;version&#8221;:&#8221;4.5.31&#8243;} &#8211;><p>The post <a href="https://beedash.com/corestack-catalog-updates-december-2025/">Corestack Catalog Updates December 2025</a> appeared first on <a href="https://beedash.com">Beedash</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Corestack Catalog Updates November 2025</title>
		<link>https://beedash.com/corestack-catalog-updates-november-2025/</link>
		
		<dc:creator><![CDATA[beedash]]></dc:creator>
		<pubDate>Thu, 18 Dec 2025 21:17:10 +0000</pubDate>
				<category><![CDATA[Vendor Updates]]></category>
		<guid isPermaLink="false">https://beedash.com/?p=8903</guid>

					<description><![CDATA[<p>Vendor Updates NEW BRANDS, PRICE UPDATES, NEW PRODUCTS, DISCONTINUATIONS FROM BRANDS ACROSS THE INDUSTRY – GET MORE WITH CORESTACK New Brands Notable Updates Price Updates Atosa USA Berkel Sharp Traulsen Wolf Chef Works Vulcan Hobart Grindmaster-Cecilware Fisher Tecnoeka Arctic Air Browne Foodservice Alto-Shaam Dexter Russell Dormont Manufacturing Omcan AllPoints Foodservice Parts &#38; Supplies Federal Industries [&#8230;]</p>
<p>The post <a href="https://beedash.com/corestack-catalog-updates-november-2025/">Corestack Catalog Updates November 2025</a> appeared first on <a href="https://beedash.com">Beedash</a>.</p>
]]></description>
										<content:encoded><![CDATA[<img decoding="async" src="/wp-content/uploads/2022/05/corestack.svg?x40075" alt="">
<h1>Vendor Updates</h1>
<h4>NEW BRANDS, PRICE UPDATES, NEW PRODUCTS, DISCONTINUATIONS FROM BRANDS ACROSS THE INDUSTRY – GET MORE WITH CORESTACK</h4>
<h2><center>
<h2 style="color: #267864;">New Brands</h2>
</center></h2>
<ul>
        <li>

        <img decoding="async" src="/wp-content/uploads/2025/12/Hobart-Logo.jpg?x40075" alt="">








    </li>
        <li>

        <img decoding="async" src="/wp-content/uploads/2025/12/Araven-Equipment.jpg?x40075" alt="">








    </li>
        <li>

        <img decoding="async" src="/wp-content/uploads/2025/12/Venancio-Logo-scaled.png?x40075" alt="">








    </li>
    </ul>
<h2><center>
<h2 style="color: #267864;">Notable Updates</h2>
</center></h2>
<ul>
        <li>

        <img decoding="async" src="/wp-content/uploads/2025/08/Sharp-Logo.png?x40075" alt="">








    </li>
        <li>

        <img decoding="async" src="/wp-content/uploads/2023/02/ArcticAir.png?x40075" alt="">








    </li>
        <li>

        <img decoding="async" src="/wp-content/uploads/2025/12/Vulcan.jpg?x40075" alt="">








    </li>
        <li>

        <img decoding="async" src="/wp-content/uploads/2023/02/AtosaUSA.png?x40075" alt="">








    </li>
    </ul>
<h1><center><h2 style="color:#267864;">Price Updates</h2></center></h1>
<ul>
        <li>

        





<div>  <ul>
    <li>Atosa USA</li>
    <li>Berkel</li>
    <li>Sharp</li>
    <li>Traulsen</li>
    <li>Wolf</li>
    <li>Chef Works</li>
    <li>Vulcan</li>
    <li>Hobart</li>
    <li>Grindmaster-Cecilware</li>
    <li>Fisher</li>
  </ul></div>


    </li>
        <li>

        





<div>  <ul>
    <li>Tecnoeka</li>
    <li>Arctic Air</li>
    <li>Browne Foodservice</li>
    <li>Alto-Shaam</li>
    <li>Dexter Russell</li>
    <li>Dormont Manufacturing</li>
    <li>Omcan</li>
    <li>AllPoints Foodservice Parts &amp; Supplies</li>
    <li>Federal Industries</li>
  </ul></div>


    </li>
    </ul>
<h1><center>
<h2 style="color: #267864;">New Products</h2>
</center></h1>
<ul>
        <li>

        





<div>  <ul style="flex:1; margin:0;">
    <li>Atosa USA</li>
    <li>Beverage Air</li>
    <li>Blodgett</li>
    <li>Crown Steam</li>
    <li>Delfield</li>
    <li>Eurodib USA</li>
    <li>Hobart</li>
    <li>Howard-McCray</li>
  </ul></div>


    </li>
        <li>

        





<div>  <ul>
    <li>Lincoln Foodservice</li>
    <li>Manitowoc</li>
    <li>Beverage Air</li>
    <li>Krowne Metal</li>
    <li>Blodgett</li>
    <li>Victorinox Swiss Army</li>
    <li>Eurodib USA</li>
    <li>Crown Steam</li>
  </ul></div>


    </li>
    </ul>
<h1><center>
<h2 style="color: #267864;">Discontinued Products</h2>
</center></h1>
<ul>
        <li>

        





<div> <ul>
    <li>International Tableware</li>
    <li>Winco</li>
    <li>Oneida Hospitality</li>
    <li>Alto-Shaam</li>
    <li>Dexter Russell</li>
    <li>Omcan</li>
    <li>HS Inc.</li>
  </ul></div>


    </li>
        <li>

        





<div>  <ul>
    <li>Hobart</li>
    <li>Traulsen</li>
    <li>Star</li>
    <li>Grindmaster-Cecilware</li>
    <li>American Range</li>
    <li>Louis Tellier</li>
  </ul></div>


    </li>
    </ul>
<img decoding="async" src="/wp-content/uploads/2021/08/icon-core.svg?x40075" alt="">
<h2><span>Experience Corestack Free for 14 Days</span></h2>
<div><p>See how easy it is to manage, price and distribute your product data across every channel.<br data-start="339" data-end="342" />Connect your catalog, explore integrations, and experience the Corestack difference—no commitment required.</p></div>
<div>

    <!-- Button -->
<div class="uk-flex uk-flex-center uk-flex-middle uk-margin">
  <a class="uk-button uk-button-primary" href="#corestack-trial-modal" uk-toggle>
    Request Free Trial
  </a>
</div>

<!-- Modal with iframe -->
<div id="corestack-trial-modal" class="uk-modal-full" uk-modal>
  <div class="uk-modal-dialog uk-modal-body uk-padding-remove">
    <button class="uk-modal-close-full uk-close-large" type="button" uk-close></button>

    <div class="uk-section uk-section-default" style="min-height:80vh">
      <div class="uk-container uk-container-small">
        <h2 class="uk-heading-medium uk-text-center uk-margin-small">Start Your Free Trial</h2>
        <p class="uk-text-lead uk-text-center uk-margin">No credit card required.</p>

        <!-- IFRAME form (HubSpot Share URL) -->
        <div class="uk-margin-large-top uk-text-center">
          <iframe
            id="cs-hs-iframe"
            src="https://share.hsforms.com/1/REPLACE_WITH_YOUR_SHARE_URL"
            title="Corestack Trial Request"
            style="width:100%; height:860px; border:0; overflow:auto;"
            loading="lazy"
            referrerpolicy="no-referrer-when-downgrade"
            allowtransparency="true">
          </iframe>
        </div>

        <!-- Fallback open-in-new-tab -->
        <div class="uk-text-center uk-margin-small">
          <a href="https://share.hsforms.com/1/REPLACE_WITH_YOUR_SHARE_URL" target="_blank" rel="nofollow" class="uk-text-meta">
            Having trouble? Open the form in a new tab
          </a>
        </div>
      </div>
    </div>
  </div>
</div>

</div>
<h2>Latest Posts</h2>
<div>

    







</div>

<span id="more-8903"></span>
<!-- {"type":"layout","children":[{"type":"section","props":{"css":".el-section > [class*='uk-background-'] {\n    height: 55vh;\n    max-height: 350px; \n}\n","header_transparent_noplaceholder":true,"image":"wp-content\/uploads\/2024\/03\/BD_Grow-Together_Website-Background_V01-22.svg","image_position":"center-center","media_background":"#FEEFD9","media_overlay":"#FEEFD9","padding_remove_bottom":true,"style":"default","title_breakpoint":"xl","title_position":"top-left","title_rotation":"left","vertical_align":"","width":""},"children":[{"type":"row","children":[{"type":"column","props":{"image_position":"center-center","position_sticky_breakpoint":"m"},"children":[{"type":"image","props":{"image":"wp-content\/uploads\/2022\/05\/corestack.svg","image_svg_color":"emphasis","margin":"default","text_align":"center"}},{"type":"headline","props":{"content":"Vendor Updates","margin_remove_bottom":true,"text_align":"center","title_element":"h1","title_font_family":"primary","title_style":"h2"}}]}],"props":{"alignment":"center","margin_remove_bottom":false}}],"source":{"query":{"name":"posts.singlePost"}},"name":"Image"},{"type":"section","props":{"image_position":"center-center","style":"default","title_breakpoint":"xl","title_position":"top-left","title_rotation":"left","vertical_align":"middle","width":"default"},"children":[{"type":"row","children":[{"type":"column","props":{"image_position":"center-center","position_sticky_breakpoint":"m"},"children":[{"type":"breadcrumbs","props":{"show_current":true,"show_home":true}}]}]}]},{"type":"section","props":{"image_position":"center-center","padding_remove_top":true,"style":"default","title_breakpoint":"xl","title_position":"top-left","title_rotation":"left","vertical_align":"","width":""},"children":[{"type":"row","props":{"width":"default"},"children":[{"type":"column","props":{"image_position":"center-center","position_sticky_breakpoint":"m"},"children":[{"type":"headline","props":{"margin_remove_top":true,"text_align":"center","title_color":"emphasis","title_element":"h2"},"source":{"query":{"name":"posts.singlePost"},"props":{"content":{"filters":{"search":""},"name":"title"}}}},{"type":"headline","props":{"content":"NEW BRANDS, PRICE UPDATES, NEW PRODUCTS, DISCONTINUATIONS FROM BRANDS ACROSS THE INDUSTRY \u2013 GET MORE WITH CORESTACK","text_align":"center","title_color":"warning","title_element":"h4","title_font_family":"primary","title_style":"h4"}}]}]}],"name":"Post"},{"type":"section","props":{"image_position":"center-center","padding_remove_top":true,"preserve_color":false,"style":"default","title_breakpoint":"xl","title_position":"top-left","title_rotation":"left","vertical_align":"middle","width":"default"},"children":[{"type":"row","children":[{"type":"column","props":{"image_position":"center-center","position_sticky_breakpoint":"m","style":"card-primary"},"children":[{"type":"fragment","props":{"margin":"default"},"children":[{"type":"row","props":{"width":"xlarge"},"children":[{"type":"column","props":{"image_position":"center-center","position_sticky_breakpoint":"m","style":"card-default"},"children":[{"type":"headline","props":{"content":"<center>\n<h2 style=\"color: #267864;\">New Brands<\/h2>\n<\/center>","text_align":"center","title_color":"primary","title_element":"h2","title_font_family":"primary","title_style":"h2"}},{"type":"grid","props":{"content_column_breakpoint":"m","filter_align":"left","filter_all":true,"filter_grid_breakpoint":"m","filter_grid_width":"auto","filter_position":"top","filter_style":"tab","grid_column_align":false,"grid_default":"1","grid_medium":"3","grid_parallax_justify":false,"grid_row_align":true,"icon_width":80,"image_align":"top","image_grid_breakpoint":"m","image_grid_width":"1-2","image_svg_color":"emphasis","image_width":150,"item_animation":true,"lightbox_bg_close":true,"link_style":"default","link_text":"Read more","margin":"default","meta_align":"below-title","meta_element":"div","meta_style":"text-meta","show_content":true,"show_hover_image":true,"show_hover_video":true,"show_image":true,"show_link":true,"show_meta":true,"show_title":true,"show_video":true,"text_align":"center","title_align":"top","title_element":"h3","title_grid_breakpoint":"m","title_grid_width":"1-2","title_hover_style":"reset"},"children":[{"type":"grid_item","props":{"image":"wp-content\/uploads\/2025\/12\/Hobart-Logo.jpg"}},{"type":"grid_item","props":{"image":"wp-content\/uploads\/2025\/12\/Araven-Equipment.jpg"}},{"type":"grid_item","props":{"image":"wp-content\/uploads\/2025\/12\/Venancio-Logo-scaled.png"}}]}]}]}]},{"type":"fragment","props":{"margin":"default"},"children":[{"type":"row","props":{"width":"xlarge"},"children":[{"type":"column","props":{"image_position":"center-center","position_sticky_breakpoint":"m","style":"card-default"},"children":[{"type":"headline","props":{"content":"<center>\n<h2 style=\"color: #267864;\">Notable Updates<\/h2>\n<\/center>","text_align":"center","title_color":"primary","title_element":"h2","title_font_family":"primary","title_style":"h2"}},{"type":"grid","props":{"content_column_breakpoint":"m","filter_align":"left","filter_all":true,"filter_grid_breakpoint":"m","filter_grid_width":"auto","filter_position":"top","filter_style":"tab","grid_column_align":false,"grid_default":"1","grid_medium":"4","grid_parallax_justify":false,"grid_row_align":true,"icon_width":80,"image_align":"top","image_grid_breakpoint":"m","image_grid_width":"1-2","image_svg_color":"emphasis","image_width":"200","item_animation":true,"lightbox_bg_close":true,"link_style":"default","link_text":"Read more","margin":"default","meta_align":"below-title","meta_element":"div","meta_style":"text-meta","show_content":true,"show_hover_image":true,"show_hover_video":true,"show_image":true,"show_link":true,"show_meta":true,"show_title":true,"show_video":true,"text_align":"center","title_align":"top","title_element":"h3","title_grid_breakpoint":"m","title_grid_width":"1-2","title_hover_style":"reset"},"children":[{"type":"grid_item","props":{"image":"wp-content\/uploads\/2025\/08\/Sharp-Logo.png"}},{"type":"grid_item","props":{"image":"wp-content\/uploads\/2023\/02\/ArcticAir.png"}},{"type":"grid_item","props":{"image":"wp-content\/uploads\/2025\/12\/Vulcan.jpg"}},{"type":"grid_item","props":{"image":"wp-content\/uploads\/2023\/02\/AtosaUSA.png"}}]}]}]}]},{"type":"fragment","props":{"blend":false,"margin":"default"},"children":[{"type":"row","props":{"width":"xlarge"},"children":[{"type":"column","props":{"image_position":"center-center","position_sticky_breakpoint":"m","style":"card-default"},"children":[{"type":"headline","props":{"content":"<center><h2 style=\"color:#267864;\">Price Updates<\/h2><\/center>","title_element":"h1"}},{"type":"grid","props":{"content_column_breakpoint":"m","content_style":"h5","filter_align":"left","filter_all":true,"filter_grid_breakpoint":"m","filter_grid_width":"auto","filter_position":"top","filter_style":"tab","grid_column_align":false,"grid_column_gap":"medium","grid_default":"1","grid_medium":"","grid_parallax_justify":false,"grid_row_align":false,"grid_small":"2","icon_width":80,"image_align":"top","image_grid_breakpoint":"m","image_grid_width":"1-2","image_svg_color":"emphasis","item_animation":true,"lightbox_bg_close":true,"link_style":"default","link_text":"Read more","margin":"default","meta_align":"below-title","meta_element":"div","meta_style":"text-meta","show_content":true,"show_hover_image":true,"show_hover_video":true,"show_image":true,"show_link":true,"show_meta":true,"show_title":false,"show_video":true,"title_align":"top","title_element":"h3","title_grid_breakpoint":"m","title_grid_width":"1-2","title_hover_style":"reset"},"children":[{"type":"grid_item","props":{"content":"  <ul>\n    <li>Atosa USA<\/li>\n    <li>Berkel<\/li>\n    <li>Sharp<\/li>\n    <li>Traulsen<\/li>\n    <li>Wolf<\/li>\n    <li>Chef Works<\/li>\n    <li>Vulcan<\/li>\n    <li>Hobart<\/li>\n    <li>Grindmaster-Cecilware<\/li>\n    <li>Fisher<\/li>\n  <\/ul>"}},{"type":"grid_item","props":{"content":"  <ul>\n    <li>Tecnoeka<\/li>\n    <li>Arctic Air<\/li>\n    <li>Browne Foodservice<\/li>\n    <li>Alto-Shaam<\/li>\n    <li>Dexter Russell<\/li>\n    <li>Dormont Manufacturing<\/li>\n    <li>Omcan<\/li>\n    <li>AllPoints Foodservice Parts &amp; Supplies<\/li>\n    <li>Federal Industries<\/li>\n  <\/ul>"}}]}]}]}]},{"type":"fragment","props":{"margin":"default"},"children":[{"type":"row","props":{"width":"xlarge"},"children":[{"type":"column","props":{"image_position":"center-center","position_sticky_breakpoint":"m","style":"card-default"},"children":[{"type":"headline","props":{"content":"<center>\n<h2 style=\"color: #267864;\">New Products<\/h2>\n<\/center>","title_element":"h1"}},{"type":"grid","props":{"block_align":"center","content_column_breakpoint":"m","content_style":"h5","filter_align":"left","filter_all":true,"filter_grid_breakpoint":"m","filter_grid_width":"auto","filter_position":"top","filter_style":"tab","grid_default":"1","grid_medium":"2","icon_width":80,"image_align":"top","image_grid_breakpoint":"m","image_grid_width":"1-2","image_svg_color":"emphasis","item_animation":true,"lightbox_bg_close":true,"link_style":"default","link_text":"Read more","margin":"default","meta_align":"below-title","meta_element":"div","meta_style":"text-meta","show_content":true,"show_hover_image":true,"show_hover_video":true,"show_image":true,"show_link":true,"show_meta":true,"show_title":true,"show_video":true,"title_align":"top","title_element":"h3","title_grid_breakpoint":"m","title_grid_width":"1-2","title_hover_style":"reset"},"children":[{"type":"grid_item","props":{"content":"  <ul style=\"flex:1; margin:0;\">\n    <li>Atosa USA<\/li>\n    <li>Beverage Air<\/li>\n    <li>Blodgett<\/li>\n    <li>Crown Steam<\/li>\n    <li>Delfield<\/li>\n    <li>Eurodib USA<\/li>\n    <li>Hobart<\/li>\n    <li>Howard-McCray<\/li>\n  <\/ul>"}},{"type":"grid_item","props":{"content":"  <ul>\n    <li>Lincoln Foodservice<\/li>\n    <li>Manitowoc<\/li>\n    <li>Beverage Air<\/li>\n    <li>Krowne Metal<\/li>\n    <li>Blodgett<\/li>\n    <li>Victorinox Swiss Army<\/li>\n    <li>Eurodib USA<\/li>\n    <li>Crown Steam<\/li>\n  <\/ul>"}}]}]}]}]},{"type":"fragment","props":{"margin":"default"},"children":[{"type":"row","props":{"width":"xlarge"},"children":[{"type":"column","props":{"image_position":"center-center","position_sticky_breakpoint":"m","style":"card-default"},"children":[{"type":"headline","props":{"content":"<center>\n<h2 style=\"color: #267864;\">Discontinued Products<\/h2>\n<\/center>","title_element":"h1"}},{"type":"grid","props":{"block_align":"center","content_column_breakpoint":"m","content_style":"h5","filter_align":"left","filter_all":true,"filter_grid_breakpoint":"m","filter_grid_width":"auto","filter_position":"top","filter_style":"tab","grid_default":"1","grid_medium":"2","icon_width":80,"image_align":"top","image_grid_breakpoint":"m","image_grid_width":"1-2","image_svg_color":"emphasis","item_animation":true,"lightbox_bg_close":true,"link_style":"default","link_text":"Read more","margin":"default","meta_align":"below-title","meta_element":"div","meta_style":"text-meta","show_content":true,"show_hover_image":true,"show_hover_video":true,"show_image":true,"show_link":true,"show_meta":true,"show_title":true,"show_video":true,"title_align":"top","title_element":"h3","title_grid_breakpoint":"m","title_grid_width":"1-2","title_hover_style":"reset"},"children":[{"type":"grid_item","props":{"content":" <ul>\n    <li>International Tableware<\/li>\n    <li>Winco<\/li>\n    <li>Oneida Hospitality<\/li>\n    <li>Alto-Shaam<\/li>\n    <li>Dexter Russell<\/li>\n    <li>Omcan<\/li>\n    <li>HS Inc.<\/li>\n  <\/ul>"}},{"type":"grid_item","props":{"content":"  <ul>\n    <li>Hobart<\/li>\n    <li>Traulsen<\/li>\n    <li>Star<\/li>\n    <li>Grindmaster-Cecilware<\/li>\n    <li>American Range<\/li>\n    <li>Louis Tellier<\/li>\n  <\/ul>"}}]}]}]}]}]}]}]},{"type":"section","props":{"animation":"slide-bottom-medium","animation_delay":"100","header_transparent":true,"header_transparent_noplaceholder":false,"header_transparent_text_color":"dark","id":"muted-green","image":"wp-content\/uploads\/2021\/08\/pattern-white-extra.svg","image_position":"center-center","image_size":"cover","media_overlay":"rgba(244, 249, 247, 0.59)","overlap":true,"padding":"large","padding_remove_bottom":false,"style":"default","title_breakpoint":"xl","title_position":"top-left","title_rotation":"left","vertical_align":"","width":"default"},"children":[{"type":"row","children":[{"type":"column","props":{"image_position":"center-center","position_sticky_breakpoint":"m"},"children":[{"type":"image","props":{"animation":"parallax","image":"wp-content\/uploads\/2021\/08\/icon-core.svg","image_svg_color":"emphasis","image_width":"80","margin":"default","parallax_easing":"1","parallax_end":"50vh + 50%","parallax_rotate":"0,180","text_align":"center"}},{"type":"headline","props":{"block_align":"center","content":"<span>Experience Corestack Free for 14 Days<\/span>","text_align":"center","title_element":"h2"}}]}]},{"type":"row","children":[{"type":"column","props":{"image_position":"center-center","position_sticky_breakpoint":"m"},"children":[{"type":"text","props":{"column_breakpoint":"m","content":"<p>See how easy it is to manage, price and distribute your product data across every channel.<br data-start=\"339\" data-end=\"342\" \/>Connect your catalog, explore integrations, and experience the Corestack difference\u2014no commitment required.<\/p>","margin":"default","text_align":"center","text_style":"lead"}},{"type":"html","props":{"content":"<!-- Button -->\n<div class=\"uk-flex uk-flex-center uk-flex-middle uk-margin\">\n  <a class=\"uk-button uk-button-primary\" href=\"#corestack-trial-modal\" uk-toggle>\n    Request Free Trial\n  <\/a>\n<\/div>\n\n<!-- Modal with iframe -->\n<div id=\"corestack-trial-modal\" class=\"uk-modal-full\" uk-modal>\n  <div class=\"uk-modal-dialog uk-modal-body uk-padding-remove\">\n    <button class=\"uk-modal-close-full uk-close-large\" type=\"button\" uk-close><\/button>\n\n    <div class=\"uk-section uk-section-default\" style=\"min-height:80vh\">\n      <div class=\"uk-container uk-container-small\">\n        <h2 class=\"uk-heading-medium uk-text-center uk-margin-small\">Start Your Free Trial<\/h2>\n        <p class=\"uk-text-lead uk-text-center uk-margin\">No credit card required.<\/p>\n\n        <!-- IFRAME form (HubSpot Share URL) -->\n        <div class=\"uk-margin-large-top uk-text-center\">\n          <iframe\n            id=\"cs-hs-iframe\"\n            src=\"https:\/\/share.hsforms.com\/1\/REPLACE_WITH_YOUR_SHARE_URL\"\n            title=\"Corestack Trial Request\"\n            style=\"width:100%; height:860px; border:0; overflow:auto;\"\n            loading=\"lazy\"\n            referrerpolicy=\"no-referrer-when-downgrade\"\n            allowtransparency=\"true\">\n          <\/iframe>\n        <\/div>\n\n        <!-- Fallback open-in-new-tab -->\n        <div class=\"uk-text-center uk-margin-small\">\n          <a href=\"https:\/\/share.hsforms.com\/1\/REPLACE_WITH_YOUR_SHARE_URL\" target=\"_blank\" rel=\"nofollow\" class=\"uk-text-meta\">\n            Having trouble? Open the form in a new tab\n          <\/a>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/div>\n&#8221;}}]}]}],&#8221;name&#8221;:&#8221;Contact section &#8211; muted green pattern&#8221;},{&#8220;type&#8221;:&#8221;section&#8221;,&#8221;props&#8221;:{&#8220;image_position&#8221;:&#8221;center-center&#8221;,&#8221;padding&#8221;:&#8221;large&#8221;,&#8221;preserve_color&#8221;:false,&#8221;style&#8221;:&#8221;muted&#8221;,&#8221;title_breakpoint&#8221;:&#8221;xl&#8221;,&#8221;title_position&#8221;:&#8221;top-left&#8221;,&#8221;title_rotation&#8221;:&#8221;left&#8221;,&#8221;vertical_align&#8221;:&#8221;&#8221;,&#8221;width&#8221;:&#8221;default&#8221;},&#8221;children&#8221;:[{&#8220;type&#8221;:&#8221;row&#8221;,&#8221;children&#8221;:[{&#8220;type&#8221;:&#8221;column&#8221;,&#8221;props&#8221;:{&#8220;image_position&#8221;:&#8221;center-center&#8221;,&#8221;position_sticky_breakpoint&#8221;:&#8221;m&#8221;},&#8221;children&#8221;:[{&#8220;type&#8221;:&#8221;headline&#8221;,&#8221;props&#8221;:{&#8220;content&#8221;:&#8221;Latest Posts&#8221;,&#8221;margin&#8221;:&#8221;medium&#8221;,&#8221;text_align&#8221;:&#8221;center&#8221;,&#8221;title_element&#8221;:&#8221;h2&#8243;}},{&#8220;type&#8221;:&#8221;grid&#8221;,&#8221;props&#8221;:{&#8220;block_align&#8221;:&#8221;center&#8221;,&#8221;content_column_breakpoint&#8221;:&#8221;m&#8221;,&#8221;css&#8221;:&#8221;@media (max-width: 959px) {\n\t.el-element > * > :nth-child(3n+0) { display: none; }\n}&#8221;,&#8221;filter_align&#8221;:&#8221;left&#8221;,&#8221;filter_all&#8221;:true,&#8221;filter_grid_breakpoint&#8221;:&#8221;m&#8221;,&#8221;filter_grid_width&#8221;:&#8221;auto&#8221;,&#8221;filter_position&#8221;:&#8221;top&#8221;,&#8221;filter_style&#8221;:&#8221;tab&#8221;,&#8221;grid_default&#8221;:&#8221;1&#8243;,&#8221;grid_medium&#8221;:&#8221;3&#8243;,&#8221;grid_small&#8221;:&#8221;2&#8243;,&#8221;icon_width&#8221;:80,&#8221;image_align&#8221;:&#8221;top&#8221;,&#8221;image_grid_breakpoint&#8221;:&#8221;m&#8221;,&#8221;image_grid_width&#8221;:&#8221;1-2&#8243;,&#8221;image_svg_color&#8221;:&#8221;emphasis&#8221;,&#8221;image_width&#8221;:&#8221;610&#8243;,&#8221;item_animation&#8221;:true,&#8221;lightbox_bg_close&#8221;:true,&#8221;link_style&#8221;:&#8221;text&#8221;,&#8221;link_text&#8221;:&#8221;Read more&#8221;,&#8221;margin&#8221;:&#8221;default&#8221;,&#8221;meta_align&#8221;:&#8221;above-title&#8221;,&#8221;meta_color&#8221;:&#8221;muted&#8221;,&#8221;meta_element&#8221;:&#8221;div&#8221;,&#8221;meta_style&#8221;:&#8221;&#8221;,&#8221;panel_image_no_padding&#8221;:true,&#8221;panel_link&#8221;:true,&#8221;panel_link_hover&#8221;:&#8221;true&#8221;,&#8221;panel_padding&#8221;:&#8221;default&#8221;,&#8221;panel_style&#8221;:&#8221;card-default&#8221;,&#8221;parallax_easing&#8221;:&#8221;1&#8243;,&#8221;show_content&#8221;:true,&#8221;show_hover_image&#8221;:true,&#8221;show_hover_video&#8221;:true,&#8221;show_image&#8221;:true,&#8221;show_link&#8221;:true,&#8221;show_meta&#8221;:true,&#8221;show_title&#8221;:true,&#8221;show_video&#8221;:true,&#8221;text_align&#8221;:&#8221;center&#8221;,&#8221;title_align&#8221;:&#8221;top&#8221;,&#8221;title_element&#8221;:&#8221;h3&#8243;,&#8221;title_grid_breakpoint&#8221;:&#8221;m&#8221;,&#8221;title_grid_width&#8221;:&#8221;1-2&#8243;,&#8221;title_hover_style&#8221;:&#8221;reset&#8221;,&#8221;title_link&#8221;:true,&#8221;title_style&#8221;:&#8221;h4&#8243;},&#8221;children&#8221;:[{&#8220;type&#8221;:&#8221;grid_item&#8221;,&#8221;props&#8221;:{&#8220;content&#8221;:&#8221;&#8221;},&#8221;source&#8221;:{&#8220;query&#8221;:{&#8220;name&#8221;:&#8221;posts.singlePost&#8221;,&#8221;field&#8221;:{&#8220;name&#8221;:&#8221;relatedPosts&#8221;,&#8221;arguments&#8221;:{&#8220;category&#8221;:&#8221;&#8221;,&#8221;limit&#8221;:3,&#8221;order&#8221;:&#8221;date&#8221;,&#8221;order_direction&#8221;:&#8221;DESC&#8221;,&#8221;author&#8221;:&#8221;&#8221;,&#8221;post_tag&#8221;:&#8221;&#8221;,&#8221;offset&#8221;:0}}},&#8221;props&#8221;:{&#8220;title&#8221;:{&#8220;name&#8221;:&#8221;title&#8221;},&#8221;link&#8221;:{&#8220;name&#8221;:&#8221;link&#8221;},&#8221;image&#8221;:{&#8220;name&#8221;:&#8221;field.intro_image.url&#8221;},&#8221;meta&#8221;:{&#8220;filters&#8221;:{&#8220;search&#8221;:&#8221;&#8221;,&#8221;date&#8221;:&#8221;d F, Y&#8221;},&#8221;name&#8221;:&#8221;date&#8221;}}}}]}]}]}],&#8221;name&#8221;:&#8221;Latest Posts&#8221;}],&#8221;version&#8221;:&#8221;4.5.31&#8243;} &#8211;><p>The post <a href="https://beedash.com/corestack-catalog-updates-november-2025/">Corestack Catalog Updates November 2025</a> appeared first on <a href="https://beedash.com">Beedash</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Corestack Catalog Updates October 2025</title>
		<link>https://beedash.com/corestack-catalog-updates-october-2025/</link>
		
		<dc:creator><![CDATA[beedash]]></dc:creator>
		<pubDate>Thu, 13 Nov 2025 15:24:49 +0000</pubDate>
				<category><![CDATA[Vendor Updates]]></category>
		<guid isPermaLink="false">https://beedash.com/?p=8876</guid>

					<description><![CDATA[<p>Vendor Updates NEW BRANDS, PRICE UPDATES, NEW PRODUCTS, DISCONTINUATIONS FROM BRANDS ACROSS THE INDUSTRY – GET MORE WITH CORESTACK New Vendor! Notable Updates Price Updates Mercer Culinary Barfly Wunderbar Marco U-Line AMPTO Alfa International Thunder Group New Products Comstock-Castle Chef’s Choice Wunderbar Marco Carlisle Globe Blodgett Imperial Range Perfect Fry Company Pitco Frialator Atosa USA [&#8230;]</p>
<p>The post <a href="https://beedash.com/corestack-catalog-updates-october-2025/">Corestack Catalog Updates October 2025</a> appeared first on <a href="https://beedash.com">Beedash</a>.</p>
]]></description>
										<content:encoded><![CDATA[<img decoding="async" src="/wp-content/uploads/2022/05/corestack.svg?x40075" alt="">
<h1>Vendor Updates</h1>
<h4>NEW BRANDS, PRICE UPDATES, NEW PRODUCTS, DISCONTINUATIONS FROM BRANDS ACROSS THE INDUSTRY – GET MORE WITH CORESTACK</h4>
<h2><center>
<h2 style="color: #267864;">New Vendor!</h2>
</center></h2>
<div>

    <img decoding="async" src="/wp-content/uploads/2025/11/Blakeslee-Logo.png?x40075" alt="">








</div>
<h2><center>
<h2 style="color: #267864;">Notable Updates</h2>
</center></h2>
<ul>
        <li>

        <img decoding="async" src="/wp-content/uploads/2023/02/ThunderGroup.png?x40075" alt="">








    </li>
        <li>

        <img decoding="async" src="/wp-content/uploads/2025/11/Mercer-Culinary.jpg?x40075" alt="">








    </li>
        <li>

        <img decoding="async" src="/wp-content/uploads/2023/02/Barfly.png?x40075" alt="">








    </li>
        <li>

        <img decoding="async" src="/wp-content/uploads/2025/02/Blodgett.png?x40075" alt="">








    </li>
    </ul>
<h1><center><h2 style="color:#267864;">Price Updates</h2></center></h1>
<ul>
        <li>

        





<div><ul>
  <li>Mercer Culinary</li>
  <li>Barfly</li>
  <li>Wunderbar</li>
  <li>Marco</li>
</ul></div>


    </li>
        <li>

        





<div><ul>
  <li>U-Line</li>
  <li>AMPTO</li>
  <li>Alfa International</li>
  <li>Thunder Group</li>
</ul></div>


    </li>
    </ul>
<h1><center>
<h2 style="color: #267864;">New Products</h2>
</center></h1>
<ul>
        <li>

        





<div><ul>
  <li>Comstock-Castle</li>
  <li>Chef’s Choice</li>
  <li>Wunderbar</li>
  <li>Marco</li>
  <li>Carlisle</li>
  <li>Globe</li>
</ul></div>


    </li>
        <li>

        





<div><ul>
  <li>Blodgett</li>
  <li>Imperial Range</li>
  <li>Perfect Fry Company</li>
  <li>Pitco Frialator</li>
  <li>Atosa USA</li>
</ul></div>


    </li>
    </ul>
<h1><center>
<h2 style="color: #267864;">Discontinued Products</h2>
</center></h1>
<ul>
        <li>

        





<div><ul>
  <li>MVP</li>
  <li>Hydra-Kool</li>
  <li>Mercer Culinary</li>
  <li>Barfly</li>
  <li>Imperial Range</li>
  <li>Wunderbar</li>
  <li>Marco</li>
  <li>Mundial</li>
  <li>International Tableware</li>
</ul></div>


    </li>
        <li>

        





<div><ul>
  <li>Blodgett</li>
  <li>Star</li>
  <li>Cooper-Atkins</li>
  <li>AllPoints Foodservice Parts &amp; Supplies</li>
  <li>Hoshizaki</li>
  <li>Pitco Frialator</li>
  <li>Chef Works</li>
  <li>Hamilton Beach</li>
</ul></div>


    </li>
    </ul>
<img decoding="async" src="/wp-content/uploads/2021/08/icon-core.svg?x40075" alt="">
<h2><span>Experience Corestack Free for 14 Days</span></h2>
<div><p>See how easy it is to manage, price and distribute your product data across every channel.<br data-start="339" data-end="342" />Connect your catalog, explore integrations, and experience the Corestack difference—no commitment required.</p></div>
<div>

    <!-- Button -->
<div class="uk-flex uk-flex-center uk-flex-middle uk-margin">
  <a class="uk-button uk-button-primary" href="#corestack-trial-modal" uk-toggle>
    Request Free Trial
  </a>
</div>

<!-- Modal with iframe -->
<div id="corestack-trial-modal" class="uk-modal-full" uk-modal>
  <div class="uk-modal-dialog uk-modal-body uk-padding-remove">
    <button class="uk-modal-close-full uk-close-large" type="button" uk-close></button>

    <div class="uk-section uk-section-default" style="min-height:80vh">
      <div class="uk-container uk-container-small">
        <h2 class="uk-heading-medium uk-text-center uk-margin-small">Start Your Free Trial</h2>
        <p class="uk-text-lead uk-text-center uk-margin">No credit card required.</p>

        <!-- IFRAME form (HubSpot Share URL) -->
        <div class="uk-margin-large-top uk-text-center">
          <iframe
            id="cs-hs-iframe"
            src="https://share.hsforms.com/1/REPLACE_WITH_YOUR_SHARE_URL"
            title="Corestack Trial Request"
            style="width:100%; height:860px; border:0; overflow:auto;"
            loading="lazy"
            referrerpolicy="no-referrer-when-downgrade"
            allowtransparency="true">
          </iframe>
        </div>

        <!-- Fallback open-in-new-tab -->
        <div class="uk-text-center uk-margin-small">
          <a href="https://share.hsforms.com/1/REPLACE_WITH_YOUR_SHARE_URL" target="_blank" rel="nofollow" class="uk-text-meta">
            Having trouble? Open the form in a new tab
          </a>
        </div>
      </div>
    </div>
  </div>
</div>

</div>
<h2>Latest Posts</h2>
<div>

    







</div>

<span id="more-8876"></span>
<!-- {"type":"layout","children":[{"type":"section","props":{"css":".el-section > [class*='uk-background-'] {\n    height: 55vh;\n    max-height: 350px; \n}\n","header_transparent_noplaceholder":true,"image":"wp-content\/uploads\/2024\/03\/BD_Grow-Together_Website-Background_V01-22.svg","image_position":"center-center","media_background":"#FEEFD9","media_overlay":"#FEEFD9","padding_remove_bottom":true,"style":"default","title_breakpoint":"xl","title_position":"top-left","title_rotation":"left","vertical_align":"","width":""},"children":[{"type":"row","children":[{"type":"column","props":{"image_position":"center-center","position_sticky_breakpoint":"m"},"children":[{"type":"image","props":{"image":"wp-content\/uploads\/2022\/05\/corestack.svg","image_svg_color":"emphasis","margin":"default","text_align":"center"}},{"type":"headline","props":{"content":"Vendor Updates","margin_remove_bottom":true,"text_align":"center","title_element":"h1","title_font_family":"primary","title_style":"h2"}}]}],"props":{"alignment":"center","margin_remove_bottom":false}}],"source":{"query":{"name":"posts.singlePost"}},"name":"Image"},{"type":"section","props":{"image_position":"center-center","style":"default","title_breakpoint":"xl","title_position":"top-left","title_rotation":"left","vertical_align":"middle","width":"default"},"children":[{"type":"row","children":[{"type":"column","props":{"image_position":"center-center","position_sticky_breakpoint":"m"},"children":[{"type":"breadcrumbs","props":{"show_current":true,"show_home":true}}]}]}]},{"type":"section","props":{"image_position":"center-center","padding_remove_top":true,"style":"default","title_breakpoint":"xl","title_position":"top-left","title_rotation":"left","vertical_align":"","width":""},"children":[{"type":"row","props":{"width":"default"},"children":[{"type":"column","props":{"image_position":"center-center","position_sticky_breakpoint":"m"},"children":[{"type":"headline","props":{"margin_remove_top":true,"text_align":"center","title_color":"emphasis","title_element":"h2"},"source":{"query":{"name":"posts.singlePost"},"props":{"content":{"filters":{"search":""},"name":"title"}}}},{"type":"headline","props":{"content":"NEW BRANDS, PRICE UPDATES, NEW PRODUCTS, DISCONTINUATIONS FROM BRANDS ACROSS THE INDUSTRY \u2013 GET MORE WITH CORESTACK","text_align":"center","title_color":"warning","title_element":"h4","title_font_family":"primary","title_style":"h4"}}]}]}],"name":"Post"},{"type":"section","props":{"image_position":"center-center","padding_remove_top":true,"preserve_color":false,"style":"default","title_breakpoint":"xl","title_position":"top-left","title_rotation":"left","vertical_align":"middle","width":"default"},"children":[{"type":"row","children":[{"type":"column","props":{"image_position":"center-center","position_sticky_breakpoint":"m","style":"card-primary"},"children":[{"type":"fragment","props":{"margin":"default"},"children":[{"type":"row","props":{"width":"xlarge"},"children":[{"type":"column","props":{"image_position":"center-center","position_sticky_breakpoint":"m","style":"card-default"},"children":[{"type":"headline","props":{"content":"<center>\n<h2 style=\"color: #267864;\">New Vendor!<\/h2>\n<\/center>","text_align":"center","title_color":"primary","title_element":"h2","title_font_family":"primary","title_style":"h2"}},{"type":"grid","props":{"content_column_breakpoint":"m","filter_align":"left","filter_all":true,"filter_grid_breakpoint":"m","filter_grid_width":"auto","filter_position":"top","filter_style":"tab","grid_column_align":false,"grid_default":"1","grid_medium":"1","grid_parallax_justify":false,"grid_row_align":true,"icon_width":80,"image_align":"top","image_grid_breakpoint":"m","image_grid_width":"1-2","image_svg_color":"emphasis","image_width":300,"item_animation":true,"lightbox_bg_close":true,"link_style":"default","link_text":"Read more","margin":"default","meta_align":"below-title","meta_element":"div","meta_style":"text-meta","show_content":true,"show_hover_image":true,"show_hover_video":true,"show_image":true,"show_link":true,"show_meta":true,"show_title":true,"show_video":true,"text_align":"center","title_align":"top","title_element":"h3","title_grid_breakpoint":"m","title_grid_width":"1-2","title_hover_style":"reset"},"children":[{"type":"grid_item","props":{"image":"wp-content\/uploads\/2025\/11\/Blakeslee-Logo.png"}}]}]}]}]},{"type":"fragment","props":{"margin":"default"},"children":[{"type":"row","props":{"width":"xlarge"},"children":[{"type":"column","props":{"image_position":"center-center","position_sticky_breakpoint":"m","style":"card-default"},"children":[{"type":"headline","props":{"content":"<center>\n<h2 style=\"color: #267864;\">Notable Updates<\/h2>\n<\/center>","text_align":"center","title_color":"primary","title_element":"h2","title_font_family":"primary","title_style":"h2"}},{"type":"grid","props":{"content_column_breakpoint":"m","filter_align":"left","filter_all":true,"filter_grid_breakpoint":"m","filter_grid_width":"auto","filter_position":"top","filter_style":"tab","grid_column_align":false,"grid_default":"1","grid_medium":"4","grid_parallax_justify":false,"grid_row_align":true,"icon_width":80,"image_align":"top","image_grid_breakpoint":"m","image_grid_width":"1-2","image_svg_color":"emphasis","image_width":"200","item_animation":true,"lightbox_bg_close":true,"link_style":"default","link_text":"Read more","margin":"default","meta_align":"below-title","meta_element":"div","meta_style":"text-meta","show_content":true,"show_hover_image":true,"show_hover_video":true,"show_image":true,"show_link":true,"show_meta":true,"show_title":true,"show_video":true,"text_align":"center","title_align":"top","title_element":"h3","title_grid_breakpoint":"m","title_grid_width":"1-2","title_hover_style":"reset"},"children":[{"type":"grid_item","props":{"image":"wp-content\/uploads\/2023\/02\/ThunderGroup.png"}},{"type":"grid_item","props":{"image":"wp-content\/uploads\/2025\/11\/Mercer-Culinary.jpg"}},{"type":"grid_item","props":{"image":"wp-content\/uploads\/2023\/02\/Barfly.png"}},{"type":"grid_item","props":{"image":"wp-content\/uploads\/2025\/02\/Blodgett.png"}}]}]}]}]},{"type":"fragment","props":{"blend":false,"margin":"default"},"children":[{"type":"row","props":{"width":"xlarge"},"children":[{"type":"column","props":{"image_position":"center-center","position_sticky_breakpoint":"m","style":"card-default"},"children":[{"type":"headline","props":{"content":"<center><h2 style=\"color:#267864;\">Price Updates<\/h2><\/center>","title_element":"h1"}},{"type":"grid","props":{"content_column_breakpoint":"m","content_style":"h5","filter_align":"left","filter_all":true,"filter_grid_breakpoint":"m","filter_grid_width":"auto","filter_position":"top","filter_style":"tab","grid_column_align":false,"grid_column_gap":"medium","grid_default":"1","grid_medium":"","grid_parallax_justify":false,"grid_row_align":false,"grid_small":"2","icon_width":80,"image_align":"top","image_grid_breakpoint":"m","image_grid_width":"1-2","image_svg_color":"emphasis","item_animation":true,"lightbox_bg_close":true,"link_style":"default","link_text":"Read more","margin":"default","meta_align":"below-title","meta_element":"div","meta_style":"text-meta","show_content":true,"show_hover_image":true,"show_hover_video":true,"show_image":true,"show_link":true,"show_meta":true,"show_title":false,"show_video":true,"title_align":"top","title_element":"h3","title_grid_breakpoint":"m","title_grid_width":"1-2","title_hover_style":"reset"},"children":[{"type":"grid_item","props":{"content":"<ul>\n  <li>Mercer Culinary<\/li>\n  <li>Barfly<\/li>\n  <li>Wunderbar<\/li>\n  <li>Marco<\/li>\n<\/ul>"}},{"type":"grid_item","props":{"content":"<ul>\n  <li>U-Line<\/li>\n  <li>AMPTO<\/li>\n  <li>Alfa International<\/li>\n  <li>Thunder Group<\/li>\n<\/ul>"}}]}]}]}]},{"type":"fragment","props":{"margin":"default"},"children":[{"type":"row","props":{"width":"xlarge"},"children":[{"type":"column","props":{"image_position":"center-center","position_sticky_breakpoint":"m","style":"card-default"},"children":[{"type":"headline","props":{"content":"<center>\n<h2 style=\"color: #267864;\">New Products<\/h2>\n<\/center>","title_element":"h1"}},{"type":"grid","props":{"block_align":"center","content_column_breakpoint":"m","content_style":"h5","filter_align":"left","filter_all":true,"filter_grid_breakpoint":"m","filter_grid_width":"auto","filter_position":"top","filter_style":"tab","grid_default":"1","grid_medium":"2","icon_width":80,"image_align":"top","image_grid_breakpoint":"m","image_grid_width":"1-2","image_svg_color":"emphasis","item_animation":true,"lightbox_bg_close":true,"link_style":"default","link_text":"Read more","margin":"default","meta_align":"below-title","meta_element":"div","meta_style":"text-meta","show_content":true,"show_hover_image":true,"show_hover_video":true,"show_image":true,"show_link":true,"show_meta":true,"show_title":true,"show_video":true,"title_align":"top","title_element":"h3","title_grid_breakpoint":"m","title_grid_width":"1-2","title_hover_style":"reset"},"children":[{"type":"grid_item","props":{"content":"<ul>\n  <li>Comstock-Castle<\/li>\n  <li>Chef\u2019s Choice<\/li>\n  <li>Wunderbar<\/li>\n  <li>Marco<\/li>\n  <li>Carlisle<\/li>\n  <li>Globe<\/li>\n<\/ul>"}},{"type":"grid_item","props":{"content":"<ul>\n  <li>Blodgett<\/li>\n  <li>Imperial Range<\/li>\n  <li>Perfect Fry Company<\/li>\n  <li>Pitco Frialator<\/li>\n  <li>Atosa USA<\/li>\n<\/ul>"}}]}]}]}]},{"type":"fragment","props":{"margin":"default"},"children":[{"type":"row","props":{"width":"xlarge"},"children":[{"type":"column","props":{"image_position":"center-center","position_sticky_breakpoint":"m","style":"card-default"},"children":[{"type":"headline","props":{"content":"<center>\n<h2 style=\"color: #267864;\">Discontinued Products<\/h2>\n<\/center>","title_element":"h1"}},{"type":"grid","props":{"block_align":"center","content_column_breakpoint":"m","content_style":"h5","filter_align":"left","filter_all":true,"filter_grid_breakpoint":"m","filter_grid_width":"auto","filter_position":"top","filter_style":"tab","grid_default":"1","grid_medium":"2","icon_width":80,"image_align":"top","image_grid_breakpoint":"m","image_grid_width":"1-2","image_svg_color":"emphasis","item_animation":true,"lightbox_bg_close":true,"link_style":"default","link_text":"Read more","margin":"default","meta_align":"below-title","meta_element":"div","meta_style":"text-meta","show_content":true,"show_hover_image":true,"show_hover_video":true,"show_image":true,"show_link":true,"show_meta":true,"show_title":true,"show_video":true,"title_align":"top","title_element":"h3","title_grid_breakpoint":"m","title_grid_width":"1-2","title_hover_style":"reset"},"children":[{"type":"grid_item","props":{"content":"<ul>\n  <li>MVP<\/li>\n  <li>Hydra-Kool<\/li>\n  <li>Mercer Culinary<\/li>\n  <li>Barfly<\/li>\n  <li>Imperial Range<\/li>\n  <li>Wunderbar<\/li>\n  <li>Marco<\/li>\n  <li>Mundial<\/li>\n  <li>International Tableware<\/li>\n<\/ul>"}},{"type":"grid_item","props":{"content":"<ul>\n  <li>Blodgett<\/li>\n  <li>Star<\/li>\n  <li>Cooper-Atkins<\/li>\n  <li>AllPoints Foodservice Parts &amp; Supplies<\/li>\n  <li>Hoshizaki<\/li>\n  <li>Pitco Frialator<\/li>\n  <li>Chef Works<\/li>\n  <li>Hamilton Beach<\/li>\n<\/ul>"}}]}]}]}]}]}]}]},{"type":"section","props":{"animation":"slide-bottom-medium","animation_delay":"100","header_transparent":true,"header_transparent_noplaceholder":false,"header_transparent_text_color":"dark","id":"muted-green","image":"wp-content\/uploads\/2021\/08\/pattern-white-extra.svg","image_position":"center-center","image_size":"cover","media_overlay":"rgba(244, 249, 247, 0.59)","overlap":true,"padding":"large","padding_remove_bottom":false,"style":"default","title_breakpoint":"xl","title_position":"top-left","title_rotation":"left","vertical_align":"","width":"default"},"children":[{"type":"row","children":[{"type":"column","props":{"image_position":"center-center","position_sticky_breakpoint":"m"},"children":[{"type":"image","props":{"animation":"parallax","image":"wp-content\/uploads\/2021\/08\/icon-core.svg","image_svg_color":"emphasis","image_width":"80","margin":"default","parallax_easing":"1","parallax_end":"50vh + 50%","parallax_rotate":"0,180","text_align":"center"}},{"type":"headline","props":{"block_align":"center","content":"<span>Experience Corestack Free for 14 Days<\/span>","text_align":"center","title_element":"h2"}}]}]},{"type":"row","children":[{"type":"column","props":{"image_position":"center-center","position_sticky_breakpoint":"m"},"children":[{"type":"text","props":{"column_breakpoint":"m","content":"<p>See how easy it is to manage, price and distribute your product data across every channel.<br data-start=\"339\" data-end=\"342\" \/>Connect your catalog, explore integrations, and experience the Corestack difference\u2014no commitment required.<\/p>","margin":"default","text_align":"center","text_style":"lead"}},{"type":"html","props":{"content":"<!-- Button -->\n<div class=\"uk-flex uk-flex-center uk-flex-middle uk-margin\">\n  <a class=\"uk-button uk-button-primary\" href=\"#corestack-trial-modal\" uk-toggle>\n    Request Free Trial\n  <\/a>\n<\/div>\n\n<!-- Modal with iframe -->\n<div id=\"corestack-trial-modal\" class=\"uk-modal-full\" uk-modal>\n  <div class=\"uk-modal-dialog uk-modal-body uk-padding-remove\">\n    <button class=\"uk-modal-close-full uk-close-large\" type=\"button\" uk-close><\/button>\n\n    <div class=\"uk-section uk-section-default\" style=\"min-height:80vh\">\n      <div class=\"uk-container uk-container-small\">\n        <h2 class=\"uk-heading-medium uk-text-center uk-margin-small\">Start Your Free Trial<\/h2>\n        <p class=\"uk-text-lead uk-text-center uk-margin\">No credit card required.<\/p>\n\n        <!-- IFRAME form (HubSpot Share URL) -->\n        <div class=\"uk-margin-large-top uk-text-center\">\n          <iframe\n            id=\"cs-hs-iframe\"\n            src=\"https:\/\/share.hsforms.com\/1\/REPLACE_WITH_YOUR_SHARE_URL\"\n            title=\"Corestack Trial Request\"\n            style=\"width:100%; height:860px; border:0; overflow:auto;\"\n            loading=\"lazy\"\n            referrerpolicy=\"no-referrer-when-downgrade\"\n            allowtransparency=\"true\">\n          <\/iframe>\n        <\/div>\n\n        <!-- Fallback open-in-new-tab -->\n        <div class=\"uk-text-center uk-margin-small\">\n          <a href=\"https:\/\/share.hsforms.com\/1\/REPLACE_WITH_YOUR_SHARE_URL\" target=\"_blank\" rel=\"nofollow\" class=\"uk-text-meta\">\n            Having trouble? Open the form in a new tab\n          <\/a>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/div>\n&#8221;}}]}]}],&#8221;name&#8221;:&#8221;Contact section &#8211; muted green pattern&#8221;},{&#8220;type&#8221;:&#8221;section&#8221;,&#8221;props&#8221;:{&#8220;image_position&#8221;:&#8221;center-center&#8221;,&#8221;padding&#8221;:&#8221;large&#8221;,&#8221;preserve_color&#8221;:false,&#8221;style&#8221;:&#8221;muted&#8221;,&#8221;title_breakpoint&#8221;:&#8221;xl&#8221;,&#8221;title_position&#8221;:&#8221;top-left&#8221;,&#8221;title_rotation&#8221;:&#8221;left&#8221;,&#8221;vertical_align&#8221;:&#8221;&#8221;,&#8221;width&#8221;:&#8221;default&#8221;},&#8221;children&#8221;:[{&#8220;type&#8221;:&#8221;row&#8221;,&#8221;children&#8221;:[{&#8220;type&#8221;:&#8221;column&#8221;,&#8221;props&#8221;:{&#8220;image_position&#8221;:&#8221;center-center&#8221;,&#8221;position_sticky_breakpoint&#8221;:&#8221;m&#8221;},&#8221;children&#8221;:[{&#8220;type&#8221;:&#8221;headline&#8221;,&#8221;props&#8221;:{&#8220;content&#8221;:&#8221;Latest Posts&#8221;,&#8221;margin&#8221;:&#8221;medium&#8221;,&#8221;text_align&#8221;:&#8221;center&#8221;,&#8221;title_element&#8221;:&#8221;h2&#8243;}},{&#8220;type&#8221;:&#8221;grid&#8221;,&#8221;props&#8221;:{&#8220;block_align&#8221;:&#8221;center&#8221;,&#8221;content_column_breakpoint&#8221;:&#8221;m&#8221;,&#8221;css&#8221;:&#8221;@media (max-width: 959px) {\n\t.el-element > * > :nth-child(3n+0) { display: none; }\n}&#8221;,&#8221;filter_align&#8221;:&#8221;left&#8221;,&#8221;filter_all&#8221;:true,&#8221;filter_grid_breakpoint&#8221;:&#8221;m&#8221;,&#8221;filter_grid_width&#8221;:&#8221;auto&#8221;,&#8221;filter_position&#8221;:&#8221;top&#8221;,&#8221;filter_style&#8221;:&#8221;tab&#8221;,&#8221;grid_default&#8221;:&#8221;1&#8243;,&#8221;grid_medium&#8221;:&#8221;3&#8243;,&#8221;grid_small&#8221;:&#8221;2&#8243;,&#8221;icon_width&#8221;:80,&#8221;image_align&#8221;:&#8221;top&#8221;,&#8221;image_grid_breakpoint&#8221;:&#8221;m&#8221;,&#8221;image_grid_width&#8221;:&#8221;1-2&#8243;,&#8221;image_svg_color&#8221;:&#8221;emphasis&#8221;,&#8221;image_width&#8221;:&#8221;610&#8243;,&#8221;item_animation&#8221;:true,&#8221;lightbox_bg_close&#8221;:true,&#8221;link_style&#8221;:&#8221;text&#8221;,&#8221;link_text&#8221;:&#8221;Read more&#8221;,&#8221;margin&#8221;:&#8221;default&#8221;,&#8221;meta_align&#8221;:&#8221;above-title&#8221;,&#8221;meta_color&#8221;:&#8221;muted&#8221;,&#8221;meta_element&#8221;:&#8221;div&#8221;,&#8221;meta_style&#8221;:&#8221;&#8221;,&#8221;panel_image_no_padding&#8221;:true,&#8221;panel_link&#8221;:true,&#8221;panel_link_hover&#8221;:&#8221;true&#8221;,&#8221;panel_padding&#8221;:&#8221;default&#8221;,&#8221;panel_style&#8221;:&#8221;card-default&#8221;,&#8221;parallax_easing&#8221;:&#8221;1&#8243;,&#8221;show_content&#8221;:true,&#8221;show_hover_image&#8221;:true,&#8221;show_hover_video&#8221;:true,&#8221;show_image&#8221;:true,&#8221;show_link&#8221;:true,&#8221;show_meta&#8221;:true,&#8221;show_title&#8221;:true,&#8221;show_video&#8221;:true,&#8221;text_align&#8221;:&#8221;center&#8221;,&#8221;title_align&#8221;:&#8221;top&#8221;,&#8221;title_element&#8221;:&#8221;h3&#8243;,&#8221;title_grid_breakpoint&#8221;:&#8221;m&#8221;,&#8221;title_grid_width&#8221;:&#8221;1-2&#8243;,&#8221;title_hover_style&#8221;:&#8221;reset&#8221;,&#8221;title_link&#8221;:true,&#8221;title_style&#8221;:&#8221;h4&#8243;},&#8221;children&#8221;:[{&#8220;type&#8221;:&#8221;grid_item&#8221;,&#8221;props&#8221;:{&#8220;content&#8221;:&#8221;&#8221;},&#8221;source&#8221;:{&#8220;query&#8221;:{&#8220;name&#8221;:&#8221;posts.singlePost&#8221;,&#8221;field&#8221;:{&#8220;name&#8221;:&#8221;relatedPosts&#8221;,&#8221;arguments&#8221;:{&#8220;category&#8221;:&#8221;&#8221;,&#8221;limit&#8221;:3,&#8221;order&#8221;:&#8221;date&#8221;,&#8221;order_direction&#8221;:&#8221;DESC&#8221;,&#8221;author&#8221;:&#8221;&#8221;,&#8221;post_tag&#8221;:&#8221;&#8221;,&#8221;offset&#8221;:0}}},&#8221;props&#8221;:{&#8220;title&#8221;:{&#8220;name&#8221;:&#8221;title&#8221;},&#8221;link&#8221;:{&#8220;name&#8221;:&#8221;link&#8221;},&#8221;image&#8221;:{&#8220;name&#8221;:&#8221;field.intro_image.url&#8221;},&#8221;meta&#8221;:{&#8220;filters&#8221;:{&#8220;search&#8221;:&#8221;&#8221;,&#8221;date&#8221;:&#8221;d F, Y&#8221;},&#8221;name&#8221;:&#8221;date&#8221;}}}}]}]}]}],&#8221;name&#8221;:&#8221;Latest Posts&#8221;}],&#8221;version&#8221;:&#8221;4.5.31&#8243;} &#8211;><p>The post <a href="https://beedash.com/corestack-catalog-updates-october-2025/">Corestack Catalog Updates October 2025</a> appeared first on <a href="https://beedash.com">Beedash</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Corestack Catalog Updates September 2025</title>
		<link>https://beedash.com/corestack-catalog-updates-september-2025/</link>
		
		<dc:creator><![CDATA[beedash]]></dc:creator>
		<pubDate>Tue, 07 Oct 2025 15:53:48 +0000</pubDate>
				<category><![CDATA[Vendor Updates]]></category>
		<guid isPermaLink="false">https://beedash.com/?p=8806</guid>

					<description><![CDATA[<p>Vendor Updates NEW BRANDS, PRICE UPDATES, NEW PRODUCTS, DISCONTINUATIONS FROM BRANDS ACROSS THE INDUSTRY – GET MORE WITH CORESTACK New Vendor! Notable Updates Price Updates Advance Tabco Alfa International American Range BevLes Company Berkel Carlisle Chef’s Choice Comstock-Castle Continental Refrigerator Cooper-Atkins Dynamic USA Eurodib USA Fogel Howard-McCray Icetro Imperial Range International Tableware Jade Range Krowne [&#8230;]</p>
<p>The post <a href="https://beedash.com/corestack-catalog-updates-september-2025/">Corestack Catalog Updates September 2025</a> appeared first on <a href="https://beedash.com">Beedash</a>.</p>
]]></description>
										<content:encoded><![CDATA[<img decoding="async" src="/wp-content/uploads/2022/05/corestack.svg?x40075" alt="">
<h1>Vendor Updates</h1>
<h4>NEW BRANDS, PRICE UPDATES, NEW PRODUCTS, DISCONTINUATIONS FROM BRANDS ACROSS THE INDUSTRY – GET MORE WITH CORESTACK</h4>
<h2><center>
<h2 style="color: #267864;">New Vendor!</h2>
</center></h2>
<div>

    <img decoding="async" src="/wp-content/uploads/2025/10/Epicurean-Logo.jpg?x40075" alt="">








</div>
<h2><center>
<h2 style="color: #267864;">Notable Updates</h2>
</center></h2>
<ul>
        <li>

        <img decoding="async" src="/wp-content/uploads/2023/02/TurboAir.png?x40075" alt="">








    </li>
        <li>

        <img decoding="async" src="/wp-content/uploads/2025/10/Robot-Coupe.png?x40075" alt="">








    </li>
        <li>

        <img decoding="async" src="/wp-content/uploads/2025/10/Alfa-International.jpg?x40075" alt="">








    </li>
        <li>

        <img decoding="async" src="/wp-content/uploads/2025/08/comstock_castle.png?x40075" alt="">








    </li>
    </ul>
<h1><center><h2 style="color:#267864;">Price Updates</h2></center></h1>
<ul>
        <li>

        





<div><ul>
  <li>Advance Tabco</li>
  <li>Alfa International</li>
  <li>American Range</li>
  <li>BevLes Company</li>
  <li>Berkel</li>
  <li>Carlisle</li>
  <li>Chef’s Choice</li>
  <li>Comstock-Castle</li>
  <li>Continental Refrigerator</li>
  <li>Cooper-Atkins</li>
  <li>Dynamic USA</li>
  <li>Eurodib USA</li>
  <li>Fogel</li>
  <li>Howard-McCray</li>
  <li>Icetro</li>
  <li>Imperial Range</li>
  <li>International Tableware</li>
  <li>Jade Range</li>
</ul></div>


    </li>
        <li>

        





<div><ul>
  <li>Krowne Metal</li>
  <li>Libbey Glass</li>
  <li>Louis Tellier</li>
  <li>Maxx Cold</li>
  <li>Maxx Ice</li>
  <li>Nieco</li>
  <li>Omega</li>
  <li>Penn Scale</li>
  <li>Robot Coupe</li>
  <li>San Jamar</li>
  <li>Skyfood Equipment</li>
  <li>Syracuse China</li>
  <li>Traulsen</li>
  <li>Tuxton China</li>
  <li>Turbo Air</li>
  <li>World Tableware</li>
</ul>
</div>


    </li>
    </ul>
<h1><center>
<h2 style="color: #267864;">New Products</h2>
</center></h1>
<ul>
        <li>

        





<div><ul>
  <li>ACP – Amana Commercial</li>
  <li>Adcraft – Admiral Craft Equipment</li>
  <li>AMPTO</li>
  <li>Bissell Big Green Commercial</li>
  <li>CAC China</li>
  <li>Chef Master</li>
  <li>Chef Works</li>
  <li>Comstock-Castle</li>
  <li>Maxx Ice</li>
  <li>Migali</li>
</ul>
</div>


    </li>
        <li>

        





<div><ul>
  <li>Nemco</li>
  <li>Nieco</li>
  <li>Omcan</li>
  <li>Omega</li>
  <li>Penn Scale</li>
  <li>Robot Coupe</li>
  <li>Skyfood Equipment</li>
  <li>Southbend</li>
  <li>Vulcan</li>
  <li>Yanco</li>
</ul>
</div>


    </li>
    </ul>
<h1><center>
<h2 style="color: #267864;">Discontinued Products</h2>
</center></h1>
<ul>
        <li>

        





<div><ul>
  <li>Adcraft – Admiral Craft Equipment</li>
  <li>Advance Tabco</li>
  <li>Alfa International</li>
  <li>Carlisle</li>
  <li>Chef’s Choice</li>
  <li>Comstock-Castle</li>
  <li>Florida Seating</li>
  <li>Globe</li>
  <li>International Tableware</li>
  <li>Libbey Glass</li>
</ul>
</div>


    </li>
        <li>

        





<div><ul>
  <li>Maxx Cold</li>
  <li>Maxx Ice</li>
  <li>Penn Scale</li>
  <li>San Jamar</li>
  <li>Skyfood Equipment</li>
  <li>Southbend</li>
  <li>Syracuse China</li>
  <li>Tuxton China</li>
  <li>World Tableware</li>
  <li>Zeroll</li>
</ul>
</div>


    </li>
    </ul>
<img decoding="async" src="/wp-content/uploads/2021/08/icon-core.svg?x40075" alt="">
<h2><span>Experience Corestack Free for 14 Days</span></h2>
<div><p>See how easy it is to manage, price and distribute your product data across every channel.<br data-start="339" data-end="342" />Connect your catalog, explore integrations, and experience the Corestack difference—no commitment required.</p></div>
<div>

    <!-- Button -->
<div class="uk-flex uk-flex-center uk-flex-middle uk-margin">
  <a class="uk-button uk-button-primary" href="#corestack-trial-modal" uk-toggle>
    Request Free Trial
  </a>
</div>

<!-- Modal with iframe -->
<div id="corestack-trial-modal" class="uk-modal-full" uk-modal>
  <div class="uk-modal-dialog uk-modal-body uk-padding-remove">
    <button class="uk-modal-close-full uk-close-large" type="button" uk-close></button>

    <div class="uk-section uk-section-default" style="min-height:80vh">
      <div class="uk-container uk-container-small">
        <h2 class="uk-heading-medium uk-text-center uk-margin-small">Start Your Free Trial</h2>
        <p class="uk-text-lead uk-text-center uk-margin">No credit card required.</p>

        <!-- IFRAME form (HubSpot Share URL) -->
        <div class="uk-margin-large-top uk-text-center">
          <iframe
            id="cs-hs-iframe"
            src="https://share.hsforms.com/1/REPLACE_WITH_YOUR_SHARE_URL"
            title="Corestack Trial Request"
            style="width:100%; height:860px; border:0; overflow:auto;"
            loading="lazy"
            referrerpolicy="no-referrer-when-downgrade"
            allowtransparency="true">
          </iframe>
        </div>

        <!-- Fallback open-in-new-tab -->
        <div class="uk-text-center uk-margin-small">
          <a href="https://share.hsforms.com/1/REPLACE_WITH_YOUR_SHARE_URL" target="_blank" rel="nofollow" class="uk-text-meta">
            Having trouble? Open the form in a new tab
          </a>
        </div>
      </div>
    </div>
  </div>
</div>

</div>
<h2>Latest Posts</h2>
<div>

    







</div>

<span id="more-8806"></span>
<!-- {"type":"layout","children":[{"type":"section","props":{"css":".el-section > [class*='uk-background-'] {\n    height: 55vh;\n    max-height: 350px; \n}\n","header_transparent_noplaceholder":true,"image":"wp-content\/uploads\/2024\/03\/BD_Grow-Together_Website-Background_V01-22.svg","image_position":"center-center","media_background":"#FEEFD9","media_overlay":"#FEEFD9","padding_remove_bottom":true,"style":"default","title_breakpoint":"xl","title_position":"top-left","title_rotation":"left","vertical_align":"","width":""},"children":[{"type":"row","children":[{"type":"column","props":{"image_position":"center-center","position_sticky_breakpoint":"m"},"children":[{"type":"image","props":{"image":"wp-content\/uploads\/2022\/05\/corestack.svg","image_svg_color":"emphasis","margin":"default","text_align":"center"}},{"type":"headline","props":{"content":"Vendor Updates","margin_remove_bottom":true,"text_align":"center","title_element":"h1","title_font_family":"primary","title_style":"h2"}}]}],"props":{"alignment":"center","margin_remove_bottom":false}}],"source":{"query":{"name":"posts.singlePost"}},"name":"Image"},{"type":"section","props":{"image_position":"center-center","style":"default","title_breakpoint":"xl","title_position":"top-left","title_rotation":"left","vertical_align":"middle","width":"default"},"children":[{"type":"row","children":[{"type":"column","props":{"image_position":"center-center","position_sticky_breakpoint":"m"},"children":[{"type":"breadcrumbs","props":{"show_current":true,"show_home":true}}]}]}]},{"type":"section","props":{"image_position":"center-center","padding_remove_top":true,"style":"default","title_breakpoint":"xl","title_position":"top-left","title_rotation":"left","vertical_align":"","width":""},"children":[{"type":"row","props":{"width":"default"},"children":[{"type":"column","props":{"image_position":"center-center","position_sticky_breakpoint":"m"},"children":[{"type":"headline","props":{"margin_remove_top":true,"text_align":"center","title_color":"emphasis","title_element":"h2"},"source":{"query":{"name":"posts.singlePost"},"props":{"content":{"filters":{"search":""},"name":"title"}}}},{"type":"headline","props":{"content":"NEW BRANDS, PRICE UPDATES, NEW PRODUCTS, DISCONTINUATIONS FROM BRANDS ACROSS THE INDUSTRY \u2013 GET MORE WITH CORESTACK","text_align":"center","title_color":"warning","title_element":"h4","title_font_family":"primary","title_style":"h4"}}]}]}],"name":"Post"},{"type":"section","props":{"image_position":"center-center","padding_remove_top":true,"preserve_color":false,"style":"default","title_breakpoint":"xl","title_position":"top-left","title_rotation":"left","vertical_align":"middle","width":"default"},"children":[{"type":"row","children":[{"type":"column","props":{"image_position":"center-center","position_sticky_breakpoint":"m","style":"card-primary"},"children":[{"type":"fragment","props":{"margin":"default"},"children":[{"type":"row","props":{"width":"xlarge"},"children":[{"type":"column","props":{"image_position":"center-center","position_sticky_breakpoint":"m","style":"card-default"},"children":[{"type":"headline","props":{"content":"<center>\n<h2 style=\"color: #267864;\">New Vendor!<\/h2>\n<\/center>","text_align":"center","title_color":"primary","title_element":"h2","title_font_family":"primary","title_style":"h2"}},{"type":"grid","props":{"content_column_breakpoint":"m","filter_align":"left","filter_all":true,"filter_grid_breakpoint":"m","filter_grid_width":"auto","filter_position":"top","filter_style":"tab","grid_column_align":false,"grid_default":"1","grid_medium":"1","grid_parallax_justify":false,"grid_row_align":true,"icon_width":80,"image_align":"top","image_grid_breakpoint":"m","image_grid_width":"1-2","image_svg_color":"emphasis","image_width":300,"item_animation":true,"lightbox_bg_close":true,"link_style":"default","link_text":"Read more","margin":"default","meta_align":"below-title","meta_element":"div","meta_style":"text-meta","show_content":true,"show_hover_image":true,"show_hover_video":true,"show_image":true,"show_link":true,"show_meta":true,"show_title":true,"show_video":true,"text_align":"center","title_align":"top","title_element":"h3","title_grid_breakpoint":"m","title_grid_width":"1-2","title_hover_style":"reset"},"children":[{"type":"grid_item","props":{"image":"wp-content\/uploads\/2025\/10\/Epicurean-Logo.jpg"}}]}]}]}]},{"type":"fragment","props":{"margin":"default"},"children":[{"type":"row","props":{"width":"xlarge"},"children":[{"type":"column","props":{"image_position":"center-center","position_sticky_breakpoint":"m","style":"card-default"},"children":[{"type":"headline","props":{"content":"<center>\n<h2 style=\"color: #267864;\">Notable Updates<\/h2>\n<\/center>","text_align":"center","title_color":"primary","title_element":"h2","title_font_family":"primary","title_style":"h2"}},{"type":"grid","props":{"content_column_breakpoint":"m","filter_align":"left","filter_all":true,"filter_grid_breakpoint":"m","filter_grid_width":"auto","filter_position":"top","filter_style":"tab","grid_column_align":false,"grid_default":"1","grid_medium":"4","grid_parallax_justify":false,"grid_row_align":true,"icon_width":80,"image_align":"top","image_grid_breakpoint":"m","image_grid_width":"1-2","image_svg_color":"emphasis","image_width":"200","item_animation":true,"lightbox_bg_close":true,"link_style":"default","link_text":"Read more","margin":"default","meta_align":"below-title","meta_element":"div","meta_style":"text-meta","show_content":true,"show_hover_image":true,"show_hover_video":true,"show_image":true,"show_link":true,"show_meta":true,"show_title":true,"show_video":true,"text_align":"center","title_align":"top","title_element":"h3","title_grid_breakpoint":"m","title_grid_width":"1-2","title_hover_style":"reset"},"children":[{"type":"grid_item","props":{"image":"wp-content\/uploads\/2023\/02\/TurboAir.png"}},{"type":"grid_item","props":{"image":"wp-content\/uploads\/2025\/10\/Robot-Coupe.png"}},{"type":"grid_item","props":{"image":"wp-content\/uploads\/2025\/10\/Alfa-International.jpg"}},{"type":"grid_item","props":{"image":"wp-content\/uploads\/2025\/08\/comstock_castle.png"}}]}]}]}]},{"type":"fragment","props":{"blend":false,"margin":"default"},"children":[{"type":"row","props":{"width":"xlarge"},"children":[{"type":"column","props":{"image_position":"center-center","position_sticky_breakpoint":"m","style":"card-default"},"children":[{"type":"headline","props":{"content":"<center><h2 style=\"color:#267864;\">Price Updates<\/h2><\/center>","title_element":"h1"}},{"type":"grid","props":{"content_column_breakpoint":"m","content_style":"h5","filter_align":"left","filter_all":true,"filter_grid_breakpoint":"m","filter_grid_width":"auto","filter_position":"top","filter_style":"tab","grid_column_align":false,"grid_column_gap":"medium","grid_default":"1","grid_medium":"","grid_parallax_justify":false,"grid_row_align":false,"grid_small":"2","icon_width":80,"image_align":"top","image_grid_breakpoint":"m","image_grid_width":"1-2","image_svg_color":"emphasis","item_animation":true,"lightbox_bg_close":true,"link_style":"default","link_text":"Read more","margin":"default","meta_align":"below-title","meta_element":"div","meta_style":"text-meta","show_content":true,"show_hover_image":true,"show_hover_video":true,"show_image":true,"show_link":true,"show_meta":true,"show_title":false,"show_video":true,"title_align":"top","title_element":"h3","title_grid_breakpoint":"m","title_grid_width":"1-2","title_hover_style":"reset"},"children":[{"type":"grid_item","props":{"content":"<ul>\n  <li>Advance Tabco<\/li>\n  <li>Alfa International<\/li>\n  <li>American Range<\/li>\n  <li>BevLes Company<\/li>\n  <li>Berkel<\/li>\n  <li>Carlisle<\/li>\n  <li>Chef\u2019s Choice<\/li>\n  <li>Comstock-Castle<\/li>\n  <li>Continental Refrigerator<\/li>\n  <li>Cooper-Atkins<\/li>\n  <li>Dynamic USA<\/li>\n  <li>Eurodib USA<\/li>\n  <li>Fogel<\/li>\n  <li>Howard-McCray<\/li>\n  <li>Icetro<\/li>\n  <li>Imperial Range<\/li>\n  <li>International Tableware<\/li>\n  <li>Jade Range<\/li>\n<\/ul>"}},{"type":"grid_item","props":{"content":"<ul>\n  <li>Krowne Metal<\/li>\n  <li>Libbey Glass<\/li>\n  <li>Louis Tellier<\/li>\n  <li>Maxx Cold<\/li>\n  <li>Maxx Ice<\/li>\n  <li>Nieco<\/li>\n  <li>Omega<\/li>\n  <li>Penn Scale<\/li>\n  <li>Robot Coupe<\/li>\n  <li>San Jamar<\/li>\n  <li>Skyfood Equipment<\/li>\n  <li>Syracuse China<\/li>\n  <li>Traulsen<\/li>\n  <li>Tuxton China<\/li>\n  <li>Turbo Air<\/li>\n  <li>World Tableware<\/li>\n<\/ul>\n"}}]}]}]}]},{"type":"fragment","props":{"margin":"default"},"children":[{"type":"row","props":{"width":"xlarge"},"children":[{"type":"column","props":{"image_position":"center-center","position_sticky_breakpoint":"m","style":"card-default"},"children":[{"type":"headline","props":{"content":"<center>\n<h2 style=\"color: #267864;\">New Products<\/h2>\n<\/center>","title_element":"h1"}},{"type":"grid","props":{"block_align":"center","content_column_breakpoint":"m","content_style":"h5","filter_align":"left","filter_all":true,"filter_grid_breakpoint":"m","filter_grid_width":"auto","filter_position":"top","filter_style":"tab","grid_default":"1","grid_medium":"2","icon_width":80,"image_align":"top","image_grid_breakpoint":"m","image_grid_width":"1-2","image_svg_color":"emphasis","item_animation":true,"lightbox_bg_close":true,"link_style":"default","link_text":"Read more","margin":"default","meta_align":"below-title","meta_element":"div","meta_style":"text-meta","show_content":true,"show_hover_image":true,"show_hover_video":true,"show_image":true,"show_link":true,"show_meta":true,"show_title":true,"show_video":true,"title_align":"top","title_element":"h3","title_grid_breakpoint":"m","title_grid_width":"1-2","title_hover_style":"reset"},"children":[{"type":"grid_item","props":{"content":"<ul>\n  <li>ACP \u2013 Amana Commercial<\/li>\n  <li>Adcraft \u2013 Admiral Craft Equipment<\/li>\n  <li>AMPTO<\/li>\n  <li>Bissell Big Green Commercial<\/li>\n  <li>CAC China<\/li>\n  <li>Chef Master<\/li>\n  <li>Chef Works<\/li>\n  <li>Comstock-Castle<\/li>\n  <li>Maxx Ice<\/li>\n  <li>Migali<\/li>\n<\/ul>\n"}},{"type":"grid_item","props":{"content":"<ul>\n  <li>Nemco<\/li>\n  <li>Nieco<\/li>\n  <li>Omcan<\/li>\n  <li>Omega<\/li>\n  <li>Penn Scale<\/li>\n  <li>Robot Coupe<\/li>\n  <li>Skyfood Equipment<\/li>\n  <li>Southbend<\/li>\n  <li>Vulcan<\/li>\n  <li>Yanco<\/li>\n<\/ul>\n"}}]}]}]}]},{"type":"fragment","props":{"margin":"default"},"children":[{"type":"row","props":{"width":"xlarge"},"children":[{"type":"column","props":{"image_position":"center-center","position_sticky_breakpoint":"m","style":"card-default"},"children":[{"type":"headline","props":{"content":"<center>\n<h2 style=\"color: #267864;\">Discontinued Products<\/h2>\n<\/center>","title_element":"h1"}},{"type":"grid","props":{"block_align":"center","content_column_breakpoint":"m","content_style":"h5","filter_align":"left","filter_all":true,"filter_grid_breakpoint":"m","filter_grid_width":"auto","filter_position":"top","filter_style":"tab","grid_default":"1","grid_medium":"2","icon_width":80,"image_align":"top","image_grid_breakpoint":"m","image_grid_width":"1-2","image_svg_color":"emphasis","item_animation":true,"lightbox_bg_close":true,"link_style":"default","link_text":"Read more","margin":"default","meta_align":"below-title","meta_element":"div","meta_style":"text-meta","show_content":true,"show_hover_image":true,"show_hover_video":true,"show_image":true,"show_link":true,"show_meta":true,"show_title":true,"show_video":true,"title_align":"top","title_element":"h3","title_grid_breakpoint":"m","title_grid_width":"1-2","title_hover_style":"reset"},"children":[{"type":"grid_item","props":{"content":"<ul>\n  <li>Adcraft \u2013 Admiral Craft Equipment<\/li>\n  <li>Advance Tabco<\/li>\n  <li>Alfa International<\/li>\n  <li>Carlisle<\/li>\n  <li>Chef\u2019s Choice<\/li>\n  <li>Comstock-Castle<\/li>\n  <li>Florida Seating<\/li>\n  <li>Globe<\/li>\n  <li>International Tableware<\/li>\n  <li>Libbey Glass<\/li>\n<\/ul>\n"}},{"type":"grid_item","props":{"content":"<ul>\n  <li>Maxx Cold<\/li>\n  <li>Maxx Ice<\/li>\n  <li>Penn Scale<\/li>\n  <li>San Jamar<\/li>\n  <li>Skyfood Equipment<\/li>\n  <li>Southbend<\/li>\n  <li>Syracuse China<\/li>\n  <li>Tuxton China<\/li>\n  <li>World Tableware<\/li>\n  <li>Zeroll<\/li>\n<\/ul>\n"}}]}]}]}]}]}]}]},{"type":"section","props":{"animation":"slide-bottom-medium","animation_delay":"100","header_transparent":true,"header_transparent_noplaceholder":false,"header_transparent_text_color":"dark","id":"muted-green","image":"wp-content\/uploads\/2021\/08\/pattern-white-extra.svg","image_position":"center-center","image_size":"cover","media_overlay":"rgba(244, 249, 247, 0.59)","overlap":true,"padding":"large","padding_remove_bottom":false,"style":"default","title_breakpoint":"xl","title_position":"top-left","title_rotation":"left","vertical_align":"","width":"default"},"children":[{"type":"row","children":[{"type":"column","props":{"image_position":"center-center","position_sticky_breakpoint":"m"},"children":[{"type":"image","props":{"animation":"parallax","image":"wp-content\/uploads\/2021\/08\/icon-core.svg","image_svg_color":"emphasis","image_width":"80","margin":"default","parallax_easing":"1","parallax_end":"50vh + 50%","parallax_rotate":"0,180","text_align":"center"}},{"type":"headline","props":{"block_align":"center","content":"<span>Experience Corestack Free for 14 Days<\/span>","text_align":"center","title_element":"h2"}}]}]},{"type":"row","children":[{"type":"column","props":{"image_position":"center-center","position_sticky_breakpoint":"m"},"children":[{"type":"text","props":{"column_breakpoint":"m","content":"<p>See how easy it is to manage, price and distribute your product data across every channel.<br data-start=\"339\" data-end=\"342\" \/>Connect your catalog, explore integrations, and experience the Corestack difference\u2014no commitment required.<\/p>","margin":"default","text_align":"center","text_style":"lead"}},{"type":"html","props":{"content":"<!-- Button -->\n<div class=\"uk-flex uk-flex-center uk-flex-middle uk-margin\">\n  <a class=\"uk-button uk-button-primary\" href=\"#corestack-trial-modal\" uk-toggle>\n    Request Free Trial\n  <\/a>\n<\/div>\n\n<!-- Modal with iframe -->\n<div id=\"corestack-trial-modal\" class=\"uk-modal-full\" uk-modal>\n  <div class=\"uk-modal-dialog uk-modal-body uk-padding-remove\">\n    <button class=\"uk-modal-close-full uk-close-large\" type=\"button\" uk-close><\/button>\n\n    <div class=\"uk-section uk-section-default\" style=\"min-height:80vh\">\n      <div class=\"uk-container uk-container-small\">\n        <h2 class=\"uk-heading-medium uk-text-center uk-margin-small\">Start Your Free Trial<\/h2>\n        <p class=\"uk-text-lead uk-text-center uk-margin\">No credit card required.<\/p>\n\n        <!-- IFRAME form (HubSpot Share URL) -->\n        <div class=\"uk-margin-large-top uk-text-center\">\n          <iframe\n            id=\"cs-hs-iframe\"\n            src=\"https:\/\/share.hsforms.com\/1\/REPLACE_WITH_YOUR_SHARE_URL\"\n            title=\"Corestack Trial Request\"\n            style=\"width:100%; height:860px; border:0; overflow:auto;\"\n            loading=\"lazy\"\n            referrerpolicy=\"no-referrer-when-downgrade\"\n            allowtransparency=\"true\">\n          <\/iframe>\n        <\/div>\n\n        <!-- Fallback open-in-new-tab -->\n        <div class=\"uk-text-center uk-margin-small\">\n          <a href=\"https:\/\/share.hsforms.com\/1\/REPLACE_WITH_YOUR_SHARE_URL\" target=\"_blank\" rel=\"nofollow\" class=\"uk-text-meta\">\n            Having trouble? Open the form in a new tab\n          <\/a>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/div>\n&#8221;}}]}]}],&#8221;name&#8221;:&#8221;Contact section &#8211; muted green pattern&#8221;},{&#8220;type&#8221;:&#8221;section&#8221;,&#8221;props&#8221;:{&#8220;image_position&#8221;:&#8221;center-center&#8221;,&#8221;padding&#8221;:&#8221;large&#8221;,&#8221;preserve_color&#8221;:false,&#8221;style&#8221;:&#8221;muted&#8221;,&#8221;title_breakpoint&#8221;:&#8221;xl&#8221;,&#8221;title_position&#8221;:&#8221;top-left&#8221;,&#8221;title_rotation&#8221;:&#8221;left&#8221;,&#8221;vertical_align&#8221;:&#8221;&#8221;,&#8221;width&#8221;:&#8221;default&#8221;},&#8221;children&#8221;:[{&#8220;type&#8221;:&#8221;row&#8221;,&#8221;children&#8221;:[{&#8220;type&#8221;:&#8221;column&#8221;,&#8221;props&#8221;:{&#8220;image_position&#8221;:&#8221;center-center&#8221;,&#8221;position_sticky_breakpoint&#8221;:&#8221;m&#8221;},&#8221;children&#8221;:[{&#8220;type&#8221;:&#8221;headline&#8221;,&#8221;props&#8221;:{&#8220;content&#8221;:&#8221;Latest Posts&#8221;,&#8221;margin&#8221;:&#8221;medium&#8221;,&#8221;text_align&#8221;:&#8221;center&#8221;,&#8221;title_element&#8221;:&#8221;h2&#8243;}},{&#8220;type&#8221;:&#8221;grid&#8221;,&#8221;props&#8221;:{&#8220;block_align&#8221;:&#8221;center&#8221;,&#8221;content_column_breakpoint&#8221;:&#8221;m&#8221;,&#8221;css&#8221;:&#8221;@media (max-width: 959px) {\n\t.el-element > * > :nth-child(3n+0) { display: none; }\n}&#8221;,&#8221;filter_align&#8221;:&#8221;left&#8221;,&#8221;filter_all&#8221;:true,&#8221;filter_grid_breakpoint&#8221;:&#8221;m&#8221;,&#8221;filter_grid_width&#8221;:&#8221;auto&#8221;,&#8221;filter_position&#8221;:&#8221;top&#8221;,&#8221;filter_style&#8221;:&#8221;tab&#8221;,&#8221;grid_default&#8221;:&#8221;1&#8243;,&#8221;grid_medium&#8221;:&#8221;3&#8243;,&#8221;grid_small&#8221;:&#8221;2&#8243;,&#8221;icon_width&#8221;:80,&#8221;image_align&#8221;:&#8221;top&#8221;,&#8221;image_grid_breakpoint&#8221;:&#8221;m&#8221;,&#8221;image_grid_width&#8221;:&#8221;1-2&#8243;,&#8221;image_svg_color&#8221;:&#8221;emphasis&#8221;,&#8221;image_width&#8221;:&#8221;610&#8243;,&#8221;item_animation&#8221;:true,&#8221;lightbox_bg_close&#8221;:true,&#8221;link_style&#8221;:&#8221;text&#8221;,&#8221;link_text&#8221;:&#8221;Read more&#8221;,&#8221;margin&#8221;:&#8221;default&#8221;,&#8221;meta_align&#8221;:&#8221;above-title&#8221;,&#8221;meta_color&#8221;:&#8221;muted&#8221;,&#8221;meta_element&#8221;:&#8221;div&#8221;,&#8221;meta_style&#8221;:&#8221;&#8221;,&#8221;panel_image_no_padding&#8221;:true,&#8221;panel_link&#8221;:true,&#8221;panel_link_hover&#8221;:&#8221;true&#8221;,&#8221;panel_padding&#8221;:&#8221;default&#8221;,&#8221;panel_style&#8221;:&#8221;card-default&#8221;,&#8221;parallax_easing&#8221;:&#8221;1&#8243;,&#8221;show_content&#8221;:true,&#8221;show_hover_image&#8221;:true,&#8221;show_hover_video&#8221;:true,&#8221;show_image&#8221;:true,&#8221;show_link&#8221;:true,&#8221;show_meta&#8221;:true,&#8221;show_title&#8221;:true,&#8221;show_video&#8221;:true,&#8221;text_align&#8221;:&#8221;center&#8221;,&#8221;title_align&#8221;:&#8221;top&#8221;,&#8221;title_element&#8221;:&#8221;h3&#8243;,&#8221;title_grid_breakpoint&#8221;:&#8221;m&#8221;,&#8221;title_grid_width&#8221;:&#8221;1-2&#8243;,&#8221;title_hover_style&#8221;:&#8221;reset&#8221;,&#8221;title_link&#8221;:true,&#8221;title_style&#8221;:&#8221;h4&#8243;},&#8221;children&#8221;:[{&#8220;type&#8221;:&#8221;grid_item&#8221;,&#8221;props&#8221;:{&#8220;content&#8221;:&#8221;&#8221;},&#8221;source&#8221;:{&#8220;query&#8221;:{&#8220;name&#8221;:&#8221;posts.singlePost&#8221;,&#8221;field&#8221;:{&#8220;name&#8221;:&#8221;relatedPosts&#8221;,&#8221;arguments&#8221;:{&#8220;category&#8221;:&#8221;&#8221;,&#8221;limit&#8221;:3,&#8221;order&#8221;:&#8221;date&#8221;,&#8221;order_direction&#8221;:&#8221;DESC&#8221;,&#8221;author&#8221;:&#8221;&#8221;,&#8221;post_tag&#8221;:&#8221;&#8221;,&#8221;offset&#8221;:0}}},&#8221;props&#8221;:{&#8220;title&#8221;:{&#8220;name&#8221;:&#8221;title&#8221;},&#8221;link&#8221;:{&#8220;name&#8221;:&#8221;link&#8221;},&#8221;image&#8221;:{&#8220;name&#8221;:&#8221;field.intro_image.url&#8221;},&#8221;meta&#8221;:{&#8220;filters&#8221;:{&#8220;search&#8221;:&#8221;&#8221;,&#8221;date&#8221;:&#8221;d F, Y&#8221;},&#8221;name&#8221;:&#8221;date&#8221;}}}}]}]}]}],&#8221;name&#8221;:&#8221;Latest Posts&#8221;}],&#8221;version&#8221;:&#8221;4.5.24&#8243;} &#8211;><p>The post <a href="https://beedash.com/corestack-catalog-updates-september-2025/">Corestack Catalog Updates September 2025</a> appeared first on <a href="https://beedash.com">Beedash</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Object Caching 21/93 objects using Memcached
Page Caching using Disk: Enhanced 
Lazy Loading (feed)
Minified using Memcached

Served from: beedash.com @ 2026-07-27 03:51:46 by W3 Total Cache
-->