<?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>Beedash</title>
	<atom:link href="https://beedash.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://beedash.com/</link>
	<description>Technology Solutions for the Food Equipment and Supply Industry</description>
	<lastBuildDate>Mon, 27 Apr 2026 18:32:19 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>The spec sheet wasn&#8217;t built for this — and it&#8217;s showing</title>
		<link>https://beedash.com/the-spec-sheet-wasnt-built-for-this-and-its-showing/</link>
		
		<dc:creator><![CDATA[beedash]]></dc:creator>
		<pubDate>Thu, 23 Apr 2026 17:06:44 +0000</pubDate>
				<category><![CDATA[Product Data]]></category>
		<guid isPermaLink="false">https://beedash.com/?p=8967</guid>

					<description><![CDATA[<p>Product Data Series · Part 1 The spec sheet wasn&#8217;t built for this — and it&#8217;s showing By Kari A decade in foodservice product data 8 min read Most manufacturers today have moved well past the printed spec sheet. Product data lives in spreadsheets, PIMs, websites, and digital catalogs. The problem isn&#8217;t that the information [&#8230;]</p>
<p>The post <a href="https://beedash.com/the-spec-sheet-wasnt-built-for-this-and-its-showing/">The spec sheet wasn&#8217;t built for this — and it&#8217;s showing</a> appeared first on <a href="https://beedash.com">Beedash</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div>

    <style>
  :root {
    --green: #267864;
    --yellow: #fbb040;
    --navy: #030f3d;
    --cream: #fffaf3;
    --cream-deep: #feefd9;
    --mint: #94c6b1;
    --plum: #a70451;
    --ink: #1a2a26;
    --muted: #5a6b66;
    --rule: #e6ddcf;
  }
 
  * { box-sizing: border-box; margin: 0; padding: 0; }
 
  html { scroll-behavior: smooth; }
 
  body {
    font-family: 'Open Sans', Georgia, serif;
    font-size: 18px;
    line-height: 1.7;
    color: var(--ink);
    background: var(--cream);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
 
  /* ===== HEADER ===== */
  .site-header {
    background: var(--cream-deep);
    border-bottom: 1px solid var(--rule);
    padding: 22px 0;
    position: relative;
    overflow: hidden;
  }
 
  .site-header::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='120' height='104' viewBox='0 0 120 104'><g fill='none' stroke='%23fbb040' stroke-width='1.5' opacity='0.18'><polygon points='30,2 58,18 58,50 30,66 2,50 2,18'/><polygon points='90,2 118,18 118,50 90,66 62,50 62,18'/><polygon points='60,54 88,70 88,102 60,118 32,102 32,70'/></g></svg>");
    background-size: 120px 104px;
    opacity: 0.9;
    pointer-events: none;
  }
 
  .site-header .inner {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
 
  .logo {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
  }
 
  .logo img {
    height: 36px;
    width: auto;
    display: block;
  }
 
  .nav-link {
    font-family: 'Work Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 12px;
    color: var(--green);
    text-decoration: none;
    font-weight: 500;
  }
 
  .nav-link:hover { color: var(--navy); }
 
  /* ===== ARTICLE HEADER ===== */
  .article-head {
    max-width: 900px;
    margin: 0 auto;
    padding: 80px 32px 48px;
    text-align: left;
    align-content: left;
  }
 
  .eyebrow {
    font-family: 'Work Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 12px;
    color: var(--green);
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 28px;
  }
 
  .eyebrow::before {
    content: "";
    width: 28px;
    height: 2px;
    background: var(--yellow);
  }
 
  h1.article-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: clamp(2.1rem, 4.8vw, 3.4rem);
    line-height: 1.12;
    letter-spacing: -0.015em;
    color: var(--navy);
    margin-bottom: 28px;
  }
 
  .byline {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-top: 22px;
    border-top: 1px solid var(--rule);
    font-size: 14px;
    color: var(--muted);
  }
 
  .byline .author {
    color: var(--navy);
    font-weight: 600;
  }
 
  .byline .dot {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: var(--muted);
    display: inline-block;
  }
 
  /* ===== ARTICLE BODY ===== */
  article {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 32px 96px;
  }
 
  article p {
    margin-bottom: 1.5em;
    color: var(--ink);
  }
 
  article p.lead {
    font-size: 1.22rem;
    line-height: 1.6;
    color: var(--navy);
    margin-bottom: 2em;
    font-weight: 400;
  }
 
  article h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1.7rem;
    line-height: 1.25;
    color: var(--navy);
    margin: 3em 0 1em;
    letter-spacing: -0.01em;
    position: relative;
    padding-left: 22px;
  }
 
  article h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.35em;
    bottom: 0.3em;
    width: 4px;
    background: var(--yellow);
    border-radius: 2px;
  }
 
  article h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1.2rem;
    color: var(--navy);
    margin: 2.2em 0 0.8em;
  }
 
  article ul {
    list-style: none;
    padding: 0;
    margin: 0 0 1.8em;
  }
 
  article ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 1em;
    line-height: 1.65;
  }
 
  article ul li::before {
    content: "•";
    position: absolute;
    left: 6px;
    top: -2px;
    color: var(--yellow);
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
  }
 
  article ul li strong {
    color: var(--navy);
    font-weight: 600;
  }
 
  article strong {
    color: var(--navy);
    font-weight: 600;
  }
 
  article a {
    color: var(--green);
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
  }
 
  article a:hover { color: var(--navy); }
 
  /* Inline bold labels for the "hard" bullets in first callout group */
  .stack-list p {
    margin-bottom: 1.25em;
  }
 
  .stack-list p strong:first-child {
    color: var(--navy);
    display: block;
    margin-bottom: 0.15em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1.02rem;
  }
 
  /* Sign-off */
  .signoff {
    margin-top: 3em;
    padding-top: 2em;
    border-top: 1px solid var(--rule);
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 1.05rem;
    color: var(--green);
  }
 
  /* ===== PULLED QUOTE / ASIDE (optional styling for blockquote if added) ===== */
  article blockquote {
    border-left: 3px solid var(--yellow);
    padding: 8px 0 8px 24px;
    margin: 2em 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
    line-height: 1.4;
    color: var(--navy);
    font-weight: 500;
  }
 
  /* ===== SERIES CARD ===== */
  .series-card {
    max-width: 680px;
    margin: 0 auto 96px;
    padding: 0 32px;
  }
 
  .series-card-inner {
    background: var(--green);
    color: var(--cream);
    border-radius: 12px;
    padding: 40px 44px;
    display: flex;
    gap: 32px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
 
  .series-card-inner .label {
    font-family: 'Work Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 11px;
    color: var(--yellow);
    margin-bottom: 10px;
    font-weight: 500;
  }
 
  .series-card-inner h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1.3rem;
    line-height: 1.3;
    color: var(--cream);
    margin: 0;
    max-width: 420px;
  }
 
  .series-card-inner .btn {
    background: var(--yellow);
    color: var(--navy);
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.02em;
    padding: 14px 26px;
    border-radius: 6px;
    text-decoration: none;
    white-space: nowrap;
    transition: transform 0.15s ease;
  }
 
  .series-card-inner .btn:hover {
    transform: translateY(-1px);
    color: var(--navy);
  }
 
 
  /* ===== RESPONSIVE ===== */
  @media (max-width: 640px) {
    body { font-size: 17px; }
    .article-head { padding: 56px 24px 36px; }
    article { padding: 0 24px 72px; }
    article h2 { font-size: 1.4rem; padding-left: 18px; }
    article h2::before { width: 3px; }
    .series-card { padding: 0 24px; margin-bottom: 72px; }
    .series-card-inner { padding: 32px 28px; }
    .site-header .inner { padding: 0 24px; }
  }
</style>
</head>
<body>
 
<div class="article-head">
  <div class="eyebrow">Product Data Series · Part 1</div>
  <h1 class="article-title">The spec sheet wasn&#8217;t built for this — and it&#8217;s showing</h1>
  <div class="byline">
    <span class="author">By Kari</span>
    <span class="dot"></span>
    <span>A decade in foodservice product data</span>
    <span class="dot"></span>
    <span>8 min read</span>
  </div>
</div>
 
<article>
 
  <p class="lead">Most manufacturers today have moved well past the printed spec sheet. Product data lives in spreadsheets, PIMs, websites, and digital catalogs. The problem isn&#8217;t that the information is stuck on paper — it&#8217;s that it still breaks down on its way to where it needs to go. That same product data is expected to end up on dealer websites, inside search filters, in quoting software, in freight calculators — and it needs to stay consistent across all of them every time anything changes.</p>
 
  <p>Whether a dealer is requesting spreadsheets, hand-entering details, or pulling from a data feed, getting the information from the manufacturer&#8217;s system into theirs — accurately and completely — is where the pain lives.</p>
 
  <p>This is the first in a short series walking through the life of a foodservice product — from the manufacturer all the way to the customer hitting reorder. Where does the work pile up, why, and what are we actually doing about it? I&#8217;ve been in product data in foodservice since 2015, and this isn&#8217;t a sales pitch. It&#8217;s me thinking out loud about problems I&#8217;ve been close to for a long time, so folks in the industry can tell me where we&#8217;ve got it right or where we&#8217;re missing something.</p>
 
  <h2>Everyone has the &#8220;real&#8221; data. That&#8217;s the problem.</h2>
 
  <p>Ask ten people in foodservice where the official record for a product lives, and you&#8217;ll get ten honest answers. The manufacturer points to their website. The rep points to whatever the manufacturer sent them. The dealer points to their ERP. The buying group points to their master catalog. The customer points to whatever showed up first on Google. None of them are wrong. They&#8217;re just all looking at slightly different versions of the same product, and those small differences add up fast.</p>
 
  <p>Say a manufacturer updates a dimension on a range. That one change now has to reach the rep, the dealer, the buying group, the dealer&#8217;s website, the dealer&#8217;s quoting tool, and the freight calculator — without anyone re-typing it. That&#8217;s a lot of systems that were never really designed to talk to each other.</p>
 
  <p>Three things make this genuinely hard:</p>
 
  <div class="stack-list">
    <p><strong>The same information gets written a dozen different ways.</strong> 36 inches, 36&#8243;, and 36in are all the same width, but a website filter looking for an exact match will miss two of them. Multiply that small mismatch across every spec on every product, and the problem compounds quickly.</p>
 
    <p><strong>The format isn&#8217;t the real issue.</strong> Some manufacturers send PDFs. Some send spreadsheets. A few give direct access through an API. Cleaner format doesn&#8217;t mean cleaner data — even pulling directly from a large manufacturer through a structured pipeline, we find model numbers that don&#8217;t distinguish variants, accessories tagged as full products, and core attributes like voltage or color missing entirely. What matters more is whether the information is consistent, complete, and lined up with how the rest of the industry describes the same things.</p>
 
    <p><strong>The scale sneaks up on you.</strong> Hundreds of thousands of active products across hundreds of manufacturers, with dozens of details on each one. It&#8217;s why searching a dealer site for a specific configuration sometimes returns the base model plus five options that aren&#8217;t actually available together, or why two products that should show up side by side don&#8217;t. Every glitch traces back to a small mismatch upstream.</p>
  </div>
 
  <h2>What we&#8217;re actually doing with AI (it&#8217;s not just reading PDFs)</h2>
 
  <p>A lot of the AI talk in our industry makes it sound like AI means &#8220;we read PDFs.&#8221; That&#8217;s a small slice, and honestly the least interesting one. The more valuable work happens after the data lands. Here&#8217;s what we&#8217;re building into our Catalog Manager:</p>
 
  <ul>
    <li><strong>Pulling dimensions into the right fields</strong> so length, width, height, and weight aren&#8217;t buried in a description — they&#8217;re structured values that actually power filtering, freight, and search.</li>
    <li><strong>Matching up categories</strong> between a manufacturer&#8217;s category tree and a dealer&#8217;s or buying group&#8217;s, so nobody has to translate one product at a time.</li>
    <li><strong>Filling in missing descriptions</strong> grounded in actual specs — not marketing fluff, just clear, useful copy that meets what a dealer website needs.</li>
    <li><strong>Auto-assigning filters</strong> so when a new product lands, the right filters on the dealer site light up on their own.</li>
    <li><strong>Spotting configurable products.</strong> A long list of similar SKUs is often one product with different options — same base model, but one is 208V and one is 240V, one is red and one is stainless. We identify the shared parent and pull out the options that actually differ, so customers aren&#8217;t scrolling through twelve near-identical listings.</li>
    <li><strong>Catching problems as the data arrives</strong> — missing fields, wrong freight class, short descriptions — flagged right away instead of three months later.</li>
    <li><strong>Pointing human attention where it matters most</strong>, surfacing which products and which missing details are hurting sales right now.</li>
  </ul>
 
  <p>None of this replaces people who know the category. It takes the slow, repetitive part of catalog work off their plates so they can spend their time on the decisions that actually need a human.</p>
 
  <h2>Where manufacturers come in</h2>
 
  <p>After a decade of this, the honest thing I&#8217;ve come to believe is that the biggest wins happen upstream, at the manufacturer. A manufacturer who shares clean, organized product data — in whatever format — saves every dealer, rep, buying group, and platform downstream an enormous amount of repeat work. The manufacturers already doing this are quietly winning more online sales than they realize. The ones who aren&#8217;t are leaving their brand in the hands of third-party scrapers and marketplaces that rebuild the data their own way, without the manufacturer in the loop.</p>
 
  <p>The good news: that conversation has genuinely shifted in the last two or three years. More manufacturers are asking us what good data looks like and what their dealers actually need. We&#8217;ve started working directly with manufacturers to help clean up and distribute their product data — not just to us, but to the whole channel. Every dealer, rep, and buying group benefits when that happens, regardless of what platforms they&#8217;re using.</p>
 
  <h2>What we&#8217;re building right now</h2>
 
  <div class="stack-list">
    <p><strong>A new product database built for how foodservice actually sells.</strong> We&#8217;re rebuilding our PIM from the ground up to handle configurable products, parts, and options the way they exist in the real world — not flattened into generic rows that lose the relationships between a base model, its variants, and the accessories that go with them.</p>
 
    <p><strong>Expanding how our dealers sell.</strong> Whether a dealer closes business through their website, a full quote, or a phone call with a longtime customer, they should be pulling from the same clean product record. One source of truth, powering all of it.</p>
 
    <p><strong>Hands-on cleanup with manufacturers.</strong> A dedicated team is working directly through manufacturer data right now — structuring configurable products correctly, filling missing attributes, normalizing names and specs, and making sure accessories tie to the right parent models. The unglamorous work that makes everything downstream possible.</p>
 
    <p><strong>Closing the loop.</strong> Early work on a view that lets manufacturers see how their data is actually rendering on dealer sites and inside quotes — so the feedback between source and shelf gets short enough to matter.</p>
  </div>
 
  <p>Part two picks up where this leaves off, following the product data into the place it gets used hardest: the dealer&#8217;s quote. That&#8217;s where margin quietly disappears in a typical foodservice deal, and where we&#8217;ve been spending a lot of our time. If any of this sounds familiar — or doesn&#8217;t — I&#8217;d really like to hear from you. These posts will be more useful if they turn into a conversation.</p>
 
  <p class="signoff">— Kari</p>
 
</article>
 
<div class="series-card">
  <div class="series-card-inner">
    <div>
      <div class="label">Up next · Part 2</div>
      <h4>Where margin disappears: the life of a foodservice quote.</h4>
    </div>
     </div>
</div>
 
 
 
</body>
</div>
<img decoding="async" src="/wp-content/uploads/2023/04/BD_Testimonials_Banner_V03_Play-Icon_sm.png?x94297" alt="">

<ul>
        <li>

        
<h3>Pro Kitchen</h3>



<p><a href="/customer-testimonials/">Read more</a></p>

    </li>
        <li>

        
<h3>Hospitality Supply</h3>



<p><a href="/customer-testimonials/">Read more</a></p>

    </li>
        <li>

        
<h3>Lawler Fixture</h3>



<p><a href="/customer-testimonials/">Read more</a></p>

    </li>
        <li>

        
<h3>Cary Restaurant Equipment</h3>



<p><a href="/customer-testimonials/testimonial-cary-restaurant-video/">Watch this Testimonial Video</a></p>

    </li>
        <li>

        
<h3>Bentonville Restaurant Supply</h3>



<p><a href="/customer-testimonials/">Read more</a></p>

    </li>
    </ul>
<img decoding="async" src="/wp-content/uploads/2022/05/stack-horizontal.svg?x94297" alt="">
<h2>Technology Solutions for Every Edge of Your Business</h2>
<p>
    <p>
        <a href="/corestack-demo/">Request a Demo</a>
    </p>

</p>

