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

<channel>
	<title>Vendor Updates Archives - Beedash</title>
	<atom:link href="https://beedash.com/category/vendor-updates/feed/" rel="self" type="application/rss+xml" />
	<link>https://beedash.com/category/vendor-updates/</link>
	<description>Technology Solutions for the Food Equipment and Supply Industry</description>
	<lastBuildDate>Wed, 20 May 2026 14:59:44 +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>Catalog Updates April 2026</title>
		<link>https://beedash.com/catalog-updates-april-2026/</link>
		
		<dc:creator><![CDATA[beedash]]></dc:creator>
		<pubDate>Wed, 20 May 2026 14:59:08 +0000</pubDate>
				<category><![CDATA[Vendor Updates]]></category>
		<guid isPermaLink="false">https://beedash.com/?p=8986</guid>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

    







</div>

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

					<description><![CDATA[<p>Vendor Updates NEW BRANDS, PRICE UPDATES, NEW PRODUCTS, DISCONTINUATIONS FROM BRANDS ACROSS THE INDUSTRY – GET MORE WITH CORESTACK Beedash Catalog Updates – March 2026 New Manufacturer Notable Updates Price Updates Channel Manufacturing Arc Cardinal ITV Ice Makers Dukers USA True Manufacturing T&#038;S Brass Infrico Skyfood Equipment AllPoints Foodservice Parts &#038; Supplies Thunder Group CAC [&#8230;]</p>
<p>The post <a href="https://beedash.com/corestack-catalog-updates-march-2026/">Catalog Updates March 2026</a> appeared first on <a href="https://beedash.com">Beedash</a>.</p>
]]></description>
										<content:encoded><![CDATA[<img decoding="async" src="/wp-content/uploads/2022/05/corestack.svg?x33177" 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?x33177" 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?x33177" alt="True Manufacturing">
                    <img decoding="async" src="https://beedash.com/wp-content/uploads/2026/04/channel-logo.png?x33177" alt="Channel Manufacturing">
                    <img decoding="async" src="https://beedash.com/wp-content/uploads/2026/04/cac-logo-19_2.png?x33177" 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?x33177" alt="">
<h2><span>Experience Corestack Free for 14 Days</span></h2>
<div><p>See how easy it is to manage, price and distribute your product data across every channel.<br data-start="339" data-end="342" />Connect your catalog, explore integrations, and experience the Corestack difference—no commitment required.</p></div>
<div>

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

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

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

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

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

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

    







</div>

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

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

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

					<description><![CDATA[<p>Vendor Updates NEW BRANDS, PRICE UPDATES, NEW PRODUCTS, DISCONTINUATIONS FROM BRANDS ACROSS THE INDUSTRY – GET MORE WITH CORESTACK New Vendor! Notable Updates Price Updates Advance Tabco Alfa International American Range BevLes Company Berkel Carlisle Chef’s Choice Comstock-Castle Continental Refrigerator Cooper-Atkins Dynamic USA Eurodib USA Fogel Howard-McCray Icetro Imperial Range International Tableware Jade Range Krowne [&#8230;]</p>
<p>The post <a href="https://beedash.com/corestack-catalog-updates-september-2025/">Corestack Catalog Updates September 2025</a> appeared first on <a href="https://beedash.com">Beedash</a>.</p>
]]></description>
										<content:encoded><![CDATA[<img decoding="async" src="/wp-content/uploads/2022/05/corestack.svg?x33177" 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?x33177" 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?x33177" alt="">








    </li>
        <li>

        <img decoding="async" src="/wp-content/uploads/2025/10/Robot-Coupe.png?x33177" alt="">








    </li>
        <li>

        <img decoding="async" src="/wp-content/uploads/2025/10/Alfa-International.jpg?x33177" alt="">








    </li>
        <li>

        <img decoding="async" src="/wp-content/uploads/2025/08/comstock_castle.png?x33177" 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?x33177" 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>
		<item>
		<title>Corestack Catalog Updates July 2025</title>
		<link>https://beedash.com/corestack-catalog-updates-july-2025/</link>
		
		<dc:creator><![CDATA[beedash]]></dc:creator>
		<pubDate>Thu, 14 Aug 2025 16:29:02 +0000</pubDate>
				<category><![CDATA[Vendor Updates]]></category>
		<guid isPermaLink="false">https://beedash.com/?p=8755</guid>

					<description><![CDATA[<p>Vendor UpdatesNEW BRANDS, PRICE UPDATES, NEW PRODUCTS, DISCONTINUATIONS FROM BRANDS ACROSS THE INDUSTRY – GET MORE WITH CORESTACKNotable UpdatesPrice UpdatesAAA Furniture WholesaleAMPTOANETSAPW WyottArctic IndustriesBakers PrideBar MaidBissell Big Green CommercialBizerbaBlodgettBlue AirBlue LavaBKIBunnCAC ChinaCarter-HoffmanChannel ManufacturingChef MasterChef RevivalComstock-CastleConcordiaContinental RefrigeratorCookTekCrown SteamDoyonElite Global SolutionsEVOFirexFlash FurnitureFollett LLCGET EnterprisesGlobeGold MedalGrosfillexHatcoHoward-McCrayHS Inc.Hydra-KoolIcetroImperial RangeITV Ice MakersJade RangeJosperKloppenbergKrowne MetalLakeside ManufacturingLang ManufacturingMagikitchnMarket ForgeMarsal OvensMoffatMundialMVPNiecoNu-VuOmcanPerfect Fry CompanyPitcoRationalSammicServ-WareSharpSouthbendStarT&#38;S [&#8230;]</p>
<p>The post <a href="https://beedash.com/corestack-catalog-updates-july-2025/">Corestack Catalog Updates July 2025</a> appeared first on <a href="https://beedash.com">Beedash</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><img decoding="async" src="/wp-content/uploads/2022/05/corestack.svg?x33177" alt="" /></p><h1>Vendor Updates</h1><h4>NEW BRANDS, PRICE UPDATES, NEW PRODUCTS, DISCONTINUATIONS FROM BRANDS ACROSS THE INDUSTRY – GET MORE WITH CORESTACK</h4><center><h2 style="color: #267864;">Notable Updates</h2></center><ul><li><img decoding="async" src="/wp-content/uploads/2025/06/Krowne-Logo-scaled.png?x33177" alt="" /></li><li><img decoding="async" src="/wp-content/uploads/2025/07/Hatco-Logo_3D_7.22.25-scaled.png?x33177" alt="" /></li><li><img decoding="async" src="/wp-content/uploads/2025/08/Sharp-Logo.png?x33177" alt="" /></li><li><img decoding="async" src="/wp-content/uploads/2025/08/comstock_castle.png?x33177" alt="" /></li></ul><center><h2 style="color: #267864;">Price Updates</h2></center><ul><li><div><ul><li>AAA Furniture Wholesale</li><li>AMPTO</li><li>ANETS</li><li>APW Wyott</li><li>Arctic Industries</li><li>Bakers Pride</li><li>Bar Maid</li><li>Bissell Big Green Commercial</li><li>Bizerba</li><li>Blodgett</li><li>Blue Air</li><li>Blue Lava</li><li>BKI</li><li>Bunn</li><li>CAC China</li><li>Carter-Hoffman</li><li>Channel Manufacturing</li><li>Chef Master</li><li>Chef Revival</li><li>Comstock-Castle</li><li>Concordia</li><li>Continental Refrigerator</li><li>CookTek</li><li>Crown Steam</li><li>Doyon</li><li>Elite Global Solutions</li><li>EVO</li></ul></div></li><li><div><ul><li>Firex</li><li>Flash Furniture</li><li>Follett LLC</li><li>GET Enterprises</li><li>Globe</li><li>Gold Medal</li><li>Grosfillex</li><li>Hatco</li><li>Howard-McCray</li><li>HS Inc.</li><li>Hydra-Kool</li><li>Icetro</li><li>Imperial Range</li><li>ITV Ice Makers</li><li>Jade Range</li><li>Josper</li><li>Kloppenberg</li><li>Krowne Metal</li><li>Lakeside Manufacturing</li><li>Lang Manufacturing</li><li>Magikitchn</li><li>Market Forge</li><li>Marsal Ovens</li><li>Moffat</li><li>Mundial</li><li>MVP</li><li>Nieco</li></ul></div></li><li><div><ul><li>Nu-Vu</li><li>Omcan</li><li>Perfect Fry Company</li><li>Pitco</li><li>Rational</li><li>Sammic</li><li>Serv-Ware</li><li>Sharp</li><li>Southbend</li><li>Star</li><li>T&amp;S Brass</li><li>Thunder Group</li><li>Toastmaster</li><li>True Manufacturing</li><li>TurboChef</li><li>U-Line</li><li>Ultrafryer</li><li>Varimixer</li><li>Viking</li><li>Waring</li><li>Wells</li><li>Winco</li></ul></div></li></ul><center><h2 style="color: #267864;">New Products</h2></center><ul><li><div><ul><li>AAA Furniture Wholesale</li><li>AllPoints Foodservice Parts &amp; Supplies</li><li>Atosa USA</li><li>Bizerba</li><li>Icetro</li><li>Kloppenberg</li><li>Lakeside Manufacturing</li></ul></div></li><li><div><ul><li>MVP</li><li>Nemco</li><li>Oak Street</li><li>Omcan</li><li>Pitco</li><li>Sterno</li></ul></div></li></ul><center><h2 style="color: #267864;">Discontinued Products</h2></center><ul><li><div><ul><li>AAA Furniture Wholesale</li><li>Adcraft – Admiral Craft Equipment</li><li>American Range</li><li>AMPTO</li><li>Bar Maid</li><li>Bissell Big Green Commercial</li><li>Bizerba</li><li>Blue Air</li><li>Chef Master</li><li>Comstock-Castle</li><li>Concordia</li><li>CookTek</li><li>Crown Steam</li><li>Elite Global Solutions</li><li>Federal Industries</li><li>Firex</li><li>Fisher</li><li>Flash Furniture</li><li>Follett LLC</li><li>GET Enterprises</li><li>Gold Medal</li><li>Grosfillex</li></ul></div></li><li><div><ul><li>Hatco</li><li>Howard-McCray</li><li>Icetro</li><li>Josper</li><li>Kloppenberg</li><li>Lakeside Manufacturing</li><li>Market Forge</li><li>MVP</li><li>Norlake</li><li>Pitco</li><li>Serv-Ware</li><li>Sterno</li><li>Star</li><li>T&amp;S Brass</li><li>TurboChef</li><li>U-Line</li><li>Varimixer</li><li>Waring</li><li>Winholt</li><li>Wunderbar</li></ul></div></li></ul><p><img decoding="async" src="/wp-content/uploads/2021/08/icon-core.svg?x33177" alt="" /></p><h2>Revolutionize the way you manage your product content</h2><div><p>Save time and resources by seamlessly sourcing vendor product information, eliminating manual updates and data entry. Our easy-to-use API integrates product content seamlessly with your website, ERP, POS, and online marketplaces, making it effortless to manage and distribute your product information across multiple channels. Take the first step towards a more efficient and streamlined process. <br /><br />Get started today with Corestack&#8217;s Product Content API and experience the difference it can make for your business!</p></div><p><a href="/corestack-demo/">Request a Demo</a></p><h2>Latest Posts</h2><div> </div><p><span id="more-8755"></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;\">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\/06\/Krowne-Logo-scaled.png"}},{"type":"grid_item","props":{"image":"wp-content\/uploads\/2025\/07\/Hatco-Logo_3D_7.22.25-scaled.png"}},{"type":"grid_item","props":{"image":"wp-content\/uploads\/2025\/08\/Sharp-Logo.png"}},{"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_gap":"medium","grid_default":"1","grid_medium":"","grid_parallax_justify":false,"grid_small":"3","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>AAA Furniture Wholesale<\/li>\n  <li>AMPTO<\/li>\n  <li>ANETS<\/li>\n  <li>APW Wyott<\/li>\n  <li>Arctic Industries<\/li>\n  <li>Bakers Pride<\/li>\n  <li>Bar Maid<\/li>\n  <li>Bissell Big Green Commercial<\/li>\n  <li>Bizerba<\/li>\n  <li>Blodgett<\/li>\n  <li>Blue Air<\/li>\n  <li>Blue Lava<\/li>\n  <li>BKI<\/li>\n  <li>Bunn<\/li>\n  <li>CAC China<\/li>\n  <li>Carter-Hoffman<\/li>\n  <li>Channel Manufacturing<\/li>\n  <li>Chef Master<\/li>\n  <li>Chef Revival<\/li>\n  <li>Comstock-Castle<\/li>\n  <li>Concordia<\/li>\n  <li>Continental Refrigerator<\/li>\n  <li>CookTek<\/li>\n  <li>Crown Steam<\/li>\n  <li>Doyon<\/li>\n  <li>Elite Global Solutions<\/li>\n  <li>EVO<\/li>\n<\/ul>"}},{"type":"grid_item","props":{"content":"<ul>\n  <li>Firex<\/li>\n  <li>Flash Furniture<\/li>\n  <li>Follett LLC<\/li>\n  <li>GET Enterprises<\/li>\n  <li>Globe<\/li>\n  <li>Gold Medal<\/li>\n  <li>Grosfillex<\/li>\n  <li>Hatco<\/li>\n  <li>Howard-McCray<\/li>\n  <li>HS Inc.<\/li>\n  <li>Hydra-Kool<\/li>\n  <li>Icetro<\/li>\n  <li>Imperial Range<\/li>\n  <li>ITV Ice Makers<\/li>\n  <li>Jade Range<\/li>\n  <li>Josper<\/li>\n  <li>Kloppenberg<\/li>\n  <li>Krowne Metal<\/li>\n  <li>Lakeside Manufacturing<\/li>\n  <li>Lang Manufacturing<\/li>\n  <li>Magikitchn<\/li>\n  <li>Market Forge<\/li>\n  <li>Marsal Ovens<\/li>\n  <li>Moffat<\/li>\n  <li>Mundial<\/li>\n  <li>MVP<\/li>\n  <li>Nieco<\/li>\n<\/ul>\n"}},{"type":"grid_item","props":{"content":"<ul>\n  <li>Nu-Vu<\/li>\n  <li>Omcan<\/li>\n  <li>Perfect Fry Company<\/li>\n  <li>Pitco<\/li>\n  <li>Rational<\/li>\n  <li>Sammic<\/li>\n  <li>Serv-Ware<\/li>\n  <li>Sharp<\/li>\n  <li>Southbend<\/li>\n  <li>Star<\/li>\n  <li>T&amp;S Brass<\/li>\n  <li>Thunder Group<\/li>\n  <li>Toastmaster<\/li>\n  <li>True Manufacturing<\/li>\n  <li>TurboChef<\/li>\n  <li>U-Line<\/li>\n  <li>Ultrafryer<\/li>\n  <li>Varimixer<\/li>\n  <li>Viking<\/li>\n  <li>Waring<\/li>\n  <li>Wells<\/li>\n  <li>Winco<\/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>AAA Furniture Wholesale<\/li>\n  <li>AllPoints Foodservice Parts &amp; Supplies<\/li>\n  <li>Atosa USA<\/li>\n  <li>Bizerba<\/li>\n  <li>Icetro<\/li>\n  <li>Kloppenberg<\/li>\n  <li>Lakeside Manufacturing<\/li>\n<\/ul>\n"}},{"type":"grid_item","props":{"content":"<ul>\n  <li>MVP<\/li>\n  <li>Nemco<\/li>\n  <li>Oak Street<\/li>\n  <li>Omcan<\/li>\n  <li>Pitco<\/li>\n  <li>Sterno<\/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>AAA Furniture Wholesale<\/li>\n  <li>Adcraft \u2013 Admiral Craft Equipment<\/li>\n  <li>American Range<\/li>\n  <li>AMPTO<\/li>\n  <li>Bar Maid<\/li>\n  <li>Bissell Big Green Commercial<\/li>\n  <li>Bizerba<\/li>\n  <li>Blue Air<\/li>\n  <li>Chef Master<\/li>\n  <li>Comstock-Castle<\/li>\n  <li>Concordia<\/li>\n  <li>CookTek<\/li>\n  <li>Crown Steam<\/li>\n  <li>Elite Global Solutions<\/li>\n  <li>Federal Industries<\/li>\n  <li>Firex<\/li>\n  <li>Fisher<\/li>\n  <li>Flash Furniture<\/li>\n  <li>Follett LLC<\/li>\n  <li>GET Enterprises<\/li>\n  <li>Gold Medal<\/li>\n  <li>Grosfillex<\/li>\n<\/ul>"}},{"type":"grid_item","props":{"content":"<ul>\n  <li>Hatco<\/li>\n  <li>Howard-McCray<\/li>\n  <li>Icetro<\/li>\n  <li>Josper<\/li>\n  <li>Kloppenberg<\/li>\n  <li>Lakeside Manufacturing<\/li>\n  <li>Market Forge<\/li>\n  <li>MVP<\/li>\n  <li>Norlake<\/li>\n  <li>Pitco<\/li>\n  <li>Serv-Ware<\/li>\n  <li>Sterno<\/li>\n  <li>Star<\/li>\n  <li>T&amp;S Brass<\/li>\n  <li>TurboChef<\/li>\n  <li>U-Line<\/li>\n  <li>Varimixer<\/li>\n  <li>Waring<\/li>\n  <li>Winholt<\/li>\n  <li>Wunderbar<\/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>Revolutionize the way you manage your product content<\/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><span>Save time and resources by seamlessly sourcing vendor product information, eliminating manual updates and data entry. Our easy-to-use API integrates product content seamlessly with your website, ERP, POS, and online marketplaces, making it effortless to manage and distribute your product information across multiple channels. Take the first step towards a more efficient and streamlined process. <br \/><br \/>Get started today with Corestack's Product Content API and experience the difference it can make for your business!<\/span><\/p>","margin":"default","text_align":"center","text_style":"lead"}},{"type":"button","props":{"grid_column_gap":"small","grid_row_gap":"small","margin":"large","text_align":"center"},"children":[{"type":"button_item","props":{"button_style":"primary","content":"Request a Demo","dialog_layout":"modal","dialog_offcanvas_flip":true,"icon_align":"left","link":"corestack-demo\/"}}]}]}]}],"name":"Contact section - muted green pattern"},{"type":"section","props":{"image_position":"center-center","padding":"large","preserve_color":false,"style":"muted","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":"headline","props":{"content":"Latest Posts","margin":"medium","text_align":"center","title_element":"h2"}},{"type":"grid","props":{"block_align":"center","content_column_breakpoint":"m","css":"@media (max-width: 959px) {\n\t.el-element > * > :nth-child(3n+0) { display: none; }\n}","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":"3","grid_small":"2","icon_width":80,"image_align":"top","image_grid_breakpoint":"m","image_grid_width":"1-2","image_svg_color":"emphasis","image_width":"610","item_animation":true,"lightbox_bg_close":true,"link_style":"text","link_text":"Read more","margin":"default","meta_align":"above-title","meta_color":"muted","meta_element":"div","meta_style":"","panel_image_no_padding":true,"panel_link":true,"panel_link_hover":"true","panel_padding":"default","panel_style":"card-default","parallax_easing":"1","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","title_link":true,"title_style":"h4"},"children":[{"type":"grid_item","props":{"content":""},"source":{"query":{"name":"posts.singlePost","field":{"name":"relatedPosts","arguments":{"category":"","limit":3,"order":"date","order_direction":"DESC","author":"","post_tag":"","offset":0}}},"props":{"title":{"name":"title"},"link":{"name":"link"},"image":{"name":"field.intro_image.url"},"meta":{"filters":{"search":"","date":"d F, Y"},"name":"date"}}}}]}]}]}],"name":"Latest Posts"}],"version":"4.5.24"} --></p><p>The post <a href="https://beedash.com/corestack-catalog-updates-july-2025/">Corestack Catalog Updates July 2025</a> appeared first on <a href="https://beedash.com">Beedash</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Corestack Catalog Updates June 2025</title>
		<link>https://beedash.com/corestack-catalog-updates-june-2025/</link>
		
		<dc:creator><![CDATA[beedash]]></dc:creator>
		<pubDate>Fri, 18 Jul 2025 14:24:24 +0000</pubDate>
				<category><![CDATA[Vendor Updates]]></category>
		<guid isPermaLink="false">https://beedash.com/?p=8595</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 ACP – Amana Commercial American Range Arc Cardinal Channel Manufacturing Fisher Fogel Glastender Hamilton Beach Henny Penny Hickory Industries Hoshizaki Howard-McCray Hydra-Kool Ice-O-Matic John Boos La Rosa Refrigeration Migali Mundial MVP Omcan [&#8230;]</p>
<p>The post <a href="https://beedash.com/corestack-catalog-updates-june-2025/">Corestack Catalog Updates June 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?x33177" 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/2025/07/Glastender_blue_300dpi.png?x33177" alt="">








    </li>
        <li>

        <img decoding="async" src="/wp-content/uploads/2025/06/waring.svg?x33177" alt="">








    </li>
        <li>

        <img decoding="async" src="/wp-content/uploads/2025/07/True-Manufacturing.jpg?x33177" alt="">








    </li>
        <li>

        <img decoding="async" src="/wp-content/uploads/2023/02/Hoshizaki.png?x33177" alt="">








    </li>
    </ul>
<h1><center><h2 style="color:#267864;">Price Updates</h2></center></h1>
<ul>
        <li>

        





<div><ul>
  <li>ACP – Amana Commercial</li>
  <li>American Range</li>
  <li>Arc Cardinal</li>
  <li>Channel Manufacturing</li>
  <li>Fisher</li>
  <li>Fogel</li>
  <li>Glastender</li>
  <li>Hamilton Beach</li>
  <li>Henny Penny</li>
  <li>Hickory Industries</li>
  <li>Hoshizaki</li>
  <li>Howard-McCray</li>
</ul>
</div>


    </li>
        <li>

        





<div><ul>
  <li>Hydra-Kool</li>
  <li>Ice-O-Matic</li>
  <li>John Boos</li>
  <li>La Rosa Refrigeration</li>
  <li>Migali</li>
  <li>Mundial</li>
  <li>MVP</li>
  <li>Omcan</li>
  <li>Sammiс</li>
  <li>Serv-Ware</li>
  <li>Skyfood Equipment</li>
  <li>Sterno</li>
</ul>
</div>


    </li>
        <li>

        





<div><ul>
  <li>Taylor Precision</li>
  <li>True Manufacturing</li>
  <li>Waring</li>
  <li>Winholt</li>
  <li>Wolf</li>
  <li>Oak Street</li>
  <li>AMPTO</li>
</ul>
</div>


    </li>
    </ul>
<h1><center>
<h2 style="color: #267864;">New Products</h2>
</center></h1>
<ul>
        <li>

        





<div><ul>
  <li>Atosa USA</li>
  <li>Bissell Big Green Commercial</li>
  <li>Cambro</li>
  <li>Channel Manufacturing</li>
  <li>Comstock-Castle</li>
  <li>Continental Refrigerator</li>
</ul>
</div>


    </li>
        <li>

        





<div><ul>
  <li>Dynamic USA</li>
  <li>Glastender</li>
  <li>Henny Penny</li>
  <li>MVP</li>
  <li>Nemco</li>
  <li>Robot Coupe</li>
</ul>
</div>


    </li>
    </ul>
<h1><center>
<h2 style="color: #267864;">Discontinued Products</h2>
</center></h1>
<ul>
        <li>

        





<div><ul>
  <li>AMPTO</li>
  <li>APW Wyott</li>
  <li>Arc Cardinal</li>
  <li>Chicago Metallic</li>
  <li>Crown Steam</li>
  <li>Grindmaster-Cecilware</li>
  <li>Henny Penny</li>
  <li>Ice-O-Matic</li>
    <li>International Tableware</li>
</ul>
</div>


    </li>
        <li>

        





<div><ul>
  <li>John Boos</li>
  <li>Louis Tellier</li>
  <li>Mundial</li>
  <li>Omcan</li>
  <li>Sterno</li>
  <li>Star</li>
  <li>True Manufacturing</li>
  <li>Yanco</li>
</ul>
</div>


    </li>
    </ul>
<img decoding="async" src="/wp-content/uploads/2021/08/icon-core.svg?x33177" alt="">
<h2><span>Revolutionize the way you manage your product content</span></h2>
<div><p><span>Save time and resources by seamlessly sourcing vendor product information, eliminating manual updates and data entry. Our easy-to-use API integrates product content seamlessly with your website, ERP, POS, and online marketplaces, making it effortless to manage and distribute your product information across multiple channels. Take the first step towards a more efficient and streamlined process. <br /><br />Get started today with Corestack&#8217;s Product Content API and experience the difference it can make for your business!</span></p></div>
<p>
    <p>
        <a href="/corestack-demo/">Request a Demo</a>
    </p>

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

    







</div>

<span id="more-8595"></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;\">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\/07\/Glastender_blue_300dpi.png"}},{"type":"grid_item","props":{"image":"wp-content\/uploads\/2025\/06\/waring.svg"}},{"type":"grid_item","props":{"image":"wp-content\/uploads\/2025\/07\/True-Manufacturing.jpg"}},{"type":"grid_item","props":{"image":"wp-content\/uploads\/2023\/02\/Hoshizaki.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_gap":"medium","grid_default":"1","grid_medium":"","grid_parallax_justify":false,"grid_small":"3","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>ACP \u2013 Amana Commercial<\/li>\n  <li>American Range<\/li>\n  <li>Arc Cardinal<\/li>\n  <li>Channel Manufacturing<\/li>\n  <li>Fisher<\/li>\n  <li>Fogel<\/li>\n  <li>Glastender<\/li>\n  <li>Hamilton Beach<\/li>\n  <li>Henny Penny<\/li>\n  <li>Hickory Industries<\/li>\n  <li>Hoshizaki<\/li>\n  <li>Howard-McCray<\/li>\n<\/ul>\n"}},{"type":"grid_item","props":{"content":"<ul>\n  <li>Hydra-Kool<\/li>\n  <li>Ice-O-Matic<\/li>\n  <li>John Boos<\/li>\n  <li>La Rosa Refrigeration<\/li>\n  <li>Migali<\/li>\n  <li>Mundial<\/li>\n  <li>MVP<\/li>\n  <li>Omcan<\/li>\n  <li>Sammi\u0441<\/li>\n  <li>Serv-Ware<\/li>\n  <li>Skyfood Equipment<\/li>\n  <li>Sterno<\/li>\n<\/ul>\n"}},{"type":"grid_item","props":{"content":"<ul>\n  <li>Taylor Precision<\/li>\n  <li>True Manufacturing<\/li>\n  <li>Waring<\/li>\n  <li>Winholt<\/li>\n  <li>Wolf<\/li>\n  <li>Oak Street<\/li>\n  <li>AMPTO<\/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>Atosa USA<\/li>\n  <li>Bissell Big Green Commercial<\/li>\n  <li>Cambro<\/li>\n  <li>Channel Manufacturing<\/li>\n  <li>Comstock-Castle<\/li>\n  <li>Continental Refrigerator<\/li>\n<\/ul>\n"}},{"type":"grid_item","props":{"content":"<ul>\n  <li>Dynamic USA<\/li>\n  <li>Glastender<\/li>\n  <li>Henny Penny<\/li>\n  <li>MVP<\/li>\n  <li>Nemco<\/li>\n  <li>Robot Coupe<\/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>AMPTO<\/li>\n  <li>APW Wyott<\/li>\n  <li>Arc Cardinal<\/li>\n  <li>Chicago Metallic<\/li>\n  <li>Crown Steam<\/li>\n  <li>Grindmaster-Cecilware<\/li>\n  <li>Henny Penny<\/li>\n  <li>Ice-O-Matic<\/li>\n    <li>International Tableware<\/li>\n<\/ul>\n"}},{"type":"grid_item","props":{"content":"<ul>\n  <li>John Boos<\/li>\n  <li>Louis Tellier<\/li>\n  <li>Mundial<\/li>\n  <li>Omcan<\/li>\n  <li>Sterno<\/li>\n  <li>Star<\/li>\n  <li>True Manufacturing<\/li>\n  <li>Yanco<\/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>Revolutionize the way you manage your product content<\/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><span>Save time and resources by seamlessly sourcing vendor product information, eliminating manual updates and data entry. Our easy-to-use API integrates product content seamlessly with your website, ERP, POS, and online marketplaces, making it effortless to manage and distribute your product information across multiple channels. Take the first step towards a more efficient and streamlined process. <br \/><br \/>Get started today with Corestack's Product Content API and experience the difference it can make for your business!<\/span><\/p>","margin":"default","text_align":"center","text_style":"lead"}},{"type":"button","props":{"grid_column_gap":"small","grid_row_gap":"small","margin":"large","text_align":"center"},"children":[{"type":"button_item","props":{"button_style":"primary","content":"Request a Demo","dialog_layout":"modal","dialog_offcanvas_flip":true,"icon_align":"left","link":"corestack-demo\/"}}]}]}]}],"name":"Contact section - muted green pattern"},{"type":"section","props":{"image_position":"center-center","padding":"large","preserve_color":false,"style":"muted","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":"headline","props":{"content":"Latest Posts","margin":"medium","text_align":"center","title_element":"h2"}},{"type":"grid","props":{"block_align":"center","content_column_breakpoint":"m","css":"@media (max-width: 959px) {\n\t.el-element > * > :nth-child(3n+0) { display: none; }\n}","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":"3","grid_small":"2","icon_width":80,"image_align":"top","image_grid_breakpoint":"m","image_grid_width":"1-2","image_svg_color":"emphasis","image_width":"610","item_animation":true,"lightbox_bg_close":true,"link_style":"text","link_text":"Read more","margin":"default","meta_align":"above-title","meta_color":"muted","meta_element":"div","meta_style":"","panel_image_no_padding":true,"panel_link":true,"panel_link_hover":"true","panel_padding":"default","panel_style":"card-default","parallax_easing":"1","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","title_link":true,"title_style":"h4"},"children":[{"type":"grid_item","props":{"content":""},"source":{"query":{"name":"posts.singlePost","field":{"name":"relatedPosts","arguments":{"category":"","limit":3,"order":"date","order_direction":"DESC","author":"","post_tag":"","offset":0}}},"props":{"title":{"name":"title"},"link":{"name":"link"},"image":{"name":"field.intro_image.url"},"meta":{"filters":{"search":"","date":"d F, Y"},"name":"date"}}}}]}]}]}],"name":"Latest Posts"}],"version":"4.5.24"} --><p>The post <a href="https://beedash.com/corestack-catalog-updates-june-2025/">Corestack Catalog Updates June 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 26/87 objects using Memcached
Page Caching using Disk: Enhanced 
Lazy Loading (feed)
Minified using Memcached

Served from: beedash.com @ 2026-06-04 17:58:55 by W3 Total Cache
-->