<span id="more-8967"></span>
<!-- {"type":"layout","children":[{"type":"section","props":{"image_position":"center-center","padding_bottom":"xsmall","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"}}]}]},{"type":"section","props":{"image_position":"center-center","style":"default","title_breakpoint":"xl","title_position":"top-left","title_rotation":"left","vertical_align":"middle","width":"small"},"children":[{"type":"row","props":{"width":"default"},"children":[{"type":"column","props":{"image_position":"center-center","position_sticky_breakpoint":"m"},"children":[{"type":"breadcrumbs","props":{"show_current":true,"show_home":true}},{"type":"html","props":{"content":"<style>\n  :root {\n    --green: #267864;\n    --yellow: #fbb040;\n    --navy: #030f3d;\n    --cream: #fffaf3;\n    --cream-deep: #feefd9;\n    --mint: #94c6b1;\n    --plum: #a70451;\n    --ink: #1a2a26;\n    --muted: #5a6b66;\n    --rule: #e6ddcf;\n  }\n \n  * { box-sizing: border-box; margin: 0; padding: 0; }\n \n  html { scroll-behavior: smooth; }\n \n  body {\n    font-family: 'Open Sans', Georgia, serif;\n    font-size: 18px;\n    line-height: 1.7;\n    color: var(--ink);\n    background: var(--cream);\n    -webkit-font-smoothing: antialiased;\n    -moz-osx-font-smoothing: grayscale;\n  }\n \n  /* ===== HEADER ===== */\n  .site-header {\n    background: var(--cream-deep);\n    border-bottom: 1px solid var(--rule);\n    padding: 22px 0;\n    position: relative;\n    overflow: hidden;\n  }\n \n  .site-header::before {\n    content: \"\";\n    position: absolute;\n    inset: 0;\n    background-image: url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='120' height='104' viewBox='0 0 120 104'><g fill='none' stroke='%23fbb040' stroke-width='1.5' opacity='0.18'><polygon points='30,2 58,18 58,50 30,66 2,50 2,18'/><polygon points='90,2 118,18 118,50 90,66 62,50 62,18'/><polygon points='60,54 88,70 88,102 60,118 32,102 32,70'/></g></svg>\");\n    background-size: 120px 104px;\n    opacity: 0.9;\n    pointer-events: none;\n  }\n \n  .site-header .inner {\n    position: relative;\n    max-width: 1100px;\n    margin: 0 auto;\n    padding: 0 32px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n  }\n \n  .logo {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    text-decoration: none;\n  }\n \n  .logo img {\n    height: 36px;\n    width: auto;\n    display: block;\n  }\n \n  .nav-link {\n    font-family: 'Work Sans', sans-serif;\n    text-transform: uppercase;\n    letter-spacing: 0.12em;\n    font-size: 12px;\n    color: var(--green);\n    text-decoration: none;\n    font-weight: 500;\n  }\n \n  .nav-link:hover { color: var(--navy); }\n \n  /* ===== ARTICLE HEADER ===== */\n  .article-head {\n    max-width: 900px;\n    margin: 0 auto;\n    padding: 80px 32px 48px;\n    text-align: left;\n    align-content: left;\n  }\n \n  .eyebrow {\n    font-family: 'Work Sans', sans-serif;\n    text-transform: uppercase;\n    letter-spacing: 0.16em;\n    font-size: 12px;\n    color: var(--green);\n    font-weight: 500;\n    display: inline-flex;\n    align-items: center;\n    gap: 12px;\n    margin-bottom: 28px;\n  }\n \n  .eyebrow::before {\n    content: \"\";\n    width: 28px;\n    height: 2px;\n    background: var(--yellow);\n  }\n \n  h1.article-title {\n    font-family: 'Montserrat', sans-serif;\n    font-weight: 700;\n    font-size: clamp(2.1rem, 4.8vw, 3.4rem);\n    line-height: 1.12;\n    letter-spacing: -0.015em;\n    color: var(--navy);\n    margin-bottom: 28px;\n  }\n \n  .byline {\n    display: flex;\n    align-items: center;\n    gap: 16px;\n    padding-top: 22px;\n    border-top: 1px solid var(--rule);\n    font-size: 14px;\n    color: var(--muted);\n  }\n \n  .byline .author {\n    color: var(--navy);\n    font-weight: 600;\n  }\n \n  .byline .dot {\n    width: 3px;\n    height: 3px;\n    border-radius: 50%;\n    background: var(--muted);\n    display: inline-block;\n  }\n \n  /* ===== ARTICLE BODY ===== */\n  article {\n    max-width: 900px;\n    margin: 0 auto;\n    padding: 0 32px 96px;\n  }\n \n  article p {\n    margin-bottom: 1.5em;\n    color: var(--ink);\n  }\n \n  article p.lead {\n    font-size: 1.22rem;\n    line-height: 1.6;\n    color: var(--navy);\n    margin-bottom: 2em;\n    font-weight: 400;\n  }\n \n  article h2 {\n    font-family: 'Montserrat', sans-serif;\n    font-weight: 600;\n    font-size: 1.7rem;\n    line-height: 1.25;\n    color: var(--navy);\n    margin: 3em 0 1em;\n    letter-spacing: -0.01em;\n    position: relative;\n    padding-left: 22px;\n  }\n \n  article h2::before {\n    content: \"\";\n    position: absolute;\n    left: 0;\n    top: 0.35em;\n    bottom: 0.3em;\n    width: 4px;\n    background: var(--yellow);\n    border-radius: 2px;\n  }\n \n  article h3 {\n    font-family: 'Montserrat', sans-serif;\n    font-weight: 600;\n    font-size: 1.2rem;\n    color: var(--navy);\n    margin: 2.2em 0 0.8em;\n  }\n \n  article ul {\n    list-style: none;\n    padding: 0;\n    margin: 0 0 1.8em;\n  }\n \n  article ul li {\n    position: relative;\n    padding-left: 28px;\n    margin-bottom: 1em;\n    line-height: 1.65;\n  }\n \n  article ul li::before {\n    content: \"•\";\n    position: absolute;\n    left: 6px;\n    top: -2px;\n    color: var(--yellow);\n    font-size: 22px;\n    font-weight: 700;\n    line-height: 1;\n  }\n \n  article ul li strong {\n    color: var(--navy);\n    font-weight: 600;\n  }\n \n  article strong {\n    color: var(--navy);\n    font-weight: 600;\n  }\n \n  article a {\n    color: var(--green);\n    text-decoration: underline;\n    text-underline-offset: 3px;\n    text-decoration-thickness: 1px;\n  }\n \n  article a:hover { color: var(--navy); }\n \n  /* Inline bold labels for the \"hard\" bullets in first callout group */\n  .stack-list p {\n    margin-bottom: 1.25em;\n  }\n \n  .stack-list p strong:first-child {\n    color: var(--navy);\n    display: block;\n    margin-bottom: 0.15em;\n    font-family: 'Montserrat', sans-serif;\n    font-weight: 600;\n    font-size: 1.02rem;\n  }\n \n  /* Sign-off */\n  .signoff {\n    margin-top: 3em;\n    padding-top: 2em;\n    border-top: 1px solid var(--rule);\n    font-family: 'Montserrat', sans-serif;\n    font-weight: 500;\n    font-size: 1.05rem;\n    color: var(--green);\n  }\n \n  /* ===== PULLED QUOTE / ASIDE (optional styling for blockquote if added) ===== */\n  article blockquote {\n    border-left: 3px solid var(--yellow);\n    padding: 8px 0 8px 24px;\n    margin: 2em 0;\n    font-family: 'Montserrat', sans-serif;\n    font-size: 1.2rem;\n    line-height: 1.4;\n    color: var(--navy);\n    font-weight: 500;\n  }\n \n  /* ===== SERIES CARD ===== */\n  .series-card {\n    max-width: 680px;\n    margin: 0 auto 96px;\n    padding: 0 32px;\n  }\n \n  .series-card-inner {\n    background: var(--green);\n    color: var(--cream);\n    border-radius: 12px;\n    padding: 40px 44px;\n    display: flex;\n    gap: 32px;\n    align-items: center;\n    justify-content: space-between;\n    flex-wrap: wrap;\n  }\n \n  .series-card-inner .label {\n    font-family: 'Work Sans', sans-serif;\n    text-transform: uppercase;\n    letter-spacing: 0.14em;\n    font-size: 11px;\n    color: var(--yellow);\n    margin-bottom: 10px;\n    font-weight: 500;\n  }\n \n  .series-card-inner h4 {\n    font-family: 'Montserrat', sans-serif;\n    font-weight: 600;\n    font-size: 1.3rem;\n    line-height: 1.3;\n    color: var(--cream);\n    margin: 0;\n    max-width: 420px;\n  }\n \n  .series-card-inner .btn {\n    background: var(--yellow);\n    color: var(--navy);\n    font-family: 'Montserrat', sans-serif;\n    font-weight: 600;\n    font-size: 14px;\n    letter-spacing: 0.02em;\n    padding: 14px 26px;\n    border-radius: 6px;\n    text-decoration: none;\n    white-space: nowrap;\n    transition: transform 0.15s ease;\n  }\n \n  .series-card-inner .btn:hover {\n    transform: translateY(-1px);\n    color: var(--navy);\n  }\n \n \n  /* ===== RESPONSIVE ===== */\n  @media (max-width: 640px) {\n    body { font-size: 17px; }\n    .article-head { padding: 56px 24px 36px; }\n    article { padding: 0 24px 72px; }\n    article h2 { font-size: 1.4rem; padding-left: 18px; }\n    article h2::before { width: 3px; }\n    .series-card { padding: 0 24px; margin-bottom: 72px; }\n    .series-card-inner { padding: 32px 28px; }\n    .site-header .inner { padding: 0 24px; }\n  }\n</style>\n</head>\n<body>\n \n<div class=\"article-head\">\n  <div class=\"eyebrow\">Product Data Series · Part 1</div>\n  <h1 class=\"article-title\">The spec sheet wasn't built for this — and it's showing</h1>\n  <div class=\"byline\">\n    <span class=\"author\">By Kari</span>\n    <span class=\"dot\"></span>\n    <span>A decade in foodservice product data</span>\n    <span class=\"dot\"></span>\n    <span>8 min read</span>\n  </div>\n</div>\n \n<article>\n \n  <p class=\"lead\">Most manufacturers today have moved well past the printed spec sheet. Product data lives in spreadsheets, PIMs, websites, and digital catalogs. The problem isn't that the information is stuck on paper — it's that it still breaks down on its way to where it needs to go. That same product data is expected to end up on dealer websites, inside search filters, in quoting software, in freight calculators — and it needs to stay consistent across all of them every time anything changes.</p>\n \n  <p>Whether a dealer is requesting spreadsheets, hand-entering details, or pulling from a data feed, getting the information from the manufacturer's system into theirs — accurately and completely — is where the pain lives.</p>\n \n  <p>This is the first in a short series walking through the life of a foodservice product — from the manufacturer all the way to the customer hitting reorder. Where does the work pile up, why, and what are we actually doing about it? I've been in product data in foodservice since 2015, and this isn't a sales pitch. It's me thinking out loud about problems I've been close to for a long time, so folks in the industry can tell me where we've got it right or where we're missing something.</p>\n \n  <h2>Everyone has the \"real\" data. That's the problem.</h2>\n \n  <p>Ask ten people in foodservice where the official record for a product lives, and you'll get ten honest answers. The manufacturer points to their website. The rep points to whatever the manufacturer sent them. The dealer points to their ERP. The buying group points to their master catalog. The customer points to whatever showed up first on Google. None of them are wrong. They're just all looking at slightly different versions of the same product, and those small differences add up fast.</p>\n \n  <p>Say a manufacturer updates a dimension on a range. That one change now has to reach the rep, the dealer, the buying group, the dealer's website, the dealer's quoting tool, and the freight calculator — without anyone re-typing it. That's a lot of systems that were never really designed to talk to each other.</p>\n \n  <p>Three things make this genuinely hard:</p>\n \n  <div class=\"stack-list\">\n    <p><strong>The same information gets written a dozen different ways.</strong> 36 inches, 36\", and 36in are all the same width, but a website filter looking for an exact match will miss two of them. Multiply that small mismatch across every spec on every product, and the problem compounds quickly.</p>\n \n    <p><strong>The format isn't the real issue.</strong> Some manufacturers send PDFs. Some send spreadsheets. A few give direct access through an API. Cleaner format doesn't mean cleaner data — even pulling directly from a large manufacturer through a structured pipeline, we find model numbers that don't distinguish variants, accessories tagged as full products, and core attributes like voltage or color missing entirely. What matters more is whether the information is consistent, complete, and lined up with how the rest of the industry describes the same things.</p>\n \n    <p><strong>The scale sneaks up on you.</strong> Hundreds of thousands of active products across hundreds of manufacturers, with dozens of details on each one. It's why searching a dealer site for a specific configuration sometimes returns the base model plus five options that aren't actually available together, or why two products that should show up side by side don't. Every glitch traces back to a small mismatch upstream.</p>\n  </div>\n \n  <h2>What we're actually doing with AI (it's not just reading PDFs)</h2>\n \n  <p>A lot of the AI talk in our industry makes it sound like AI means \"we read PDFs.\" That's a small slice, and honestly the least interesting one. The more valuable work happens after the data lands. Here's what we're building into our Catalog Manager:</p>\n \n  <ul>\n    <li><strong>Pulling dimensions into the right fields</strong> so length, width, height, and weight aren't buried in a description — they're structured values that actually power filtering, freight, and search.</li>\n    <li><strong>Matching up categories</strong> between a manufacturer's category tree and a dealer's or buying group's, so nobody has to translate one product at a time.</li>\n    <li><strong>Filling in missing descriptions</strong> grounded in actual specs — not marketing fluff, just clear, useful copy that meets what a dealer website needs.</li>\n    <li><strong>Auto-assigning filters</strong> so when a new product lands, the right filters on the dealer site light up on their own.</li>\n    <li><strong>Spotting configurable products.</strong> A long list of similar SKUs is often one product with different options — same base model, but one is 208V and one is 240V, one is red and one is stainless. We identify the shared parent and pull out the options that actually differ, so customers aren't scrolling through twelve near-identical listings.</li>\n    <li><strong>Catching problems as the data arrives</strong> — missing fields, wrong freight class, short descriptions — flagged right away instead of three months later.</li>\n    <li><strong>Pointing human attention where it matters most</strong>, surfacing which products and which missing details are hurting sales right now.</li>\n  </ul>\n \n  <p>None of this replaces people who know the category. It takes the slow, repetitive part of catalog work off their plates so they can spend their time on the decisions that actually need a human.</p>\n \n  <h2>Where manufacturers come in</h2>\n \n  <p>After a decade of this, the honest thing I've come to believe is that the biggest wins happen upstream, at the manufacturer. A manufacturer who shares clean, organized product data — in whatever format — saves every dealer, rep, buying group, and platform downstream an enormous amount of repeat work. The manufacturers already doing this are quietly winning more online sales than they realize. The ones who aren't are leaving their brand in the hands of third-party scrapers and marketplaces that rebuild the data their own way, without the manufacturer in the loop.</p>\n \n  <p>The good news: that conversation has genuinely shifted in the last two or three years. More manufacturers are asking us what good data looks like and what their dealers actually need. We've started working directly with manufacturers to help clean up and distribute their product data — not just to us, but to the whole channel. Every dealer, rep, and buying group benefits when that happens, regardless of what platforms they're using.</p>\n \n  <h2>What we're building right now</h2>\n \n  <div class=\"stack-list\">\n    <p><strong>A new product database built for how foodservice actually sells.</strong> We're rebuilding our PIM from the ground up to handle configurable products, parts, and options the way they exist in the real world — not flattened into generic rows that lose the relationships between a base model, its variants, and the accessories that go with them.</p>\n \n    <p><strong>Expanding how our dealers sell.</strong> Whether a dealer closes business through their website, a full quote, or a phone call with a longtime customer, they should be pulling from the same clean product record. One source of truth, powering all of it.</p>\n \n    <p><strong>Hands-on cleanup with manufacturers.</strong> A dedicated team is working directly through manufacturer data right now — structuring configurable products correctly, filling missing attributes, normalizing names and specs, and making sure accessories tie to the right parent models. The unglamorous work that makes everything downstream possible.</p>\n \n    <p><strong>Closing the loop.</strong> Early work on a view that lets manufacturers see how their data is actually rendering on dealer sites and inside quotes — so the feedback between source and shelf gets short enough to matter.</p>\n  </div>\n \n  <p>Part two picks up where this leaves off, following the product data into the place it gets used hardest: the dealer's quote. That's where margin quietly disappears in a typical foodservice deal, and where we've been spending a lot of our time. If any of this sounds familiar — or doesn't — I'd really like to hear from you. These posts will be more useful if they turn into a conversation.</p>\n \n  <p class=\"signoff\">— Kari</p>\n \n</article>\n \n<div class=\"series-card\">\n  <div class=\"series-card-inner\">\n    <div>\n      <div class=\"label\">Up next · Part 2</div>\n      <h4>Where margin disappears: the life of a foodservice quote.</h4>\n    </div>\n     </div>\n</div>\n \n \n \n</body>"}}]}]}]},{"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":"pagination","props":{"pagination_type":"previous/next","text_align":"center"}},{"type":"popover","props":{"background_image":"wp-content/uploads/2023/04/BD_Testimonials_Banner_V03_Play-Icon_sm.png","card_style":"default","css":".uk-marker {opacity: 0;\n}","drop_mode":"click","drop_position":"top-center","drop_width":"600","image_card_padding":true,"image_svg_color":"emphasis","link_style":"default","link_text":"Read more","margin_bottom":"default","margin_top":"default","meta_align":"below-title","meta_element":"div","meta_style":"text-meta","show_content":true,"show_image":true,"show_link":true,"show_meta":true,"show_title":true,"title_element":"h3","title_hover_style":"reset"},"children":[{"type":"popover_item","props":{"content":"","link":"/customer-testimonials/","position_x":"43","position_y":"63","title":"Pro Kitchen"}},{"type":"popover_item","props":{"content":"","link":"/customer-testimonials/","position_x":"20","position_y":"59","title":"Hospitality Supply"}},{"type":"popover_item","props":{"content":"","link":"/customer-testimonials/","position_x":"8","position_y":"35","title":"Lawler Fixture"}},{"type":"popover_item","props":{"content":"","link":"/customer-testimonials/testimonial-cary-restaurant-video/","link_text":"Watch this Testimonial Video","position_x":"91","position_y":"20","title":"Cary Restaurant Equipment"}},{"type":"popover_item","props":{"content":"","link":"/customer-testimonials/","position_x":"68","position_y":"64","title":"Bentonville Restaurant Supply"}}],"name":"Testimonial Popover links to page"}]}]}]},{"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":"default"},"children":[{"type":"row","props":{"width":"small"},"children":[{"type":"column","props":{"image_position":"center-center","position_sticky_breakpoint":"m"},"children":[{"type":"image","props":{"block_align":"center","image":"wp-content/uploads/2022/05/stack-horizontal.svg","image_svg_color":"emphasis","margin_bottom":"default","margin_top":"default","maxwidth":"large"}},{"type":"headline","props":{"content":"Technology Solutions for Every Edge of Your Business","image_align":"left","image_margin":"xsmall","text_align":"center","title_color":"primary","title_element":"h2","title_style":"h2"}},{"type":"button","props":{"grid_column_gap":"small","grid_row_gap":"small","margin_bottom":"medium","margin_top":"medium","text_align":"center"},"children":[{"type":"button_item","props":{"button_style":"secondary","content":"Request a Demo","dialog_layout":"modal","dialog_offcanvas_flip":true,"icon_align":"left","link":"corestack-demo/"}}]}]}]}],"name":"Beedash Stack - CTA"}],"version":"5.0.22"} --><p>The post <a href="https://beedash.com/the-spec-sheet-wasnt-built-for-this-and-its-showing/">The spec sheet wasn&#8217;t built for this — and it&#8217;s showing</a> appeared first on <a href="https://beedash.com">Beedash</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Corestack 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/">Corestack 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?x94297" 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?x94297" 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?x94297" alt="True Manufacturing">
                    <img decoding="async" src="https://beedash.com/wp-content/uploads/2026/04/channel-logo.png?x94297" alt="Channel Manufacturing">
                    <img decoding="async" src="https://beedash.com/wp-content/uploads/2026/04/cac-logo-19_2.png?x94297" 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?x94297" 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/">Corestack 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?x94297" 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?x94297" 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?x94297" alt="Manitowoc Ice">
                    <img decoding="async" src="https://beedash.com/wp-content/uploads/2025/06/Krowne-Logo-scaled.png?x94297" alt="Krowne">
                    <img decoding="async" src="https://beedash.com/wp-content/uploads/2024/11/CMA-Dishmachines.jpg?x94297" 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?x94297" 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?x94297" 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?x94297" 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?x94297" alt="Brand 1">
                    <img decoding="async" src="https://beedash.com/wp-content/uploads/2024/11/Winco.png?x94297" alt="Brand 2">
                    <img decoding="async" src="https://beedash.com/wp-content/uploads/2025/02/GlobeLogo.png?x94297" 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?x94297" 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?x94297" 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?x94297" alt="John Boos Foodservice Products">








    </li>
        <li>

        <img decoding="async" src="/wp-content/uploads/2026/01/ALLPOINTS_.jpg?x94297" alt="">








    </li>
        <li>

        <img decoding="async" src="/wp-content/uploads/2026/01/CDN-Measurement-Tools.jpg?x94297" 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?x94297" 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?x94297" 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?x94297" alt="">








    </li>
        <li>

        <img decoding="async" src="/wp-content/uploads/2025/12/Araven-Equipment.jpg?x94297" alt="">








    </li>
        <li>

        <img decoding="async" src="/wp-content/uploads/2025/12/Venancio-Logo-scaled.png?x94297" 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?x94297" alt="">








    </li>
        <li>

        <img decoding="async" src="/wp-content/uploads/2023/02/ArcticAir.png?x94297" alt="">








    </li>
        <li>

        <img decoding="async" src="/wp-content/uploads/2025/12/Vulcan.jpg?x94297" alt="">








    </li>
        <li>

        <img decoding="async" src="/wp-content/uploads/2023/02/AtosaUSA.png?x94297" 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?x94297" 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>A letter from the President 2026</title>
		<link>https://beedash.com/a-letter-from-the-president-2026/</link>
		
		<dc:creator><![CDATA[beedash]]></dc:creator>
		<pubDate>Wed, 10 Dec 2025 14:13:15 +0000</pubDate>
				<category><![CDATA[Industry Buzz]]></category>
		<category><![CDATA[Inside the Hive]]></category>
		<category><![CDATA[News]]></category>
		<guid isPermaLink="false">https://beedash.com/?p=8891</guid>

					<description><![CDATA[<p>Letter From the President 2026 A Letter from the President, 2026 2026 A Letter from the President Dear Community, Partners, Clients, and Team, This year, more than any I can remember, has asked a lot of you. Many of you have navigated shifting margins, policy changes, and tariffs that don&#8217;t just change prices—they change plans. [&#8230;]</p>
<p>The post <a href="https://beedash.com/a-letter-from-the-president-2026/">A letter from the President 2026</a> appeared first on <a href="https://beedash.com">Beedash</a>.</p>
]]></description>
										<content:encoded><![CDATA[<hr>
<h2>Letter From the President 2026</h2>
<hr>
<div>

    <!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>A Letter from the President, 2026</title>
  <style>
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    body {
      background-color: #f8f6f3;
      color: #2d2d2d;
      font-family: Georgia, 'Times New Roman', serif;
      font-size: 1.2rem;
      line-height: 1.8;
      
    }

    .letter {
      max-width: 1000px;
      margin: 0 auto;
      background: #fffef9;
      padding: 4rem 5rem;
      box-shadow: 0 2px 20px rgba(0,0,0,0.06);
      border-radius: 2px;
    }

    .date {
      font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
      font-size: 0.85rem;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      color: #267865;
      margin-bottom: 2.5rem;
    }

    h1 {
      font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
      font-size: 1.6rem;
      font-weight: 600;
      color: #267865;
      margin-bottom: 2rem;
      letter-spacing: -0.01em;
    }

    .salutation {
      font-style: italic;
      margin-bottom: 1.5rem;
    }

    p {
      margin-bottom: 1.4rem;
      text-align: left;
    }

    h4 {
      font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
      font-size: 1rem;
      font-weight: 600;
      color: #267865;
      margin-top: 2.5rem;
      margin-bottom: 1.2rem;
      letter-spacing: 0.02em;
    }

    strong {
      font-weight: 600;
      color: #1a1a1a;
    }

    .highlight-list {
      margin: 1.5rem 0;
      padding-left: 1.5rem;
      border-left: 3px solid #FAAF40;
    }

    .highlight-list p {
      margin-bottom: 0.8rem;
    }

    .simple-list {
      margin: 1rem 0 1.5rem 1.5rem;
    }

    .simple-list p {
      margin-bottom: 0.4rem;
      position: relative;
    }

    .closing {
      margin-top: 2.5rem;
    }

    .signature {
      margin-top: 1.5rem;
    }

    .signature-name {
      font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
      font-weight: 600;
      font-size: 1.1rem;
      color: #267865;
    }

    .signature-title {
      font-size: 1rem;
      color: #666;
      margin-top: 0.2rem;
    }

    .postscript {
      margin-top: 2.5rem;
      padding-top: 1.5rem;
      border-top: 1px solid #e8e4dc;
      font-size: 1.05rem;
      font-style: italic;
      color: #555;
    }

    @media (max-width: 768px) {
      .letter {
        padding: 2.5rem 2rem;
      }
      
      body {
        padding: 1.5rem 1rem;
        font-size: 1.1rem;
      }

      h1 {
        font-size: 1.4rem;
      }
    }
  </style>
</head>
<body>
  <article class="letter">
    <p class="date">2026</p>
    
    <h1>A Letter from the President</h1>

    <p class="salutation">Dear Community, Partners, Clients, and Team,</p>

    <p>This year, more than any I can remember, has asked a lot of you.</p>

    <p>Many of you have navigated shifting margins, policy changes, and tariffs that don&#8217;t just change prices—they change plans. You&#8217;ve managed projects that paused and restarted, fought for freight quotes that actually stick, and still found ways to take care of your teams. Some of you have merged to stay competitive. Some have closed locations that once felt permanent. Others are rebuilding, rethinking, or starting fresh.</p>

    <p>Whether you&#8217;re a dealer, a vendor, a manufacturer rep, or a supplier, you&#8217;ve carried responsibilities that most people never see—but we do. If you&#8217;ve spent this year holding the line, making hard calls, and still showing up for your customers and teams, I see you.</p>

    <p>I also want to acknowledge something personal: I haven&#8217;t been as front-and-center in our marketing as I should have been. My instinct has always been to dive into the work—into your workflows, your product data challenges, your quoting puzzles—not into the spotlight. But part of leading is being visible, especially when times are uncertain. So I want you to hear this clearly from me: I care deeply about you, your teams, and the future of this industry. Beedash exists to help you run stronger, more resilient businesses in hard years, not just easy ones.</p>

    <h4>What &#8220;Grow Together&#8221; really means right now</h4>

    <p>For us, Grow Together isn&#8217;t a campaign—it&#8217;s how we work. It means we listen first, build with you instead of at you, and judge success by one simple test: does this make your day easier and your business stronger?</p>

    <p>This year, that meant getting as close as we could to your real world: sitting in on inside sales calls, watching service teams quote repairs, walking through project bids, and tracing how program and franchise orders actually move through your systems. We paid attention to the spots that always slow you down—where data gets re-typed, where prices drift from reality, where freight is guessed, and where systems dead-end.</p>

    <p>Out of that, a few priorities became non-negotiable:</p>

    <div class="highlight-list">
      <p><strong>PIM as the quiet backbone.</strong> One trusted place for product data so changes happen once and show up everywhere.</p>
      <p><strong>Quoting as a hub, not a file.</strong> Quotestack keeps quotes tied to real products, pricing, and freight from first draft through order.</p>
      <p><strong>One truth, many ways to sell.</strong> Whatever channels you use—websites, programs, portals—they all draw from the same product truth.</p>
    </div>

    <p>Underneath all of this is the quiet work you don&#8217;t see on a website banner: normalizing vendor data, aligning configurations, mapping parts and accessories, improving freight context, and using AI only where it clearly helps—reducing busywork, improving accuracy, or surfacing patterns you&#8217;d never have time to find manually. If it just adds noise or confusion, we don&#8217;t use it.</p>

    <h4>Why the day-to-day details matter now</h4>

    <p>When costs and conditions keep shifting, the real difference between struggling and staying steady isn&#8217;t a big strategy deck—it&#8217;s the small, daily things: how close your quotes are to the final invoice and how many times the same information gets re-typed into different systems. In a lot of quoting tools you build a quote, download it, then re-enter every line into your own software or ERP. Every extra step is a chance for a missed item, a wrong decimal, or margin that quietly disappears—leaks most businesses can&#8217;t afford.</p>

    <p>This is the layer we care about—the plumbing of your day-to-day operations, not just the presentation on top.</p>

    <p>For many of you, &#8220;innovation&#8221; isn&#8217;t exciting; it&#8217;s exhausting. At the end of the day, it comes down to two things:</p>

    <div class="highlight-list">
      <p><strong>Time.</strong> Re-keying quotes and chasing updates burns hours you should be spending selling and serving customers.</p>
      <p><strong>Trust.</strong> When quotes don&#8217;t match invoices or timelines slip, it quietly erodes confidence in your process.</p>
    </div>

    <p>Our goal is to give you back hours and help protect the trust you&#8217;ve built over years and generations. And I want to be clear: that doesn&#8217;t mean we&#8217;re perfect.</p>

    <p>Product data, pricing, and programs are changing faster than any one company can keep perfectly in sync. We work hard to stay current, but we also rely on our manufacturers and on you—our dealers, reps, vendors, and suppliers—to flag what you&#8217;re seeing on the ground. When you call or email with an issue, we don&#8217;t see it as a nuisance; we see it as partnership. We act as your back office, move quickly to correct the source, and push the fix through so nobody has to clean it up twice.</p>

    <p>That&#8217;s the kind of relationship we&#8217;re committed to: not pretending everything is flawless, but standing next to you in the mess and doing the work to make it better, faster, and more reliable over time.</p>

    <h4>An invitation (and a promise)</h4>

    <p>We&#8217;re rolling out the next phase of our quoting tool and expanding integrations across websites, program catalogs, reorder portals, and accounting/ERP. We&#8217;re also forming a Dealer &#038; Manufacturer Focus Group to shape what comes next—pricing controls, freight intelligence, approval workflows, and reporting that ties all channels together without spreadsheets.</p>

    <p>If you want in—whether you&#8217;re ready to replace your quoting tool or just want a seat at the table—we&#8217;d be honored to have you. You&#8217;ll get early access, direct input into the roadmap, and hands-on help from our team. More importantly, you&#8217;ll help us build a system that works the way you work.</p>

    <p>And here&#8217;s the promise: we will continue to show up, listen hard, build with care, and speak plainly. We&#8217;ll prioritize fewer clicks and clearer outcomes over flashy features. We will not chase technology for its own sake. We&#8217;ll use it to protect time, margin, and trust.</p>

    <h4>If you don&#8217;t know me yet</h4>

    <p>If we haven&#8217;t met, here&#8217;s why this work is so personal to me.</p>

    <p>I started as a business consultant in 1997, stepping into companies that were doing many things right—but were limited by disconnected workflows, siloed teams, and tools that didn&#8217;t talk. Back then, we stretched QuickBooks, spreadsheets, Timberline, and other accounting systems as far as they would go. When nothing existed, I built small &#8220;bridge&#8221; tools to connect departments so:</p>

    <div class="simple-list">
      <p>Finance could see operations.</p>
      <p>Sales could see inventory and costs.</p>
      <p>Leadership could see real performance and value across the team.</p>
    </div>

    <p>Efficiency was never just about numbers. It was about dignity for the people doing the work and clarity for the people making decisions.</p>

    <p>In 2013, I founded Beedash after a buying group in our industry brought me a puzzle: how do you normalize wildly different product data from hundreds of vendors so dealers can actually use it—to sell, to market, and to quote—without drowning in manual work? That challenge became our mission.</p>

    <p>More than a decade later, product data is still at the heart of what we do—but now it powers websites, PIM, program catalogs, reorder portals, quoting for projects, and integrations into the systems you already rely on. Over the last two years, we&#8217;ve invested heavily in AI and data science to deal with the realities of configurations, parts, and accessories at scale.</p>

    <p>We&#8217;re still a small, driven team—people you may know by first name: Austin, Nic, Angie, Andrea, Tim, and many others. We celebrate your wins. We worry with you when things get hard. We remember when someone is in the hospital or when a new baby arrives. We feel lucky to serve an industry full of family businesses and long-standing relationships.</p>

    <h4>Looking ahead</h4>

    <p>The economy will keep shifting. Politics will keep shifting. Tariffs may rise and fall. Business may never be as simple as we&#8217;d like it to be.</p>

    <p>Through all of that, our job remains the same: to empower growth through technology in Foodservice Equipment &#038; Supply by removing friction, aligning data, and making your best processes the easiest ones to follow.</p>

    <p>If you&#8217;re ready—or even just curious—about what a different future for quoting, product data, and connected channels could look like in your world, I&#8217;d love to talk. Show us where your process drags. Tell us what you&#8217;re afraid to lose. Let us share what we&#8217;re building. And if now isn&#8217;t your moment, we&#8217;ll still listen—and we&#8217;ll keep building toward the day it is.</p>

    <p>Thank you for trusting us, challenging us, and walking this road with us. We&#8217;re here. We&#8217;re listening. And we&#8217;re in this with you.</p>

    <div class="closing">
      <p>With heartfelt appreciation,</p>
      <div class="signature">
        <p class="signature-name">Kari Whittemore</p>
        <p class="signature-title">Founder &#038; President, Beedash</p>
      </div>
    </div>

    <p class="postscript">If you&#8217;d like to join the Dealer &#038; Manufacturer Focus Group or see a working session on Quotestack and connected catalogs, contact us through the website. We&#8217;ll follow up personally and schedule time with you and your team.</p>
  </article>
</body>
</html>
</div>
<img decoding="async" src="/wp-content/uploads/2023/04/BD_Testimonials_Banner_V03_Play-Icon_sm.png?x94297" alt="">

<ul>
        <li>

        
<h3>Pro Kitchen</h3>



<p><a href="/customer-testimonials/">Read more</a></p>

    </li>
        <li>

        
<h3>Hospitality Supply</h3>



<p><a href="/customer-testimonials/">Read more</a></p>

    </li>
        <li>

        
<h3>Lawler Fixture</h3>



<p><a href="/customer-testimonials/">Read more</a></p>

    </li>
        <li>

        
<h3>Cary Restaurant Equipment</h3>



<p><a href="/customer-testimonials/testimonial-cary-restaurant-video/">Watch this Testimonial Video</a></p>

    </li>
        <li>

        
<h3>Bentonville Restaurant Supply</h3>



<p><a href="/customer-testimonials/">Read more</a></p>

    </li>
    </ul>

<span id="more-8891"></span>
<!-- {"type":"layout","children":[{"type":"section","props":{"animation":"slide-bottom-medium","animation_delay":"100","header_transparent":true,"header_transparent_noplaceholder":false,"header_transparent_text_color":"light","height_offset_top":true,"id":"muted-green","image":"wp-content\/uploads\/2022\/06\/BD_Background_Software-Updates_V01.svg","image_position":"bottom-center","image_size":"cover","media_background":"#FFFFFF","overlap":false,"padding":"large","padding_remove_bottom":false,"padding_remove_top":true,"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","vertical_align":"middle","width_medium":"1-5"},"children":[{"type":"divider","props":{"animation":"parallax","divider_align":"right","divider_element":"hr","divider_style":"small","parallax_easing":"1","parallax_x":"0,-200","visibility":"m"},"modified":"2021-09-01T19:59:36.428Z","name":"left moving divider"}]},{"type":"column","props":{"image_position":"center-center","position_sticky_breakpoint":"m","width_medium":"3-5"},"children":[{"type":"headline","props":{"content":"Letter From the President 2026","margin":"xlarge","text_align":"center","title_color":"background","title_element":"h2","title_style":"heading-small"}}]},{"type":"column","props":{"image_position":"center-center","position_sticky_breakpoint":"m","vertical_align":"middle","width_medium":"1-5"},"children":[{"type":"divider","props":{"animation":"parallax","divider_align":"left","divider_element":"hr","divider_style":"small","parallax_easing":"1","parallax_x":"0,200","visibility":"m"},"modified":"2021-09-01T19:59:26.517Z","name":"right moving divider"}]}],"props":{"layout":"1-5,3-5,1-5","margin":"xlarge","margin_remove_bottom":false}}],"name":"Page Header - Green, white text, yellow dashes"},{"type":"section","props":{"image_position":"center-center","padding":"small","padding_remove_top":true,"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","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>A Letter from the President, 2026<\/title>\n  <style>\n    * {\n      margin: 0;\n      padding: 0;\n      box-sizing: border-box;\n    }\n\n    body {\n      background-color: #f8f6f3;\n      color: #2d2d2d;\n      font-family: Georgia, 'Times New Roman', serif;\n      font-size: 1.2rem;\n      line-height: 1.8;\n      \n    }\n\n    .letter {\n      max-width: 1000px;\n      margin: 0 auto;\n      background: #fffef9;\n      padding: 4rem 5rem;\n      box-shadow: 0 2px 20px rgba(0,0,0,0.06);\n      border-radius: 2px;\n    }\n\n    .date {\n      font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n      font-size: 0.85rem;\n      text-transform: uppercase;\n      letter-spacing: 0.1em;\n      color: #267865;\n      margin-bottom: 2.5rem;\n    }\n\n    h1 {\n      font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n      font-size: 1.6rem;\n      font-weight: 600;\n      color: #267865;\n      margin-bottom: 2rem;\n      letter-spacing: -0.01em;\n    }\n\n    .salutation {\n      font-style: italic;\n      margin-bottom: 1.5rem;\n    }\n\n    p {\n      margin-bottom: 1.4rem;\n      text-align: left;\n    }\n\n    h4 {\n      font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n      font-size: 1rem;\n      font-weight: 600;\n      color: #267865;\n      margin-top: 2.5rem;\n      margin-bottom: 1.2rem;\n      letter-spacing: 0.02em;\n    }\n\n    strong {\n      font-weight: 600;\n      color: #1a1a1a;\n    }\n\n    .highlight-list {\n      margin: 1.5rem 0;\n      padding-left: 1.5rem;\n      border-left: 3px solid #FAAF40;\n    }\n\n    .highlight-list p {\n      margin-bottom: 0.8rem;\n    }\n\n    .simple-list {\n      margin: 1rem 0 1.5rem 1.5rem;\n    }\n\n    .simple-list p {\n      margin-bottom: 0.4rem;\n      position: relative;\n    }\n\n    .closing {\n      margin-top: 2.5rem;\n    }\n\n    .signature {\n      margin-top: 1.5rem;\n    }\n\n    .signature-name {\n      font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n      font-weight: 600;\n      font-size: 1.1rem;\n      color: #267865;\n    }\n\n    .signature-title {\n      font-size: 1rem;\n      color: #666;\n      margin-top: 0.2rem;\n    }\n\n    .postscript {\n      margin-top: 2.5rem;\n      padding-top: 1.5rem;\n      border-top: 1px solid #e8e4dc;\n      font-size: 1.05rem;\n      font-style: italic;\n      color: #555;\n    }\n\n    @media (max-width: 768px) {\n      .letter {\n        padding: 2.5rem 2rem;\n      }\n      \n      body {\n        padding: 1.5rem 1rem;\n        font-size: 1.1rem;\n      }\n\n      h1 {\n        font-size: 1.4rem;\n      }\n    }\n  <\/style>\n<\/head>\n<body>\n  <article class=\"letter\">\n    <p class=\"date\">2026<\/p>\n    \n    <h1>A Letter from the President<\/h1>\n\n    <p class=\"salutation\">Dear Community, Partners, Clients, and Team,<\/p>\n\n    <p>This year, more than any I can remember, has asked a lot of you.<\/p>\n\n    <p>Many of you have navigated shifting margins, policy changes, and tariffs that don't just change prices\u2014they change plans. You've managed projects that paused and restarted, fought for freight quotes that actually stick, and still found ways to take care of your teams. Some of you have merged to stay competitive. Some have closed locations that once felt permanent. Others are rebuilding, rethinking, or starting fresh.<\/p>\n\n    <p>Whether you're a dealer, a vendor, a manufacturer rep, or a supplier, you've carried responsibilities that most people never see\u2014but we do. If you've spent this year holding the line, making hard calls, and still showing up for your customers and teams, I see you.<\/p>\n\n    <p>I also want to acknowledge something personal: I haven't been as front-and-center in our marketing as I should have been. My instinct has always been to dive into the work\u2014into your workflows, your product data challenges, your quoting puzzles\u2014not into the spotlight. But part of leading is being visible, especially when times are uncertain. So I want you to hear this clearly from me: I care deeply about you, your teams, and the future of this industry. Beedash exists to help you run stronger, more resilient businesses in hard years, not just easy ones.<\/p>\n\n    <h4>What \"Grow Together\" really means right now<\/h4>\n\n    <p>For us, Grow Together isn't a campaign\u2014it's how we work. It means we listen first, build with you instead of at you, and judge success by one simple test: does this make your day easier and your business stronger?<\/p>\n\n    <p>This year, that meant getting as close as we could to your real world: sitting in on inside sales calls, watching service teams quote repairs, walking through project bids, and tracing how program and franchise orders actually move through your systems. We paid attention to the spots that always slow you down\u2014where data gets re-typed, where prices drift from reality, where freight is guessed, and where systems dead-end.<\/p>\n\n    <p>Out of that, a few priorities became non-negotiable:<\/p>\n\n    <div class=\"highlight-list\">\n      <p><strong>PIM as the quiet backbone.<\/strong> One trusted place for product data so changes happen once and show up everywhere.<\/p>\n      <p><strong>Quoting as a hub, not a file.<\/strong> Quotestack keeps quotes tied to real products, pricing, and freight from first draft through order.<\/p>\n      <p><strong>One truth, many ways to sell.<\/strong> Whatever channels you use\u2014websites, programs, portals\u2014they all draw from the same product truth.<\/p>\n    <\/div>\n\n    <p>Underneath all of this is the quiet work you don't see on a website banner: normalizing vendor data, aligning configurations, mapping parts and accessories, improving freight context, and using AI only where it clearly helps\u2014reducing busywork, improving accuracy, or surfacing patterns you'd never have time to find manually. If it just adds noise or confusion, we don't use it.<\/p>\n\n    <h4>Why the day-to-day details matter now<\/h4>\n\n    <p>When costs and conditions keep shifting, the real difference between struggling and staying steady isn't a big strategy deck\u2014it's the small, daily things: how close your quotes are to the final invoice and how many times the same information gets re-typed into different systems. In a lot of quoting tools you build a quote, download it, then re-enter every line into your own software or ERP. Every extra step is a chance for a missed item, a wrong decimal, or margin that quietly disappears\u2014leaks most businesses can't afford.<\/p>\n\n    <p>This is the layer we care about\u2014the plumbing of your day-to-day operations, not just the presentation on top.<\/p>\n\n    <p>For many of you, \"innovation\" isn't exciting; it's exhausting. At the end of the day, it comes down to two things:<\/p>\n\n    <div class=\"highlight-list\">\n      <p><strong>Time.<\/strong> Re-keying quotes and chasing updates burns hours you should be spending selling and serving customers.<\/p>\n      <p><strong>Trust.<\/strong> When quotes don't match invoices or timelines slip, it quietly erodes confidence in your process.<\/p>\n    <\/div>\n\n    <p>Our goal is to give you back hours and help protect the trust you've built over years and generations. And I want to be clear: that doesn't mean we're perfect.<\/p>\n\n    <p>Product data, pricing, and programs are changing faster than any one company can keep perfectly in sync. We work hard to stay current, but we also rely on our manufacturers and on you\u2014our dealers, reps, vendors, and suppliers\u2014to flag what you're seeing on the ground. When you call or email with an issue, we don't see it as a nuisance; we see it as partnership. We act as your back office, move quickly to correct the source, and push the fix through so nobody has to clean it up twice.<\/p>\n\n    <p>That's the kind of relationship we're committed to: not pretending everything is flawless, but standing next to you in the mess and doing the work to make it better, faster, and more reliable over time.<\/p>\n\n    <h4>An invitation (and a promise)<\/h4>\n\n    <p>We're rolling out the next phase of our quoting tool and expanding integrations across websites, program catalogs, reorder portals, and accounting\/ERP. We're also forming a Dealer & Manufacturer Focus Group to shape what comes next\u2014pricing controls, freight intelligence, approval workflows, and reporting that ties all channels together without spreadsheets.<\/p>\n\n    <p>If you want in\u2014whether you're ready to replace your quoting tool or just want a seat at the table\u2014we'd be honored to have you. You'll get early access, direct input into the roadmap, and hands-on help from our team. More importantly, you'll help us build a system that works the way you work.<\/p>\n\n    <p>And here's the promise: we will continue to show up, listen hard, build with care, and speak plainly. We'll prioritize fewer clicks and clearer outcomes over flashy features. We will not chase technology for its own sake. We'll use it to protect time, margin, and trust.<\/p>\n\n    <h4>If you don't know me yet<\/h4>\n\n    <p>If we haven't met, here's why this work is so personal to me.<\/p>\n\n    <p>I started as a business consultant in 1997, stepping into companies that were doing many things right\u2014but were limited by disconnected workflows, siloed teams, and tools that didn't talk. Back then, we stretched QuickBooks, spreadsheets, Timberline, and other accounting systems as far as they would go. When nothing existed, I built small \"bridge\" tools to connect departments so:<\/p>\n\n    <div class=\"simple-list\">\n      <p>Finance could see operations.<\/p>\n      <p>Sales could see inventory and costs.<\/p>\n      <p>Leadership could see real performance and value across the team.<\/p>\n    <\/div>\n\n    <p>Efficiency was never just about numbers. It was about dignity for the people doing the work and clarity for the people making decisions.<\/p>\n\n    <p>In 2013, I founded Beedash after a buying group in our industry brought me a puzzle: how do you normalize wildly different product data from hundreds of vendors so dealers can actually use it\u2014to sell, to market, and to quote\u2014without drowning in manual work? That challenge became our mission.<\/p>\n\n    <p>More than a decade later, product data is still at the heart of what we do\u2014but now it powers websites, PIM, program catalogs, reorder portals, quoting for projects, and integrations into the systems you already rely on. Over the last two years, we've invested heavily in AI and data science to deal with the realities of configurations, parts, and accessories at scale.<\/p>\n\n    <p>We're still a small, driven team\u2014people you may know by first name: Austin, Nic, Angie, Andrea, Tim, and many others. We celebrate your wins. We worry with you when things get hard. We remember when someone is in the hospital or when a new baby arrives. We feel lucky to serve an industry full of family businesses and long-standing relationships.<\/p>\n\n    <h4>Looking ahead<\/h4>\n\n    <p>The economy will keep shifting. Politics will keep shifting. Tariffs may rise and fall. Business may never be as simple as we'd like it to be.<\/p>\n\n    <p>Through all of that, our job remains the same: to empower growth through technology in Foodservice Equipment & Supply by removing friction, aligning data, and making your best processes the easiest ones to follow.<\/p>\n\n    <p>If you're ready\u2014or even just curious\u2014about what a different future for quoting, product data, and connected channels could look like in your world, I'd love to talk. Show us where your process drags. Tell us what you're afraid to lose. Let us share what we're building. And if now isn't your moment, we'll still listen\u2014and we'll keep building toward the day it is.<\/p>\n\n    <p>Thank you for trusting us, challenging us, and walking this road with us. We're here. We're listening. And we're in this with you.<\/p>\n\n    <div class=\"closing\">\n      <p>With heartfelt appreciation,<\/p>\n      <div class=\"signature\">\n        <p class=\"signature-name\">Kari Whittemore<\/p>\n        <p class=\"signature-title\">Founder & President, Beedash<\/p>\n      <\/div>\n    <\/div>\n\n    <p class=\"postscript\">If you'd like to join the Dealer & Manufacturer Focus Group or see a working session on Quotestack and connected catalogs, contact us through the website. We'll follow up personally and schedule time with you and your team.<\/p>\n  <\/article>\n<\/body>\n<\/html>"}}]}]}]},{"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":"pagination","props":{"pagination_type":"previous\/next","text_align":"center"}},{"type":"popover","props":{"background_image":"wp-content\/uploads\/2023\/04\/BD_Testimonials_Banner_V03_Play-Icon_sm.png","card_style":"default","css":".uk-marker {opacity: 0;\n}","drop_mode":"click","drop_position":"top-center","drop_width":"600","image_card_padding":true,"image_svg_color":"emphasis","link_style":"default","link_text":"Read more","margin":"default","meta_align":"below-title","meta_element":"div","meta_style":"text-meta","show_content":true,"show_image":true,"show_link":true,"show_meta":true,"show_title":true,"title_element":"h3","title_hover_style":"reset"},"children":[{"type":"popover_item","props":{"content":"","link":"\/customer-testimonials\/","position_x":"43","position_y":"63","title":"Pro Kitchen"}},{"type":"popover_item","props":{"content":"","link":"\/customer-testimonials\/","position_x":"20","position_y":"59","title":"Hospitality Supply"}},{"type":"popover_item","props":{"content":"","link":"\/customer-testimonials\/","position_x":"8","position_y":"35","title":"Lawler Fixture"}},{"type":"popover_item","props":{"content":"","link":"\/customer-testimonials\/testimonial-cary-restaurant-video\/","link_text":"Watch this Testimonial Video","position_x":"91","position_y":"20","title":"Cary Restaurant Equipment"}},{"type":"popover_item","props":{"content":"","link":"\/customer-testimonials\/","position_x":"68","position_y":"64","title":"Bentonville Restaurant Supply"}}],"name":"Testimonial Popover links to page"}]}]}],"name":"blog- pagination  and testimonial hoover bottom section"}],"version":"4.5.31"} --><p>The post <a href="https://beedash.com/a-letter-from-the-president-2026/">A letter from the President 2026</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?x94297" 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?x94297" 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?x94297" alt="">








    </li>
        <li>

        <img decoding="async" src="/wp-content/uploads/2025/11/Mercer-Culinary.jpg?x94297" alt="">








    </li>
        <li>

        <img decoding="async" src="/wp-content/uploads/2023/02/Barfly.png?x94297" alt="">








    </li>
        <li>

        <img decoding="async" src="/wp-content/uploads/2025/02/Blodgett.png?x94297" 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?x94297" 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>End the Product Data Nightmares</title>
		<link>https://beedash.com/end-the-product-data-nightmares-beedash-corestack/</link>
		
		<dc:creator><![CDATA[beedash]]></dc:creator>
		<pubDate>Thu, 30 Oct 2025 15:36:12 +0000</pubDate>
				<category><![CDATA[PIM Corestack]]></category>
		<guid isPermaLink="false">https://beedash.com/?p=8859</guid>

					<description><![CDATA[<p>End the Product Data Nightmares &#124; Beedash Corestack No more nightmares — just clean, automated product data. The Solution Your Product Data Command Center Remember those horror stories from our email? The ghost inventory, the data decay, the endless manufacturer chasing? They end here. Corestack consolidates data from 250+ manufacturers into one central hub—automatically updated, [&#8230;]</p>
<p>The post <a href="https://beedash.com/end-the-product-data-nightmares-beedash-corestack/">End the Product Data Nightmares</a> appeared first on <a href="https://beedash.com">Beedash</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div>

    <!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>End the Product Data Nightmares | Beedash Corestack</title>
    <link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&#038;family=Open+Sans:wght@400;600&#038;display=swap" rel="stylesheet">
    <style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        :root {
            --primary: #267864;
            --accent: #fbb040;
            --navy: #030f3d;
            --gray: #6c757d;
            --light-gray: #f8f9fa;
            --cream: #feefd9;
            --border: #e9ecef;
            --white: #ffffff;
        }

        body {
            font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, sans-serif;
            line-height: 1.6;
            color: var(--navy);
            background: var(--cream);
        }

        .page-wrapper {
            max-width: 1100px;
            margin: 2rem auto;
            background: var(--white);
            box-shadow: 0 0 40px rgba(0,0,0,0.05);
            border-radius: 16px;
            overflow: hidden;
        }

        @media (max-width: 1140px) {
            .page-wrapper {
                margin: 2rem 20px;
            }
        }

        /* Typography */
        h1, h2, h3, h4 {
            font-family: 'Montserrat', sans-serif;
            color: var(--navy);
        }

        h1 {
            font-size: 2.5rem;
            font-weight: 700;
            line-height: 1.2;
            margin-bottom: 1.5rem;
        }

        h2 {
            font-size: 2rem;
            font-weight: 600;
            margin-bottom: 1.5rem;
        }

        h3 {
            font-size: 1.25rem;
            font-weight: 600;
            margin-bottom: 0.75rem;
        }

        p {
            color: var(--gray);
            margin-bottom: 1rem;
        }

        .lead {
            font-size: 1.125rem;
            color: var(--gray);
            line-height: 1.7;
        }

        /* Halloween Transition Banner */
        .halloween-transition {
            background: linear-gradient(135deg, #1a1a1a 0%, var(--navy) 50%, var(--primary) 100%);
            padding: 2rem 3rem;
            text-align: center;
            border-bottom: 4px solid var(--accent);
        }

        .halloween-transition p {
            color: var(--cream);
            font-size: 1.125rem;
            margin: 0;
            font-weight: 500;
        }

        /* Hero Section */
        .hero {
            padding: 4rem 3rem;
            border-bottom: 1px solid var(--border);
            text-align: center;
            background: linear-gradient(180deg, var(--cream) 0%, var(--white) 100%);
        }

        .badge {
            display: inline-block;
            background: var(--accent);
            color: var(--white);
            padding: 0.375rem 0.75rem;
            border-radius: 4px;
            font-size: 0.75rem;
            font-family: 'Montserrat', sans-serif;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin-bottom: 1rem;
        }

        .hero-meta {
            display: flex;
            gap: 2rem;
            margin: 2rem auto;
            padding: 1.5rem;
            background: var(--white);
            border: 2px solid var(--cream);
            border-radius: 8px;
            max-width: 600px;
        }

        .meta-item {
            flex: 1;
        }

        .meta-label {
            font-size: 0.875rem;
            color: var(--gray);
            margin-bottom: 0.25rem;
        }

        .meta-value {
            font-size: 1.125rem;
            font-weight: 600;
            color: var(--navy);
        }

        /* Buttons */
        .btn {
            display: inline-block;
            padding: 0.75rem 2rem;
            border-radius: 6px;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.2s;
            cursor: pointer;
            border: none;
            font-family: 'Montserrat', sans-serif;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            font-size: 0.875rem;
        }

        .btn-primary {
            background: var(--primary);
            color: var(--white);
        }

        .btn-primary:hover {
            background: #1e5c4b;
            transform: translateY(-1px);
            box-shadow: 0 4px 12px rgba(38, 120, 100, 0.3);
        }

        .btn-outline {
            background: var(--white);
            color: var(--primary);
            border: 2px solid var(--primary);
        }

        .btn-outline:hover {
            background: var(--primary);
            color: var(--white);
        }

        /* Problem/Solution Section - Halloween themed */
        .problem-solution {
            display: grid;
            grid-template-columns: 1fr 1fr;
            border-bottom: 1px solid var(--border);
        }

        .problem {
            padding: 3rem;
            background: linear-gradient(135deg, #2a2a2a 0%, #1a1a1a 100%);
            border-right: 1px solid #333;
            color: var(--white);
        }

        .problem h3,
        .problem .section-label {
            color: var(--accent);
        }

        .problem ul li {
            color: #cccccc;
        }

        .solution {
            padding: 3rem;
            background: linear-gradient(135deg, var(--cream) 0%, var(--white) 100%);
        }

        .section-label {
            font-size: 0.875rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin-bottom: 1rem;
        }

        .problem .section-label {
            color: #dc3545;
        }

        .solution .section-label {
            color: var(--primary);
        }

        /* Features Grid */
        .features {
            padding: 3rem;
            border-bottom: 1px solid var(--border);
        }

        .features-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 2rem;
            margin-top: 2rem;
        }

        .feature {
            padding: 1.5rem;
            border: 1px solid var(--border);
            border-radius: 8px;
            transition: all 0.2s;
            background: var(--white);
        }

        .feature:hover {
            border-color: var(--primary);
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(38, 120, 100, 0.1);
        }

        .feature-icon {
            width: 4px;
            height: 40px;
            background: var(--accent);
            margin-bottom: 1rem;
        }

        /* Horror Story Transformation */
        .horror-transformation {
            padding: 3rem;
            background: var(--light-gray);
            border-bottom: 1px solid var(--border);
        }

        .transformation-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 2rem;
            margin-top: 2rem;
        }

        .horror-card {
            background: #2a2a2a;
            border-radius: 8px;
            padding: 1.5rem;
            border-left: 4px solid #dc3545;
        }

        .horror-card h4 {
            color: var(--accent);
            font-size: 0.875rem;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin-bottom: 0.75rem;
        }

        .horror-card p {
            color: #cccccc;
            font-size: 0.95rem;
            margin: 0;
        }

        .solution-card {
            background: var(--white);
            border-radius: 8px;
            padding: 1.5rem;
            border-left: 4px solid var(--primary);
        }

        .solution-card h4 {
            color: var(--primary);
            font-size: 0.875rem;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin-bottom: 0.75rem;
        }

        .solution-card p {
            color: var(--gray);
            font-size: 0.95rem;
            margin: 0;
        }

        /* Benefits Section */
        .benefits {
            padding: 3rem;
            background: var(--white);
            border-bottom: 1px solid var(--border);
        }

        .benefit-list {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 1rem;
            list-style: none;
            margin-top: 1.5rem;
        }

        .benefit-list li {
            padding-left: 1.5rem;
            position: relative;
            color: var(--gray);
        }

        .benefit-list li::before {
            content: '→';
            position: absolute;
            left: 0;
            color: var(--primary);
            font-weight: bold;
        }

        /* API Section */
        .api-section {
            padding: 3rem;
            border-bottom: 1px solid var(--border);
            background: var(--cream);
        }

        .api-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 3rem;
            margin-top: 2rem;
            align-items: center;
        }

        .code-example {
            background: #2d3748;
            color: #e2e8f0;
            padding: 1.5rem;
            border-radius: 8px;
            font-family: 'Monaco', 'Courier New', monospace;
            font-size: 0.875rem;
            overflow-x: auto;
        }

        .code-comment {
            color: #68d391;
        }

        .code-string {
            color: var(--accent);
        }

        /* Integration */
        .integration {
            padding: 3rem;
            background: var(--white);
            border-bottom: 1px solid var(--border);
        }

        .integration-flow {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-top: 2rem;
            padding: 2rem;
            background: var(--light-gray);
            border-radius: 8px;
        }

        .flow-item {
            text-align: center;
            flex: 1;
        }

        .flow-arrow {
            color: var(--accent);
            font-size: 1.5rem;
            margin: 0 1rem;
        }

        .flow-icon {
            width: 8px;
            height: 8px;
            margin: 0 auto 0.5rem;
            background: var(--primary);
            border-radius: 50%;
        }

        /* Audience */
        .audience {
            padding: 3rem;
            border-bottom: 1px solid var(--border);
            background: var(--cream);
        }

        .audience-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 2rem;
            margin-top: 2rem;
        }

        .audience-card {
            background: var(--white);
            border: 1px solid var(--border);
            border-radius: 8px;
            padding: 1.5rem;
            transition: all 0.2s;
        }

        .audience-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        }

        /* CTA Section */
        .final-cta {
            padding: 3rem;
            text-align: center;
            background: var(--white);
        }

        .cta-buttons {
            display: flex;
            gap: 1rem;
            justify-content: center;
            margin-top: 2rem;
        }

        /* Stats */
        .stats {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 2rem;
            margin: 2rem 0;
            padding: 2rem;
            background: var(--white);
            border: 2px solid var(--cream);
            border-radius: 8px;
        }

        .stat {
            text-align: center;
        }

        .stat-value {
            font-size: 2rem;
            font-weight: 700;
            color: var(--primary);
        }

        .stat-label {
            font-size: 0.875rem;
            color: var(--gray);
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        /* Responsive */
        @media (max-width: 960px) {
            .page-wrapper {
                margin: 0;
                border-radius: 0;
                box-shadow: none;
            }

            h1 {
                font-size: 1.75rem;
                line-height: 1.3;
            }

            h2 {
                font-size: 1.5rem;
            }

            h3 {
                font-size: 1.125rem;
            }

            .halloween-transition {
                padding: 1.5rem 1.5rem;
            }

            .halloween-transition p {
                font-size: 1rem;
            }

            .hero {
                padding: 2rem 1.5rem;
            }

            .hero .lead {
                font-size: 1rem;
            }

            .problem-solution,
            .features-grid,
            .transformation-grid,
            .benefit-list,
            .api-grid,
            .audience-grid,
            .stats {
                grid-template-columns: 1fr;
            }

            .problem,
            .solution,
            .features,
            .horror-transformation,
            .benefits,
            .api-section,
            .integration,
            .audience,
            .final-cta {
                padding: 2rem 1.5rem;
            }

            .problem {
                border-right: none;
                border-bottom: 1px solid #333;
            }

            .integration-flow {
                flex-direction: column;
                gap: 1.5rem;
                padding: 1.5rem;
            }

            .flow-arrow {
                transform: rotate(90deg);
                margin: 0.5rem 0;
            }

            .cta-buttons {
                flex-direction: column;
            }

            .cta-buttons .btn {
                width: 100%;
            }

            .hero-meta {
                flex-direction: column;
                gap: 1rem;
            }

            .meta-item {
                padding: 0.75rem;
            }
        }

        @media (max-width: 480px) {
            h1 {
                font-size: 1.5rem;
                line-height: 1.3;
            }

            h2 {
                font-size: 1.25rem;
                line-height: 1.3;
            }

            .halloween-transition {
                padding: 1.25rem 1rem;
            }

            .halloween-transition p {
                font-size: 0.9rem;
            }

            .hero {
                padding: 1.5rem 1rem;
            }

            .problem,
            .solution,
            .features,
            .horror-transformation,
            .benefits,
            .api-section,
            .integration,
            .audience,
            .final-cta {
                padding: 1.5rem 1rem;
            }

            .code-example {
                font-size: 0.7rem;
                padding: 0.75rem;
            }
        }
    </style>
</head>
<body>
    <div class="page-wrapper">
        <!-- Halloween Transition -->
        <div class="halloween-transition">
            <p>
                <strong>No more nightmares</strong> — just clean, automated product data.
            </p>
        </div>

        <!-- Hero Section -->
        <section class="hero">
            <div class="badge">The Solution</div>
            <img decoding="async" src="https://beedash.com/wp-content/uploads/2022/05/corestack.svg?x94297" 
                 alt="Corestack" 
                 style="height: 40px; margin-bottom: 1rem;">
            <h1>Your Product Data Command Center</h1>
            <p class="lead" style="max-width: 900px; margin: 0 auto 2rem;">
                Remember those horror stories from our email? The ghost inventory, the data decay, the endless manufacturer chasing? <strong>They end here.</strong> Corestack consolidates data from 250+ manufacturers into one central hub—automatically updated, perfectly organized, ready to sync everywhere.
            </p>
            
            <div class="hero-meta">
                <div class="meta-item">
                    <div class="meta-label">Manufacturers</div>
                    <div class="meta-value">250+ Connected</div>
                </div>
                <div class="meta-item">
                    <div class="meta-label">Updates</div>
                    <div class="meta-value">Automatic</div>
                </div>
                <div class="meta-item">
                    <div class="meta-label">Nightmares</div>
                    <div class="meta-value">Eliminated</div>
                </div>
            </div>

            <a href="#corestack-trial-modal" uk-toggle class="btn btn-primary">Start Free Trial</a>
        </section>

        <!-- Problem/Solution - Dark to Light -->
        <section class="problem-solution">
            <div class="problem">
                <div class="section-label">The Darkness</div>
                <h3>The Nightmares Are Real</h3>
                <ul style="list-style: none; padding: 0;">
                    <li style="margin-bottom: 0.75rem;">Chasing manufacturers for updates</li>
                    <li style="margin-bottom: 0.75rem;">Data in 100 different formats</li>
                    <li style="margin-bottom: 0.75rem;">Selling discontinued products</li>
                    <li style="margin-bottom: 0.75rem;">Outdated specs everywhere</li>
                    <li style="margin-bottom: 0.75rem;">Daily update avalanche</li>
                    <li style="margin-bottom: 0.75rem;">Random price changes</li>
                    <li style="margin-bottom: 0.75rem;">Sticky note chaos</li>
                    <li>Important updates in emails</li>
                </ul>
            </div>
            <div class="solution">
                <div class="section-label">The Light</div>
                <h3>Here&#8217;s How We Fix Everything</h3>
                <ul style="list-style: none; padding: 0; color: var(--gray);">
                    <li style="margin-bottom: 0.75rem;">Updates flow in automatically</li>
                    <li style="margin-bottom: 0.75rem;">Everything normalized to one format</li>
                    <li style="margin-bottom: 0.75rem;">Auto-remove discontinued products</li>
                    <li style="margin-bottom: 0.75rem;">Always-current specifications</li>
                    <li style="margin-bottom: 0.75rem;">No manual entry required</li>
                    <li style="margin-bottom: 0.75rem;">Automatic price synchronization</li>
                    <li style="margin-bottom: 0.75rem;">One source of truth</li>
                    <li>Direct system integration</li>
                </ul>
            </div>
        </section>

        <!-- Horror Story Transformations -->
        <section class="horror-transformation">
            <h2 style="text-align: center;">From Nightmares to Sweet Dreams</h2>
            <p style="text-align: center; color: var(--gray); margin-bottom: 3rem;">See how each horror story gets solved by Corestack</p>
            
            <div class="transformation-grid">
                <div class="horror-card">
                    <h4>Communication Breakdown</h4>
                    <p>Chasing Manufacturer #47 for updated specs they promised &#8220;next week&#8221;—three weeks ago</p>
                </div>
                <div class="solution-card">
                    <h4>Automatic Sync</h4>
                    <p>Specs update automatically from manufacturer feeds. No chasing, no waiting, no emails.</p>
                </div>
            </div>

            <div class="transformation-grid" style="margin-top: 1.5rem;">
                <div class="horror-card">
                    <h4>Data Fragmentation</h4>
                    <p>Product data in 100 different formats—PDFs, Excel, emails, carrier pigeons</p>
                </div>
                <div class="solution-card">
                    <h4>Single Format</h4>
                    <p>All manufacturer data normalized into one consistent, searchable structure.</p>
                </div>
            </div>

            <div class="transformation-grid" style="margin-top: 1.5rem;">
                <div class="horror-card">
                    <h4>Inventory Ghost</h4>
                    <p>Customer bought it, but you can&#8217;t purchase it—discontinued weeks ago without notice</p>
                </div>
                <div class="solution-card">
                    <h4>Auto-remove Discontinued Products</h4>
                    <p>Discontinued models are automatically removed from your catalog. Never sell what you can&#8217;t order.</p>
                </div>
            </div>

            <div class="transformation-grid" style="margin-top: 1.5rem;">
                <div class="horror-card">
                    <h4>Data Decay</h4>
                    <p>Half your product specs are outdated and you have no idea which ones</p>
                </div>
                <div class="solution-card">
                    <h4>Always Current</h4>
                    <p>Automatic updates with full change tracking. Know exactly what changed and when.</p>
                </div>
            </div>
        </section>

        <!-- Core Features -->
        <section class="features">
            <h2 style="text-align: center;">How Corestack Works</h2>
            <p style="text-align: center; color: var(--gray);">The central hub that ends your product data chaos</p>
            
            <div style="margin: 3rem 0; padding: 2rem; background: var(--cream); border-radius: 12px; display: flex; align-items: center; justify-content: center;">
                <img decoding="async" src="https://beedash.com/wp-content/uploads/2024/04/BD_Web_API_Full_Integrations_v02.png?x94297" alt="Corestack Data Integration Flow" style="max-width: 100%; height: auto; border-radius: 8px;">
            </div>
            
            <div class="features-grid">
                <div class="feature">
                    <div class="feature-icon"></div>
                    <h3>Manufacturer Connections</h3>
                    <p>Direct feeds from 250+ FE&#038;S manufacturers. We handle the complexity of different formats and update schedules.</p>
                </div>
                <div class="feature">
                    <div class="feature-icon"></div>
                    <h3>Normalize &#038; Enrich</h3>
                    <p>Transform messy data into clean, structured information. Add missing details, standardize attributes, organize for searching.</p>
                </div>
                <div class="feature">
                    <div class="feature-icon"></div>
                    <h3>Automatic Updates</h3>
                    <p>Price changes, new products, specs, availability—everything updates automatically without manual intervention.</p>
                </div>
                <div class="feature">
                    <div class="feature-icon"></div>
                    <h3>Sync Everywhere</h3>
                    <p>Push accurate data to your website, quoting system, ERP, and anywhere else via API. Everything stays aligned.</p>
                </div>
            </div>
        </section>

        <!-- Benefits Section -->
        <section class="benefits">
            <h2 style="text-align: center;">What This Means for Your Business</h2>
            <div style="display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; margin-top: 2rem;">
                <div style="text-align: center; padding: 1.5rem;">
                    <div style="font-size: 3rem; font-weight: 700; color: var(--primary); margin-bottom: 0.5rem;">250+</div>
                    <h4 style="margin-bottom: 0.5rem; color: var(--navy);">Manufacturers</h4>
                    <p style="font-size: 0.9rem; color: var(--gray);">Leading FE&#038;S brands connected and updating automatically</p>
                </div>
                <div style="text-align: center; padding: 1.5rem;">
                    <div style="font-size: 3rem; font-weight: 700; color: var(--primary); margin-bottom: 0.5rem;">Hours</div>
                    <h4 style="margin-bottom: 0.5rem; color: var(--navy);">Saved Daily</h4>
                    <p style="font-size: 0.9rem; color: var(--gray);">Time previously spent on data entry now available for selling</p>
                </div>
                <div style="text-align: center; padding: 1.5rem;">
                    <div style="font-size: 3rem; font-weight: 700; color: var(--primary); margin-bottom: 0.5rem;">Zero</div>
                    <h4 style="margin-bottom: 0.5rem; color: var(--navy);">Manual Entry</h4>
                    <p style="font-size: 0.9rem; color: var(--gray);">No more copying and pasting pricing and specs</p>
                </div>
            </div>
            <div style="background: var(--cream); padding: 2rem; border-radius: 8px; margin-top: 2rem;">
                <h3 style="text-align: center; margin-bottom: 1.5rem; color: var(--navy);">Before &#038; After</h3>
                <div style="display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem;">
                    <div>
                        <h4 style="color: #dc3545; font-size: 1rem; margin-bottom: 0.5rem;">Before Corestack</h4>
                        <ul style="list-style: none; padding: 0; font-size: 0.9rem; color: var(--gray);">
                            <li style="margin-bottom: 0.5rem;">• Hours daily updating data manually</li>
                            <li style="margin-bottom: 0.5rem;">• Chasing manufacturers for pricing</li>
                            <li style="margin-bottom: 0.5rem;">• Managing scattered spreadsheets</li>
                            <li style="margin-bottom: 0.5rem;">• Missing critical updates</li>
                            <li>• Selling discontinued products</li>
                        </ul>
                    </div>
                    <div>
                        <h4 style="color: var(--primary); font-size: 1rem; margin-bottom: 0.5rem;">With Corestack</h4>
                        <ul style="list-style: none; padding: 0; font-size: 0.9rem; color: var(--gray);">
                            <li style="margin-bottom: 0.5rem;">• Minutes reviewing automated updates</li>
                            <li style="margin-bottom: 0.5rem;">• Automatic price synchronization</li>
                            <li style="margin-bottom: 0.5rem;">• Single searchable database</li>
                            <li style="margin-bottom: 0.5rem;">• Never miss a product launch</li>
                            <li>• Auto-remove Discontinued Products</li>
                        </ul>
                    </div>
                </div>
            </div>
        </section>

        <!-- API Section -->
        <section class="api-section">
            <h2 style="text-align: center;">Built for Integration</h2>
            <div class="api-grid">
                <div>
                    <h3>Powerful API Access</h3>
                    <p>
                        Connect Corestack to your website, quoting system, ERP, or any other platform. Our robust API delivers real-time product data wherever you need it—enabling faster quotes, accurate ordering, and better SEO.
                    </p>
                    <div style="margin-top: 2rem;">
                        <a href="#corestack-trial-modal" uk-toggle class="btn btn-outline">Access API Docs in Trial</a>
                    </div>
                </div>
                <div>
                    <div class="code-example">
                        <span class="code-comment">// Clean, structured data</span><br>
                        GET /api/products/{sku}<br><br>
                        {<br>
                        &nbsp;&nbsp;&#8220;sku&#8221;: <span class="code-string">&#8220;ABC-123-XYZ&#8221;</span>,<br>
                        &nbsp;&nbsp;&#8220;name&#8221;: <span class="code-string">&#8220;Product Name&#8221;</span>,<br>
                        &nbsp;&nbsp;&#8220;manufacturer&#8221;: <span class="code-string">&#8220;Brand&#8221;</span>,<br>
                        &nbsp;&nbsp;&#8220;price&#8221;: 1299.00,<br>
                        &nbsp;&nbsp;&#8220;availability&#8221;: <span class="code-string">&#8220;in-stock&#8221;</span>,<br>
                        &nbsp;&nbsp;&#8220;dimensions&#8221;: {<br>
                        &nbsp;&nbsp;&nbsp;&nbsp;&#8220;width&#8221;: <span class="code-string">&#8220;36 in&#8221;</span>,<br>
                        &nbsp;&nbsp;&nbsp;&nbsp;&#8220;depth&#8221;: <span class="code-string">&#8220;24 in&#8221;</span>,<br>
                        &nbsp;&nbsp;&nbsp;&nbsp;&#8220;height&#8221;: <span class="code-string">&#8220;48 in&#8221;</span><br>
                        &nbsp;&nbsp;}<br>
                        }
                    </div>
                </div>
            </div>
            
            <div style="margin-top: 3rem; padding: 2rem; background: var(--white); border-radius: 12px;">
                <h3 style="margin-bottom: 1.5rem; color: var(--navy); text-align: center;">Connect Your Entire Ecosystem</h3>
                <div style="display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center;">
                    <div>
                        <h4 style="color: var(--primary); margin-bottom: 1rem;">Multiple Integration Options</h4>
                        <ul style="list-style: none; padding: 0; color: var(--gray);">
                            <li style="margin-bottom: 0.75rem;"><strong style="color: var(--navy);">Pre-Built Connectors:</strong> Popular platforms ready to go</li>
                            <li style="margin-bottom: 0.75rem;"><strong style="color: var(--navy);">Custom API:</strong> Integrate with any system</li>
                            <li style="margin-bottom: 0.75rem;"><strong style="color: var(--navy);">Existing Systems:</strong> Leverage your current workflows</li>
                            <li><strong style="color: var(--navy);">Beedash Website Platform:</strong> Native integration with our <a href="/webstack/" style="color: var(--primary); text-decoration: underline;">FE&#038;S website solution</a></li>
                        </ul>
                    </div>
                    <div style="text-align: center; padding: 2rem; background: var(--cream); border-radius: 8px;">
                        <img decoding="async" src="https://beedash.com/wp-content/uploads/2024/09/webstack-new-featured-image-left-v02.png?x94297" 
                             alt="Beedash Website Platform" 
                             style="max-width: 100%; height: auto; border-radius: 4px;">
                        <p style="margin-top: 1rem; font-size: 0.875rem; color: var(--gray);">Purpose-built for FE&#038;S dealers</p>
                    </div>
                </div>
            </div>
        </section>

        <!-- Integration Flow -->
        <section class="integration">
            <h2 style="text-align: center;">From Manufacturer to Customer, Seamlessly</h2>
            <p style="text-align: center; color: var(--gray);">Corestack sits at the center, keeping everyone aligned</p>
            
            <div class="integration-flow">
                <div class="flow-item">
                    <div class="flow-icon"></div>
                    <strong style="color: var(--navy);">250+ Manufacturers</strong>
                    <div style="font-size: 0.875rem; color: var(--gray);">FE&#038;S Brands</div>
                </div>
                <span class="flow-arrow">→</span>
                <div class="flow-item">
                    <div class="flow-icon" style="background: var(--accent);"></div>
                    <strong style="color: var(--navy);">Corestack</strong>
                    <div style="font-size: 0.875rem; color: var(--gray);">Clean &#038; Organize</div>
                </div>
                <span class="flow-arrow">→</span>
                <div class="flow-item">
                    <div class="flow-icon"></div>
                    <strong style="color: var(--navy);">Your Systems</strong>
                    <div style="font-size: 0.875rem; color: var(--gray);">Website &#038; Tools</div>
                </div>
                <span class="flow-arrow">→</span>
                <div class="flow-item">
                    <div class="flow-icon"></div>
                    <strong style="color: var(--navy);">Customers</strong>
                    <div style="font-size: 0.875rem; color: var(--gray);">Accurate Info</div>
                </div>
            </div>
        </section>

        <!-- Who Uses Section -->
        <section class="audience">
            <h2 style="text-align: center;">Trusted Across the FE&#038;S Industry</h2>
            
            <div style="margin: 2rem 0 3rem; padding: 3rem; background: var(--white); border-radius: 12px;">
                <div style="display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; text-align: center;">
                    <div>
                        <div style="font-size: 2.5rem; font-weight: 700; color: var(--primary); margin-bottom: 0.5rem;">160+</div>
                        <div style="color: var(--gray); font-size: 1rem;">Active Dealers</div>
                    </div>
                    <div>
                        <div style="font-size: 2.5rem; font-weight: 700; color: var(--primary); margin-bottom: 0.5rem;">250+</div>
                        <div style="color: var(--gray); font-size: 1rem;">Manufacturer Brands</div>
                    </div>
                    <div>
                        <div style="font-size: 2.5rem; font-weight: 700; color: var(--primary); margin-bottom: 0.5rem;">5</div>
                        <div style="color: var(--gray); font-size: 1rem;">Buying Groups</div>
                    </div>
                </div>
            </div>
            
            <div class="audience-grid">
                <div class="audience-card">
                    <div style="width: 100%; height: 4px; background: var(--accent); margin-bottom: 1.5rem;"></div>
                    <h3>Dealers</h3>
                    <p>Access 250+ manufacturer catalogs automatically. Faster quoting with accurate, up-to-date product data.</p>
                    <ul style="list-style: none; padding: 0; margin-top: 1rem; font-size: 0.875rem; color: var(--gray);">
                        <li style="margin-bottom: 0.5rem;">• Eliminate manual data entry</li>
                        <li style="margin-bottom: 0.5rem;">• Automatic pricing updates</li>
                        <li>• Never sell discontinued items</li>
                    </ul>
                </div>
                <div class="audience-card">
                    <div style="width: 100%; height: 4px; background: var(--primary); margin-bottom: 1.5rem;"></div>
                    <h3>Manufacturers</h3>
                    <p>Distribute accurate data to authorized dealers. Maintain control over pricing and brand presentation.</p>
                    <ul style="list-style: none; padding: 0; margin-top: 1rem; font-size: 0.875rem; color: var(--gray);">
                        <li style="margin-bottom: 0.5rem;">• Control your product data</li>
                        <li style="margin-bottom: 0.5rem;">• MAP pricing compliance</li>
                        <li>• Consistent brand standards</li>
                    </ul>
                </div>
                <div class="audience-card">
                    <div style="width: 100%; height: 4px; background: var(--accent); margin-bottom: 1.5rem;"></div>
                    <h3>Buying Groups</h3>
                    <p>Standardize catalogs across all member dealers. Simplify onboarding and product transitions.</p>
                    <ul style="list-style: none; padding: 0; margin-top: 1rem; font-size: 0.875rem; color: var(--gray);">
                        <li style="margin-bottom: 0.5rem;">• Unified member experience</li>
                        <li style="margin-bottom: 0.5rem;">• Standardized data</li>
                        <li>• Easier member onboarding</li>
                    </ul>
                </div>
            </div>
        </section>

        <!-- Final CTA -->
        <section class="final-cta">
            <h2>Ready to End the Nightmares?</h2>
            <p style="color: var(--gray); max-width: 600px; margin: 0 auto;">
                Join 160+ dealers who&#8217;ve already eliminated their product data chaos. Start your 14-day free trial and see the difference.
            </p>
            
            <div class="cta-buttons">
                <a href="#corestack-trial-modal" uk-toggle class="btn btn-primary">See It In Action</a>
                <a href="https://beedash.com/contact/" class="btn btn-outline">Talk to Sales</a>
            </div>
            
            <p style="margin-top: 2rem; font-size: 0.875rem; color: var(--gray);">
                14-day free trial • No credit card required • Full feature access
            </p>

            <p style="margin-top: 3rem; padding-top: 2rem; border-top: 2px solid var(--cream); font-size: 0.95rem; color: var(--gray);">
                <em>Happy Halloween from Beedash! May your treats be plentiful and your product data nightmares officially over.</em>
            </p>
        </section>
    </div>

    <!-- Trial Modal (same as original) -->
   <div id="corestack-trial-modal" class="uk-modal-full" uk-modal>
    <div class="uk-modal-dialog uk-modal-body uk-padding-remove" style="background: #fff;">
        <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; background: #fff;">
            <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>
                <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>
                <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>
</body>
</html>
</div>

<span id="more-8859"></span>
<!-- {"type":"layout","children":[{"type":"section","props":{"css":".el-section {\n    background: #212121;\n}\n","image_position":"center-center","preserve_color":true,"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>End the Product Data Nightmares | Beedash Corestack<\/title>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@400;600;700&family=Open+Sans:wght@400;600&display=swap\" rel=\"stylesheet\">\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        :root {\n            --primary: #267864;\n            --accent: #fbb040;\n            --navy: #030f3d;\n            --gray: #6c757d;\n            --light-gray: #f8f9fa;\n            --cream: #feefd9;\n            --border: #e9ecef;\n            --white: #ffffff;\n        }\n\n        body {\n            font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n            line-height: 1.6;\n            color: var(--navy);\n            background: var(--cream);\n        }\n\n        .page-wrapper {\n            max-width: 1100px;\n            margin: 2rem auto;\n            background: var(--white);\n            box-shadow: 0 0 40px rgba(0,0,0,0.05);\n            border-radius: 16px;\n            overflow: hidden;\n        }\n\n        @media (max-width: 1140px) {\n            .page-wrapper {\n                margin: 2rem 20px;\n            }\n        }\n\n        \/* Typography *\/\n        h1, h2, h3, h4 {\n            font-family: 'Montserrat', sans-serif;\n            color: var(--navy);\n        }\n\n        h1 {\n            font-size: 2.5rem;\n            font-weight: 700;\n            line-height: 1.2;\n            margin-bottom: 1.5rem;\n        }\n\n        h2 {\n            font-size: 2rem;\n            font-weight: 600;\n            margin-bottom: 1.5rem;\n        }\n\n        h3 {\n            font-size: 1.25rem;\n            font-weight: 600;\n            margin-bottom: 0.75rem;\n        }\n\n        p {\n            color: var(--gray);\n            margin-bottom: 1rem;\n        }\n\n        .lead {\n            font-size: 1.125rem;\n            color: var(--gray);\n            line-height: 1.7;\n        }\n\n        \/* Halloween Transition Banner *\/\n        .halloween-transition {\n            background: linear-gradient(135deg, #1a1a1a 0%, var(--navy) 50%, var(--primary) 100%);\n            padding: 2rem 3rem;\n            text-align: center;\n            border-bottom: 4px solid var(--accent);\n        }\n\n        .halloween-transition p {\n            color: var(--cream);\n            font-size: 1.125rem;\n            margin: 0;\n            font-weight: 500;\n        }\n\n        \/* Hero Section *\/\n        .hero {\n            padding: 4rem 3rem;\n            border-bottom: 1px solid var(--border);\n            text-align: center;\n            background: linear-gradient(180deg, var(--cream) 0%, var(--white) 100%);\n        }\n\n        .badge {\n            display: inline-block;\n            background: var(--accent);\n            color: var(--white);\n            padding: 0.375rem 0.75rem;\n            border-radius: 4px;\n            font-size: 0.75rem;\n            font-family: 'Montserrat', sans-serif;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n            margin-bottom: 1rem;\n        }\n\n        .hero-meta {\n            display: flex;\n            gap: 2rem;\n            margin: 2rem auto;\n            padding: 1.5rem;\n            background: var(--white);\n            border: 2px solid var(--cream);\n            border-radius: 8px;\n            max-width: 600px;\n        }\n\n        .meta-item {\n            flex: 1;\n        }\n\n        .meta-label {\n            font-size: 0.875rem;\n            color: var(--gray);\n            margin-bottom: 0.25rem;\n        }\n\n        .meta-value {\n            font-size: 1.125rem;\n            font-weight: 600;\n            color: var(--navy);\n        }\n\n        \/* Buttons *\/\n        .btn {\n            display: inline-block;\n            padding: 0.75rem 2rem;\n            border-radius: 6px;\n            font-weight: 600;\n            text-decoration: none;\n            transition: all 0.2s;\n            cursor: pointer;\n            border: none;\n            font-family: 'Montserrat', sans-serif;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n            font-size: 0.875rem;\n        }\n\n        .btn-primary {\n            background: var(--primary);\n            color: var(--white);\n        }\n\n        .btn-primary:hover {\n            background: #1e5c4b;\n            transform: translateY(-1px);\n            box-shadow: 0 4px 12px rgba(38, 120, 100, 0.3);\n        }\n\n        .btn-outline {\n            background: var(--white);\n            color: var(--primary);\n            border: 2px solid var(--primary);\n        }\n\n        .btn-outline:hover {\n            background: var(--primary);\n            color: var(--white);\n        }\n\n        \/* Problem\/Solution Section - Halloween themed *\/\n        .problem-solution {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            border-bottom: 1px solid var(--border);\n        }\n\n        .problem {\n            padding: 3rem;\n            background: linear-gradient(135deg, #2a2a2a 0%, #1a1a1a 100%);\n            border-right: 1px solid #333;\n            color: var(--white);\n        }\n\n        .problem h3,\n        .problem .section-label {\n            color: var(--accent);\n        }\n\n        .problem ul li {\n            color: #cccccc;\n        }\n\n        .solution {\n            padding: 3rem;\n            background: linear-gradient(135deg, var(--cream) 0%, var(--white) 100%);\n        }\n\n        .section-label {\n            font-size: 0.875rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n            margin-bottom: 1rem;\n        }\n\n        .problem .section-label {\n            color: #dc3545;\n        }\n\n        .solution .section-label {\n            color: var(--primary);\n        }\n\n        \/* Features Grid *\/\n        .features {\n            padding: 3rem;\n            border-bottom: 1px solid var(--border);\n        }\n\n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 2rem;\n            margin-top: 2rem;\n        }\n\n        .feature {\n            padding: 1.5rem;\n            border: 1px solid var(--border);\n            border-radius: 8px;\n            transition: all 0.2s;\n            background: var(--white);\n        }\n\n        .feature:hover {\n            border-color: var(--primary);\n            transform: translateY(-2px);\n            box-shadow: 0 4px 12px rgba(38, 120, 100, 0.1);\n        }\n\n        .feature-icon {\n            width: 4px;\n            height: 40px;\n            background: var(--accent);\n            margin-bottom: 1rem;\n        }\n\n        \/* Horror Story Transformation *\/\n        .horror-transformation {\n            padding: 3rem;\n            background: var(--light-gray);\n            border-bottom: 1px solid var(--border);\n        }\n\n        .transformation-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 2rem;\n            margin-top: 2rem;\n        }\n\n        .horror-card {\n            background: #2a2a2a;\n            border-radius: 8px;\n            padding: 1.5rem;\n            border-left: 4px solid #dc3545;\n        }\n\n        .horror-card h4 {\n            color: var(--accent);\n            font-size: 0.875rem;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n            margin-bottom: 0.75rem;\n        }\n\n        .horror-card p {\n            color: #cccccc;\n            font-size: 0.95rem;\n            margin: 0;\n        }\n\n        .solution-card {\n            background: var(--white);\n            border-radius: 8px;\n            padding: 1.5rem;\n            border-left: 4px solid var(--primary);\n        }\n\n        .solution-card h4 {\n            color: var(--primary);\n            font-size: 0.875rem;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n            margin-bottom: 0.75rem;\n        }\n\n        .solution-card p {\n            color: var(--gray);\n            font-size: 0.95rem;\n            margin: 0;\n        }\n\n        \/* Benefits Section *\/\n        .benefits {\n            padding: 3rem;\n            background: var(--white);\n            border-bottom: 1px solid var(--border);\n        }\n\n        .benefit-list {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 1rem;\n            list-style: none;\n            margin-top: 1.5rem;\n        }\n\n        .benefit-list li {\n            padding-left: 1.5rem;\n            position: relative;\n            color: var(--gray);\n        }\n\n        .benefit-list li::before {\n            content: '\u2192';\n            position: absolute;\n            left: 0;\n            color: var(--primary);\n            font-weight: bold;\n        }\n\n        \/* API Section *\/\n        .api-section {\n            padding: 3rem;\n            border-bottom: 1px solid var(--border);\n            background: var(--cream);\n        }\n\n        .api-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 3rem;\n            margin-top: 2rem;\n            align-items: center;\n        }\n\n        .code-example {\n            background: #2d3748;\n            color: #e2e8f0;\n            padding: 1.5rem;\n            border-radius: 8px;\n            font-family: 'Monaco', 'Courier New', monospace;\n            font-size: 0.875rem;\n            overflow-x: auto;\n        }\n\n        .code-comment {\n            color: #68d391;\n        }\n\n        .code-string {\n            color: var(--accent);\n        }\n\n        \/* Integration *\/\n        .integration {\n            padding: 3rem;\n            background: var(--white);\n            border-bottom: 1px solid var(--border);\n        }\n\n        .integration-flow {\n            display: flex;\n            align-items: center;\n            justify-content: space-between;\n            margin-top: 2rem;\n            padding: 2rem;\n            background: var(--light-gray);\n            border-radius: 8px;\n        }\n\n        .flow-item {\n            text-align: center;\n            flex: 1;\n        }\n\n        .flow-arrow {\n            color: var(--accent);\n            font-size: 1.5rem;\n            margin: 0 1rem;\n        }\n\n        .flow-icon {\n            width: 8px;\n            height: 8px;\n            margin: 0 auto 0.5rem;\n            background: var(--primary);\n            border-radius: 50%;\n        }\n\n        \/* Audience *\/\n        .audience {\n            padding: 3rem;\n            border-bottom: 1px solid var(--border);\n            background: var(--cream);\n        }\n\n        .audience-grid {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 2rem;\n            margin-top: 2rem;\n        }\n\n        .audience-card {\n            background: var(--white);\n            border: 1px solid var(--border);\n            border-radius: 8px;\n            padding: 1.5rem;\n            transition: all 0.2s;\n        }\n\n        .audience-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 30px rgba(0,0,0,0.1);\n        }\n\n        \/* CTA Section *\/\n        .final-cta {\n            padding: 3rem;\n            text-align: center;\n            background: var(--white);\n        }\n\n        .cta-buttons {\n            display: flex;\n            gap: 1rem;\n            justify-content: center;\n            margin-top: 2rem;\n        }\n\n        \/* Stats *\/\n        .stats {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 2rem;\n            margin: 2rem 0;\n            padding: 2rem;\n            background: var(--white);\n            border: 2px solid var(--cream);\n            border-radius: 8px;\n        }\n\n        .stat {\n            text-align: center;\n        }\n\n        .stat-value {\n            font-size: 2rem;\n            font-weight: 700;\n            color: var(--primary);\n        }\n\n        .stat-label {\n            font-size: 0.875rem;\n            color: var(--gray);\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n        }\n\n        \/* Responsive *\/\n        @media (max-width: 960px) {\n            .page-wrapper {\n                margin: 0;\n                border-radius: 0;\n                box-shadow: none;\n            }\n\n            h1 {\n                font-size: 1.75rem;\n                line-height: 1.3;\n            }\n\n            h2 {\n                font-size: 1.5rem;\n            }\n\n            h3 {\n                font-size: 1.125rem;\n            }\n\n            .halloween-transition {\n                padding: 1.5rem 1.5rem;\n            }\n\n            .halloween-transition p {\n                font-size: 1rem;\n            }\n\n            .hero {\n                padding: 2rem 1.5rem;\n            }\n\n            .hero .lead {\n                font-size: 1rem;\n            }\n\n            .problem-solution,\n            .features-grid,\n            .transformation-grid,\n            .benefit-list,\n            .api-grid,\n            .audience-grid,\n            .stats {\n                grid-template-columns: 1fr;\n            }\n\n            .problem,\n            .solution,\n            .features,\n            .horror-transformation,\n            .benefits,\n            .api-section,\n            .integration,\n            .audience,\n            .final-cta {\n                padding: 2rem 1.5rem;\n            }\n\n            .problem {\n                border-right: none;\n                border-bottom: 1px solid #333;\n            }\n\n            .integration-flow {\n                flex-direction: column;\n                gap: 1.5rem;\n                padding: 1.5rem;\n            }\n\n            .flow-arrow {\n                transform: rotate(90deg);\n                margin: 0.5rem 0;\n            }\n\n            .cta-buttons {\n                flex-direction: column;\n            }\n\n            .cta-buttons .btn {\n                width: 100%;\n            }\n\n            .hero-meta {\n                flex-direction: column;\n                gap: 1rem;\n            }\n\n            .meta-item {\n                padding: 0.75rem;\n            }\n        }\n\n        @media (max-width: 480px) {\n            h1 {\n                font-size: 1.5rem;\n                line-height: 1.3;\n            }\n\n            h2 {\n                font-size: 1.25rem;\n                line-height: 1.3;\n            }\n\n            .halloween-transition {\n                padding: 1.25rem 1rem;\n            }\n\n            .halloween-transition p {\n                font-size: 0.9rem;\n            }\n\n            .hero {\n                padding: 1.5rem 1rem;\n            }\n\n            .problem,\n            .solution,\n            .features,\n            .horror-transformation,\n            .benefits,\n            .api-section,\n            .integration,\n            .audience,\n            .final-cta {\n                padding: 1.5rem 1rem;\n            }\n\n            .code-example {\n                font-size: 0.7rem;\n                padding: 0.75rem;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"page-wrapper\">\n        <!-- Halloween Transition -->\n        <div class=\"halloween-transition\">\n            <p>\n                <strong>No more nightmares<\/strong> \u2014 just clean, automated product data.\n            <\/p>\n        <\/div>\n\n        <!-- Hero Section -->\n        <section class=\"hero\">\n            <div class=\"badge\">The Solution<\/div>\n            <img src=\"https:\/\/beedash.com\/wp-content\/uploads\/2022\/05\/corestack.svg\" \n                 alt=\"Corestack\" \n                 style=\"height: 40px; margin-bottom: 1rem;\">\n            <h1>Your Product Data Command Center<\/h1>\n            <p class=\"lead\" style=\"max-width: 900px; margin: 0 auto 2rem;\">\n                Remember those horror stories from our email? The ghost inventory, the data decay, the endless manufacturer chasing? <strong>They end here.<\/strong> Corestack consolidates data from 250+ manufacturers into one central hub\u2014automatically updated, perfectly organized, ready to sync everywhere.\n            <\/p>\n            \n            <div class=\"hero-meta\">\n                <div class=\"meta-item\">\n                    <div class=\"meta-label\">Manufacturers<\/div>\n                    <div class=\"meta-value\">250+ Connected<\/div>\n                <\/div>\n                <div class=\"meta-item\">\n                    <div class=\"meta-label\">Updates<\/div>\n                    <div class=\"meta-value\">Automatic<\/div>\n                <\/div>\n                <div class=\"meta-item\">\n                    <div class=\"meta-label\">Nightmares<\/div>\n                    <div class=\"meta-value\">Eliminated<\/div>\n                <\/div>\n            <\/div>\n\n            <a href=\"#corestack-trial-modal\" uk-toggle class=\"btn btn-primary\">Start Free Trial<\/a>\n        <\/section>\n\n        <!-- Problem\/Solution - Dark to Light -->\n        <section class=\"problem-solution\">\n            <div class=\"problem\">\n                <div class=\"section-label\">The Darkness<\/div>\n                <h3>The Nightmares Are Real<\/h3>\n                <ul style=\"list-style: none; padding: 0;\">\n                    <li style=\"margin-bottom: 0.75rem;\">Chasing manufacturers for updates<\/li>\n                    <li style=\"margin-bottom: 0.75rem;\">Data in 100 different formats<\/li>\n                    <li style=\"margin-bottom: 0.75rem;\">Selling discontinued products<\/li>\n                    <li style=\"margin-bottom: 0.75rem;\">Outdated specs everywhere<\/li>\n                    <li style=\"margin-bottom: 0.75rem;\">Daily update avalanche<\/li>\n                    <li style=\"margin-bottom: 0.75rem;\">Random price changes<\/li>\n                    <li style=\"margin-bottom: 0.75rem;\">Sticky note chaos<\/li>\n                    <li>Important updates in emails<\/li>\n                <\/ul>\n            <\/div>\n            <div class=\"solution\">\n                <div class=\"section-label\">The Light<\/div>\n                <h3>Here&#8217;s How We Fix Everything<\/h3>\n                <ul style=\"list-style: none; padding: 0; color: var(--gray);\">\n                    <li style=\"margin-bottom: 0.75rem;\">Updates flow in automatically<\/li>\n                    <li style=\"margin-bottom: 0.75rem;\">Everything normalized to one format<\/li>\n                    <li style=\"margin-bottom: 0.75rem;\">Auto-remove discontinued products<\/li>\n                    <li style=\"margin-bottom: 0.75rem;\">Always-current specifications<\/li>\n                    <li style=\"margin-bottom: 0.75rem;\">No manual entry required<\/li>\n                    <li style=\"margin-bottom: 0.75rem;\">Automatic price synchronization<\/li>\n                    <li style=\"margin-bottom: 0.75rem;\">One source of truth<\/li>\n                    <li>Direct system integration<\/li>\n                <\/ul>\n            <\/div>\n        <\/section>\n\n        <!-- Horror Story Transformations -->\n        <section class=\"horror-transformation\">\n            <h2 style=\"text-align: center;\">From Nightmares to Sweet Dreams<\/h2>\n            <p style=\"text-align: center; color: var(--gray); margin-bottom: 3rem;\">See how each horror story gets solved by Corestack<\/p>\n            \n            <div class=\"transformation-grid\">\n                <div class=\"horror-card\">\n                    <h4>Communication Breakdown<\/h4>\n                    <p>Chasing Manufacturer #47 for updated specs they promised \&#8221;next week\&#8221;\u2014three weeks ago<\/p>\n                <\/div>\n                <div class=\"solution-card\">\n                    <h4>Automatic Sync<\/h4>\n                    <p>Specs update automatically from manufacturer feeds. No chasing, no waiting, no emails.<\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"transformation-grid\" style=\"margin-top: 1.5rem;\">\n                <div class=\"horror-card\">\n                    <h4>Data Fragmentation<\/h4>\n                    <p>Product data in 100 different formats\u2014PDFs, Excel, emails, carrier pigeons<\/p>\n                <\/div>\n                <div class=\"solution-card\">\n                    <h4>Single Format<\/h4>\n                    <p>All manufacturer data normalized into one consistent, searchable structure.<\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"transformation-grid\" style=\"margin-top: 1.5rem;\">\n                <div class=\"horror-card\">\n                    <h4>Inventory Ghost<\/h4>\n                    <p>Customer bought it, but you can&#8217;t purchase it\u2014discontinued weeks ago without notice<\/p>\n                <\/div>\n                <div class=\"solution-card\">\n                    <h4>Auto-remove Discontinued Products<\/h4>\n                    <p>Discontinued models are automatically removed from your catalog. Never sell what you can&#8217;t order.<\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"transformation-grid\" style=\"margin-top: 1.5rem;\">\n                <div class=\"horror-card\">\n                    <h4>Data Decay<\/h4>\n                    <p>Half your product specs are outdated and you have no idea which ones<\/p>\n                <\/div>\n                <div class=\"solution-card\">\n                    <h4>Always Current<\/h4>\n                    <p>Automatic updates with full change tracking. Know exactly what changed and when.<\/p>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Core Features -->\n        <section class=\"features\">\n            <h2 style=\"text-align: center;\">How Corestack Works<\/h2>\n            <p style=\"text-align: center; color: var(--gray);\">The central hub that ends your product data chaos<\/p>\n            \n            <div style=\"margin: 3rem 0; padding: 2rem; background: var(--cream); border-radius: 12px; display: flex; align-items: center; justify-content: center;\">\n                <img src=\"https:\/\/beedash.com\/wp-content\/uploads\/2024\/04\/BD_Web_API_Full_Integrations_v02.png\" alt=\"Corestack Data Integration Flow\" style=\"max-width: 100%; height: auto; border-radius: 8px;\">\n            <\/div>\n            \n            <div class=\"features-grid\">\n                <div class=\"feature\">\n                    <div class=\"feature-icon\"><\/div>\n                    <h3>Manufacturer Connections<\/h3>\n                    <p>Direct feeds from 250+ FE&#038;S manufacturers. We handle the complexity of different formats and update schedules.<\/p>\n                <\/div>\n                <div class=\"feature\">\n                    <div class=\"feature-icon\"><\/div>\n                    <h3>Normalize &#038; Enrich<\/h3>\n                    <p>Transform messy data into clean, structured information. Add missing details, standardize attributes, organize for searching.<\/p>\n                <\/div>\n                <div class=\"feature\">\n                    <div class=\"feature-icon\"><\/div>\n                    <h3>Automatic Updates<\/h3>\n                    <p>Price changes, new products, specs, availability\u2014everything updates automatically without manual intervention.<\/p>\n                <\/div>\n                <div class=\"feature\">\n                    <div class=\"feature-icon\"><\/div>\n                    <h3>Sync Everywhere<\/h3>\n                    <p>Push accurate data to your website, quoting system, ERP, and anywhere else via API. Everything stays aligned.<\/p>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Benefits Section -->\n        <section class=\"benefits\">\n            <h2 style=\"text-align: center;\">What This Means for Your Business<\/h2>\n            <div style=\"display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; margin-top: 2rem;\">\n                <div style=\"text-align: center; padding: 1.5rem;\">\n                    <div style=\"font-size: 3rem; font-weight: 700; color: var(--primary); margin-bottom: 0.5rem;\">250+<\/div>\n                    <h4 style=\"margin-bottom: 0.5rem; color: var(--navy);\">Manufacturers<\/h4>\n                    <p style=\"font-size: 0.9rem; color: var(--gray);\">Leading FE&#038;S brands connected and updating automatically<\/p>\n                <\/div>\n                <div style=\"text-align: center; padding: 1.5rem;\">\n                    <div style=\"font-size: 3rem; font-weight: 700; color: var(--primary); margin-bottom: 0.5rem;\">Hours<\/div>\n                    <h4 style=\"margin-bottom: 0.5rem; color: var(--navy);\">Saved Daily<\/h4>\n                    <p style=\"font-size: 0.9rem; color: var(--gray);\">Time previously spent on data entry now available for selling<\/p>\n                <\/div>\n                <div style=\"text-align: center; padding: 1.5rem;\">\n                    <div style=\"font-size: 3rem; font-weight: 700; color: var(--primary); margin-bottom: 0.5rem;\">Zero<\/div>\n                    <h4 style=\"margin-bottom: 0.5rem; color: var(--navy);\">Manual Entry<\/h4>\n                    <p style=\"font-size: 0.9rem; color: var(--gray);\">No more copying and pasting pricing and specs<\/p>\n                <\/div>\n            <\/div>\n            <div style=\"background: var(--cream); padding: 2rem; border-radius: 8px; margin-top: 2rem;\">\n                <h3 style=\"text-align: center; margin-bottom: 1.5rem; color: var(--navy);\">Before &#038; After<\/h3>\n                <div style=\"display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem;\">\n                    <div>\n                        <h4 style=\"color: #dc3545; font-size: 1rem; margin-bottom: 0.5rem;\">Before Corestack<\/h4>\n                        <ul style=\"list-style: none; padding: 0; font-size: 0.9rem; color: var(--gray);\">\n                            <li style=\"margin-bottom: 0.5rem;\">\u2022 Hours daily updating data manually<\/li>\n                            <li style=\"margin-bottom: 0.5rem;\">\u2022 Chasing manufacturers for pricing<\/li>\n                            <li style=\"margin-bottom: 0.5rem;\">\u2022 Managing scattered spreadsheets<\/li>\n                            <li style=\"margin-bottom: 0.5rem;\">\u2022 Missing critical updates<\/li>\n                            <li>\u2022 Selling discontinued products<\/li>\n                        <\/ul>\n                    <\/div>\n                    <div>\n                        <h4 style=\"color: var(--primary); font-size: 1rem; margin-bottom: 0.5rem;\">With Corestack<\/h4>\n                        <ul style=\"list-style: none; padding: 0; font-size: 0.9rem; color: var(--gray);\">\n                            <li style=\"margin-bottom: 0.5rem;\">\u2022 Minutes reviewing automated updates<\/li>\n                            <li style=\"margin-bottom: 0.5rem;\">\u2022 Automatic price synchronization<\/li>\n                            <li style=\"margin-bottom: 0.5rem;\">\u2022 Single searchable database<\/li>\n                            <li style=\"margin-bottom: 0.5rem;\">\u2022 Never miss a product launch<\/li>\n                            <li>\u2022 Auto-remove Discontinued Products<\/li>\n                        <\/ul>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- API Section -->\n        <section class=\"api-section\">\n            <h2 style=\"text-align: center;\">Built for Integration<\/h2>\n            <div class=\"api-grid\">\n                <div>\n                    <h3>Powerful API Access<\/h3>\n                    <p>\n                        Connect Corestack to your website, quoting system, ERP, or any other platform. Our robust API delivers real-time product data wherever you need it\u2014enabling faster quotes, accurate ordering, and better SEO.\n                    <\/p>\n                    <div style=\"margin-top: 2rem;\">\n                        <a href=\"#corestack-trial-modal\" uk-toggle class=\"btn btn-outline\">Access API Docs in Trial<\/a>\n                    <\/div>\n                <\/div>\n                <div>\n                    <div class=\"code-example\">\n                        <span class=\"code-comment\">\/\/ Clean, structured data<\/span><br>\n                        GET \/api\/products\/{sku}<br><br>\n                        {<br>\n                        &nbsp;&nbsp;\&#8221;sku\&#8221;: <span class=\"code-string\">\&#8221;ABC-123-XYZ\&#8221;<\/span>,<br>\n                        &nbsp;&nbsp;\&#8221;name\&#8221;: <span class=\"code-string\">\&#8221;Product Name\&#8221;<\/span>,<br>\n                        &nbsp;&nbsp;\&#8221;manufacturer\&#8221;: <span class=\"code-string\">\&#8221;Brand\&#8221;<\/span>,<br>\n                        &nbsp;&nbsp;\&#8221;price\&#8221;: 1299.00,<br>\n                        &nbsp;&nbsp;\&#8221;availability\&#8221;: <span class=\"code-string\">\&#8221;in-stock\&#8221;<\/span>,<br>\n                        &nbsp;&nbsp;\&#8221;dimensions\&#8221;: {<br>\n                        &nbsp;&nbsp;&nbsp;&nbsp;\&#8221;width\&#8221;: <span class=\"code-string\">\&#8221;36 in\&#8221;<\/span>,<br>\n                        &nbsp;&nbsp;&nbsp;&nbsp;\&#8221;depth\&#8221;: <span class=\"code-string\">\&#8221;24 in\&#8221;<\/span>,<br>\n                        &nbsp;&nbsp;&nbsp;&nbsp;\&#8221;height\&#8221;: <span class=\"code-string\">\&#8221;48 in\&#8221;<\/span><br>\n                        &nbsp;&nbsp;}<br>\n                        }\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <div style=\"margin-top: 3rem; padding: 2rem; background: var(--white); border-radius: 12px;\">\n                <h3 style=\"margin-bottom: 1.5rem; color: var(--navy); text-align: center;\">Connect Your Entire Ecosystem<\/h3>\n                <div style=\"display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center;\">\n                    <div>\n                        <h4 style=\"color: var(--primary); margin-bottom: 1rem;\">Multiple Integration Options<\/h4>\n                        <ul style=\"list-style: none; padding: 0; color: var(--gray);\">\n                            <li style=\"margin-bottom: 0.75rem;\"><strong style=\"color: var(--navy);\">Pre-Built Connectors:<\/strong> Popular platforms ready to go<\/li>\n                            <li style=\"margin-bottom: 0.75rem;\"><strong style=\"color: var(--navy);\">Custom API:<\/strong> Integrate with any system<\/li>\n                            <li style=\"margin-bottom: 0.75rem;\"><strong style=\"color: var(--navy);\">Existing Systems:<\/strong> Leverage your current workflows<\/li>\n                            <li><strong style=\"color: var(--navy);\">Beedash Website Platform:<\/strong> Native integration with our <a href=\"\/webstack\/\" style=\"color: var(--primary); text-decoration: underline;\">FE&#038;S website solution<\/a><\/li>\n                        <\/ul>\n                    <\/div>\n                    <div style=\"text-align: center; padding: 2rem; background: var(--cream); border-radius: 8px;\">\n                        <img src=\"https:\/\/beedash.com\/wp-content\/uploads\/2024\/09\/webstack-new-featured-image-left-v02.png\" \n                             alt=\"Beedash Website Platform\" \n                             style=\"max-width: 100%; height: auto; border-radius: 4px;\">\n                        <p style=\"margin-top: 1rem; font-size: 0.875rem; color: var(--gray);\">Purpose-built for FE&#038;S dealers<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Integration Flow -->\n        <section class=\"integration\">\n            <h2 style=\"text-align: center;\">From Manufacturer to Customer, Seamlessly<\/h2>\n            <p style=\"text-align: center; color: var(--gray);\">Corestack sits at the center, keeping everyone aligned<\/p>\n            \n            <div class=\"integration-flow\">\n                <div class=\"flow-item\">\n                    <div class=\"flow-icon\"><\/div>\n                    <strong style=\"color: var(--navy);\">250+ Manufacturers<\/strong>\n                    <div style=\"font-size: 0.875rem; color: var(--gray);\">FE&#038;S Brands<\/div>\n                <\/div>\n                <span class=\"flow-arrow\">\u2192<\/span>\n                <div class=\"flow-item\">\n                    <div class=\"flow-icon\" style=\"background: var(--accent);\"><\/div>\n                    <strong style=\"color: var(--navy);\">Corestack<\/strong>\n                    <div style=\"font-size: 0.875rem; color: var(--gray);\">Clean &#038; Organize<\/div>\n                <\/div>\n                <span class=\"flow-arrow\">\u2192<\/span>\n                <div class=\"flow-item\">\n                    <div class=\"flow-icon\"><\/div>\n                    <strong style=\"color: var(--navy);\">Your Systems<\/strong>\n                    <div style=\"font-size: 0.875rem; color: var(--gray);\">Website &#038; Tools<\/div>\n                <\/div>\n                <span class=\"flow-arrow\">\u2192<\/span>\n                <div class=\"flow-item\">\n                    <div class=\"flow-icon\"><\/div>\n                    <strong style=\"color: var(--navy);\">Customers<\/strong>\n                    <div style=\"font-size: 0.875rem; color: var(--gray);\">Accurate Info<\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Who Uses Section -->\n        <section class=\"audience\">\n            <h2 style=\"text-align: center;\">Trusted Across the FE&#038;S Industry<\/h2>\n            \n            <div style=\"margin: 2rem 0 3rem; padding: 3rem; background: var(--white); border-radius: 12px;\">\n                <div style=\"display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; text-align: center;\">\n                    <div>\n                        <div style=\"font-size: 2.5rem; font-weight: 700; color: var(--primary); margin-bottom: 0.5rem;\">160+<\/div>\n                        <div style=\"color: var(--gray); font-size: 1rem;\">Active Dealers<\/div>\n                    <\/div>\n                    <div>\n                        <div style=\"font-size: 2.5rem; font-weight: 700; color: var(--primary); margin-bottom: 0.5rem;\">250+<\/div>\n                        <div style=\"color: var(--gray); font-size: 1rem;\">Manufacturer Brands<\/div>\n                    <\/div>\n                    <div>\n                        <div style=\"font-size: 2.5rem; font-weight: 700; color: var(--primary); margin-bottom: 0.5rem;\">5<\/div>\n                        <div style=\"color: var(--gray); font-size: 1rem;\">Buying Groups<\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <div class=\"audience-grid\">\n                <div class=\"audience-card\">\n                    <div style=\"width: 100%; height: 4px; background: var(--accent); margin-bottom: 1.5rem;\"><\/div>\n                    <h3>Dealers<\/h3>\n                    <p>Access 250+ manufacturer catalogs automatically. Faster quoting with accurate, up-to-date product data.<\/p>\n                    <ul style=\"list-style: none; padding: 0; margin-top: 1rem; font-size: 0.875rem; color: var(--gray);\">\n                        <li style=\"margin-bottom: 0.5rem;\">\u2022 Eliminate manual data entry<\/li>\n                        <li style=\"margin-bottom: 0.5rem;\">\u2022 Automatic pricing updates<\/li>\n                        <li>\u2022 Never sell discontinued items<\/li>\n                    <\/ul>\n                <\/div>\n                <div class=\"audience-card\">\n                    <div style=\"width: 100%; height: 4px; background: var(--primary); margin-bottom: 1.5rem;\"><\/div>\n                    <h3>Manufacturers<\/h3>\n                    <p>Distribute accurate data to authorized dealers. Maintain control over pricing and brand presentation.<\/p>\n                    <ul style=\"list-style: none; padding: 0; margin-top: 1rem; font-size: 0.875rem; color: var(--gray);\">\n                        <li style=\"margin-bottom: 0.5rem;\">\u2022 Control your product data<\/li>\n                        <li style=\"margin-bottom: 0.5rem;\">\u2022 MAP pricing compliance<\/li>\n                        <li>\u2022 Consistent brand standards<\/li>\n                    <\/ul>\n                <\/div>\n                <div class=\"audience-card\">\n                    <div style=\"width: 100%; height: 4px; background: var(--accent); margin-bottom: 1.5rem;\"><\/div>\n                    <h3>Buying Groups<\/h3>\n                    <p>Standardize catalogs across all member dealers. Simplify onboarding and product transitions.<\/p>\n                    <ul style=\"list-style: none; padding: 0; margin-top: 1rem; font-size: 0.875rem; color: var(--gray);\">\n                        <li style=\"margin-bottom: 0.5rem;\">\u2022 Unified member experience<\/li>\n                        <li style=\"margin-bottom: 0.5rem;\">\u2022 Standardized data<\/li>\n                        <li>\u2022 Easier member onboarding<\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Final CTA -->\n        <section class=\"final-cta\">\n            <h2>Ready to End the Nightmares?<\/h2>\n            <p style=\"color: var(--gray); max-width: 600px; margin: 0 auto;\">\n                Join 160+ dealers who&#8217;ve already eliminated their product data chaos. Start your 14-day free trial and see the difference.\n            <\/p>\n            \n            <div class=\"cta-buttons\">\n                <a href=\"#corestack-trial-modal\" uk-toggle class=\"btn btn-primary\">See It In Action<\/a>\n                <a href=\"https:\/\/beedash.com\/contact\/\" class=\"btn btn-outline\">Talk to Sales<\/a>\n            <\/div>\n            \n            <p style=\"margin-top: 2rem; font-size: 0.875rem; color: var(--gray);\">\n                14-day free trial \u2022 No credit card required \u2022 Full feature access\n            <\/p>\n\n            <p style=\"margin-top: 3rem; padding-top: 2rem; border-top: 2px solid var(--cream); font-size: 0.95rem; color: var(--gray);\">\n                <em>Happy Halloween from Beedash! May your treats be plentiful and your product data nightmares officially over.<\/em>\n            <\/p>\n        <\/section>\n    <\/div>\n\n    <!-- Trial Modal (same as original) -->\n   <div id=\"corestack-trial-modal\" class=\"uk-modal-full\" uk-modal>\n    <div class=\"uk-modal-dialog uk-modal-body uk-padding-remove\" style=\"background: #fff;\">\n        <button class=\"uk-modal-close-full uk-close-large\" type=\"button\" uk-close><\/button>\n        <div class=\"uk-section uk-section-default\" style=\"min-height:80vh; background: #fff;\">\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                <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                <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<\/body>\n<\/html>&#8220;}}]}]}]}],&#8221;version&#8221;:&#8221;4.5.31&#8243;} &#8211;><p>The post <a href="https://beedash.com/end-the-product-data-nightmares-beedash-corestack/">End the Product Data Nightmares</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?x94297" 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?x94297" 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?x94297" alt="">








    </li>
        <li>

        <img decoding="async" src="/wp-content/uploads/2025/10/Robot-Coupe.png?x94297" alt="">








    </li>
        <li>

        <img decoding="async" src="/wp-content/uploads/2025/10/Alfa-International.jpg?x94297" alt="">








    </li>
        <li>

        <img decoding="async" src="/wp-content/uploads/2025/08/comstock_castle.png?x94297" 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?x94297" 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 24/79 objects using Memcached
Page Caching using Disk: Enhanced 
Lazy Loading (feed)
Minified using Memcached

Served from: beedash.com @ 2026-05-04 06:34:48 by W3 Total Cache
-->