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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .closing {
      margin-top: 2.5rem;
    }

    .signature {
      margin-top: 1.5rem;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    <h4>Looking ahead</h4>

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

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

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

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

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

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

<ul>
        <li>

        
<h3>Pro Kitchen</h3>



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

    </li>
        <li>

        
<h3>Hospitality Supply</h3>



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

    </li>
        <li>

        
<h3>Lawler Fixture</h3>



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

    </li>
        <li>

        
<h3>Cary Restaurant Equipment</h3>



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

    </li>
        <li>

        
<h3>Bentonville Restaurant Supply</h3>



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

    </li>
    </ul>

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

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

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

					<description><![CDATA[<p>Vendor Updates NEW BRANDS, PRICE UPDATES, NEW PRODUCTS, DISCONTINUATIONS FROM BRANDS ACROSS THE INDUSTRY – GET MORE WITH CORESTACK New Vendor! Notable Updates Price Updates Advance Tabco Alfa International American Range BevLes Company Berkel Carlisle Chef’s Choice Comstock-Castle Continental Refrigerator Cooper-Atkins Dynamic USA Eurodib USA Fogel Howard-McCray Icetro Imperial Range International Tableware Jade Range Krowne [&#8230;]</p>
<p>The post <a href="https://beedash.com/corestack-catalog-updates-september-2025/">Corestack Catalog Updates September 2025</a> appeared first on <a href="https://beedash.com">Beedash</a>.</p>
]]></description>
										<content:encoded><![CDATA[<img decoding="async" src="/wp-content/uploads/2022/05/corestack.svg?x64980" 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?x64980" 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?x64980" alt="">








    </li>
        <li>

        <img decoding="async" src="/wp-content/uploads/2025/10/Robot-Coupe.png?x64980" alt="">








    </li>
        <li>

        <img decoding="async" src="/wp-content/uploads/2025/10/Alfa-International.jpg?x64980" alt="">








    </li>
        <li>

        <img decoding="async" src="/wp-content/uploads/2025/08/comstock_castle.png?x64980" 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?x64980" 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>Small Team, Big Impact: How Dealers Can Modernize Without IT</title>
		<link>https://beedash.com/small-team-big-impact/</link>
		
		<dc:creator><![CDATA[beedash]]></dc:creator>
		<pubDate>Thu, 21 Aug 2025 20:23:50 +0000</pubDate>
				<category><![CDATA[Inside the Hive]]></category>
		<category><![CDATA[Websites]]></category>
		<guid isPermaLink="false">https://beedash.com/?p=8772</guid>

					<description><![CDATA[<p>Small Team, Big Impact: How Dealers Can Modernize Without IT It should be easy for dealers to list and sell products, online or otherwise. At Beedash, we believe something simple that—somehow—is still radical in our industry: It should be easy for dealers to list and sell products, online or otherwise. But in reality, that process [&#8230;]</p>
<p>The post <a href="https://beedash.com/small-team-big-impact/">Small Team, Big Impact: How Dealers Can Modernize Without IT</a> appeared first on <a href="https://beedash.com">Beedash</a>.</p>
]]></description>
										<content:encoded><![CDATA[<hr>
<h1>Small Team, Big Impact: How Dealers Can Modernize Without IT</h1>
<hr>
<h2><p>It should be easy for dealers to list and sell products, online or otherwise.</p></h2>
<div><p data-renderer-start-pos="63">At Beedash, we believe something simple that—<em>somehow</em>—is still radical in our industry: It should be easy for dealers to list and sell products, online or otherwise. But in reality, that process is still broken for most foodservice equipment dealers.</p>
<p data-renderer-start-pos="232">But in reality, that process is still broken for most foodservice equipment dealers.</p>
<p data-renderer-start-pos="318">With hundreds of manufacturers, inconsistent and insufficient product data, constant price changes, discontinued items, etc., most dealers are stuck trying to piece together product listings manually. If they’re lucky, they have someone on staff who spends their days calling, emailing, and checking manufacturer portals just to keep their catalog accurate.</p>
<p data-renderer-start-pos="677">Even then—it’s a <strong data-renderer-mark="true">full-time job</strong>.<br /><br />And that’s before we talk about maintaining the website itself.</p>
<p data-renderer-start-pos="774">So it’s no wonder many dealers tell us:</p></div>
<blockquote>

    <p><span>“We want to improve our site, but we just don’t have the people.”</span></p>
    
</blockquote>
<div><p data-renderer-start-pos="63"><span>We hear you. And we built a platform for exactly that reason.</span></p></div>
<img decoding="async" src="/wp-content/uploads/2025/09/beedash-hero-small-team-big-impact.png?x64980" alt="">
<h2><p>When You Don’t Have an IT Team (Because Most Don’t)</p></h2>
<div><p data-renderer-start-pos="1001"><a href="https://beedash.com/webstack/"><strong data-renderer-mark="true">Webstack</strong> </a>is for real-world <strong data-renderer-mark="true">FES dealers</strong>—ones without a web department, without a marketing manager, and without time to babysit a broken product feed.</p>
<p data-renderer-start-pos="1152">It connects directly to <a href="/corestack-product-catalog-management/"><strong data-renderer-mark="true">Corestack</strong></a>, tapping into our expansive <strong data-renderer-mark="true">foodservice equipment product library</strong>. You build your catalog from hundreds of leading brands, and we handle ongoing manufacturer updates, pricing changes, and discontinued item cleanup—automatically.</p>
<p data-renderer-start-pos="1416">Whether you’re listing products online or just need a quote-ready <strong data-renderer-mark="true">dealer website</strong>, we take a heavy operational burden off your plate so your team can focus on selling, not syncing spreadsheets.</p></div>
<h2><p>The Benefits Add Up Fast</p></h2>
<div><p data-renderer-start-pos="1001">Here’s what you get when you plug into Webstack, a <strong>modern website solution for restaurant equipment dealers:</strong></p></div>
<div>

    <table style="width:100%; border-collapse:collapse; font-family:Segoe UI, Roboto, Arial, sans-serif; background-color:#f9f9f9; border:1px solid #ddd; border-radius:6px; overflow:hidden;">
  <thead>
    <tr style="background-color:#267864;">
      <th colspan="2" style="text-align:left; padding:16px; font-size:18px; color:#ffff; border-bottom:1px solid #ddd;">
        Why Dealers Choose Webstack
      </th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td style="width:30px; font-size:20px; padding:16px; vertical-align:top;">✅</td>
      <td style="padding:16px; vertical-align:top;">
        <strong>No more chasing manufacturers</strong><br>
        We centralize, clean, and normalize product data from 100s of brands so you don’t have to.
      </td>
    </tr>
    <tr style="background-color:#fff;">
      <td style="font-size:20px; padding:16px; vertical-align:top;">✅</td>
      <td style="padding:16px; vertical-align:top;">
        <strong>Always up-to-date product listings</strong><br>
        Price changes, spec updates, and discontinued items are handled automatically—so your website reflects current information.
      </td>
    </tr>
    <tr>
      <td style="font-size:20px; padding:16px; vertical-align:top;">✅</td>
      <td style="padding:16px; vertical-align:top;">
        <strong>Professional, searchable website</strong><br>
        Built for SEO. Pages are structured to show up in Google, even if you’re not running paid campaigns.
      </td>
    </tr>
    <tr style="background-color:#fff;">
      <td style="font-size:20px; padding:16px; vertical-align:top;">✅</td>
      <td style="padding:16px; vertical-align:top;">
        <strong>Built-in lead generation</strong><br>
        With quote request tools, inquiry forms, and product detail pages, your site can generate qualified leads without ecommerce.
      </td>
    </tr>
    <tr>
      <td style="font-size:20px; padding:16px; vertical-align:top;">✅</td>
      <td style="padding:16px; vertical-align:top;">
        <strong>Growth without rebuilding</strong><br>
        Start with Webstack and upgrade to Sellstack Basic or Sellstack Ecommerce when you&#8217;re ready—no replatforming needed.
      </td>
    </tr>
  </tbody>
</table>

</div>
<div><p data-renderer-start-pos="1001"><span>All of this, without adding headcount or hiring an agency.</span></p></div>
<h2><p>Real Example, Real Results</p></h2>
<div><p>A restaurant equipment dealer we recently worked with hadn’t touched their website in years.</p>
<p>They <strong>didn’t have anyone in-house</strong> to manage updates. They <strong>weren’t showing up in search</strong>. They were <strong>relying entirely on word of mouth</strong>.</p></div>
<div>

    <div style="font-family: Open Sans, Arial, sans-serif; border: 1px solid #fbb040; background: #ffffff; padding: 0px; margin: 0px 0; border-radius: 8px; color: #030f3d;">
  <div style="background-color: #fbb040; color: #030f3d; padding: 10px 16px; border-radius: 4px 4px 0 0;">
Within 60 days of launching Webstack:</div>
  <div style="padding: 20px 16px;">
    
    <ul style="margin: 0; padding-left: 20px; line-height: 1.6;">
      <li>5,000+ live products were online</li>
      <li>Quote requests were coming in weekly</li>
      <li>Their site was ranking for both branded and non-branded product searches</li>
      <li>They spent zero hours chasing down product data</li>
    </ul>
    <p>They didn’t change how they sell.<br>They just removed the bottleneck that was holding them back.</p><p style="margin-top: 20px; font-size: 12px;">
      Note: Every dealer’s starting point is different. Results like this depend on factors such as domain history, existing site authority, and local competition. New websites or recently launched domains may take longer to see SEO traction—but the long-term foundation is the same.
    </p>
  </div>
</div>
</div>
<p>
    <p>
        <a href="/restaurant-equipment-sales-transformation/">Read West Michigan&#8217;s Story</a>
    </p>

</p>
<h2><p>What We’ve Learned</p></h2>
<div><ul>
<li><strong>This problem is bigger than any one dealer.</strong><br />The system is broken. Manufacturer data is fragmented, inconsistent, and hard to manage across dealer websites. We’re fixing that.<br /><br /></li>
<li><strong>Most dealers are over-relying on one overwhelmed staff member.</strong><br />If that person leaves, gets pulled into operations, or misses an update—everything stalls. That’s not sustainable.<br /><br /></li>
<li><strong>A great dealer website doesn’t need to be a full-time project.</strong><br />It should work for you quietly, reliably, and efficiently.<br /><br /></li>
<li><strong>Modernization isn’t about bells and whistles.</strong><br />It’s about being findable, credible, and competitive when customers are searching for foodservice equipment online.</li>
</ul></div>
<div><p>We didn’t build Beedash just to make websites.<br />We built it to fix the invisible barriers that keep dealers from growing online.</p>
<p>So if you’re tired of patching together spreadsheets or waiting for the “right time” to improve your site—this is your sign.</p>
<p>You don’t need more work.<br />You need a better system.</p>
<p><strong>Let’s get back to selling.</strong></p></div>
<img decoding="async" src="/wp-content/uploads/2024/11/Internal_MXM_Photos_Headshots_Andrea_circle.png?x64980" alt="Andrea Wigginton">
<h2><div>Inside the Hive</div></h2>
<div><p><em>Welcome to Inside the Hive—a behind-the-scenes series on how we build, support, and grow at Beedash. </em><em>I’m Drea, and in each post, I’ll share what we’re learning as we navigate the fast-changing world of foodservice tech—from product updates and customer wins to lessons that shape how we work. </em><em>If you’re curious how Beedash thinks, this is where you’ll find it. </em></p>
<p><a href="https://beedash.com/category/inside-the-hive/" style="color: #267864; text-decoration: underline;">Read more articles →</a></p></div>
<div><h3 data-start="200" data-end="212">Glossary</h3></div>
<ul>
        <li>

        
<h3>FES (Foodservice Equipment &#038; Supplies)</h3>

<div><p><span>The commercial segment focused on supplying equipment and supplies to restaurants, institutions, and foodservice operators. Includes manufacturers, dealers, and reps.</span></p></div>


    </li>
        <li>

        
<h3>Product Feed</h3>

<div><p data-start="427" data-end="617">A structured data stream containing product attributes (pricing, descriptions, specs, availability) used to populate websites, quoting tools, and third-party integrations.</p></div>


    </li>
        <li>

        
<h3>Webstack</h3>

<div><p data-start="619" data-end="805">Beedash’s website solution for foodservice equipment dealers. Integrates with Corestack to automate catalog updates and support quote-driven or content-based sales models. <a href="https://beedash.com/webstack/">Learn More</a></p></div>


    </li>
        <li>

        
<h3>Sellstack</h3>

<div><p><span>A website and backend sales platform offering quote and order management tools. Sellstack Basic supports quoting and workflow; Sellstack Ecommerce adds storefront functionality. <a href="https://beedash.com/sellstack/">Learn More</a></span></p></div>


    </li>
        <li>

        
<h3>Corestack</h3>

<div><p data-start="1002" data-end="1163">Beedash’s centralized product catalog engine. Normalizes and distributes enriched product data from manufacturers to dealer websites and systems. <a href="/corestack-product-catalog-management/">Learn More</a></p></div>


    </li>
        <li>

        
<h3>Quote Request</h3>

<div><p data-start="1165" data-end="1325">A structured inquiry submitted via a product detail page or catalog, used to initiate pricing discussions in non-eCommerce dealer workflows.</p></div>


    </li>
        <li>

        
<h3>Branded vs. Non-Branded Search</h3>

<div><p><strong>Branded:</strong> search queries including manufacturer names (e.g., “Blodgett combi oven”).<br data-start="1447" data-end="1450" /><strong>Non-branded:</strong> general product category searches (e.g., “commercial convection oven”).</p></div>


    </li>
        <li>

        
<h3>Domain Authority</h3>

<div><p data-start="1536" data-end="1726">A ranking signal reflecting a website’s trustworthiness and ability to rank in search engines, influenced by domain age, content structure, backlinks, and consistency.</p></div>


    </li>
    </ul>
<img decoding="async" src="/wp-content/uploads/2023/04/BD_Testimonials_Banner_V03_Play-Icon_sm.png?x64980" alt="">

<ul>
        <li>

        
<h3>Pro Kitchen</h3>



<p><a href="/customer-testimonials/">Read more</a></p>

    </li>
        <li>

        
<h3>Hospitality Supply</h3>



<p><a href="/customer-testimonials/">Read more</a></p>

    </li>
        <li>

        
<h3>Lawler Fixture</h3>



<p><a href="/customer-testimonials/">Read more</a></p>

    </li>
        <li>

        
<h3>Cary Restaurant Equipment</h3>



<p><a href="/customer-testimonials/testimonial-cary-restaurant-video/">Watch this Testimonial Video</a></p>

    </li>
        <li>

        
<h3>Bentonville Restaurant Supply</h3>



<p><a href="/customer-testimonials/">Read more</a></p>

    </li>
    </ul>
<img decoding="async" src="/wp-content/uploads/2022/05/stack-horizontal.svg?x64980" alt="">
<h2>Technology Solutions for Every Edge of Your Business</h2>
<p>
    <p>
        <a href="/corestack-demo/">Request a Demo</a>
    </p>

</p>

<span id="more-8772"></span>
<!-- {"type":"layout","children":[{"type":"section","props":{"animation":"slide-bottom-medium","animation_delay":"100","header_transparent":true,"header_transparent_noplaceholder":false,"header_transparent_text_color":"light","height_offset_top":false,"id":"muted-green","image":"wp-content\/uploads\/2022\/06\/BD_Background_Software-Updates_V01.svg","image_position":"bottom-center","image_size":"cover","media_background":"#FFFFFF","overlap":false,"padding":"large","padding_remove_bottom":false,"style":"default","title_breakpoint":"xl","title_position":"top-left","title_rotation":"left","vertical_align":"middle","width":"default"},"children":[{"type":"row","children":[{"type":"column","props":{"image_position":"center-center","position_sticky_breakpoint":"m","vertical_align":"middle","width_medium":"1-5"},"children":[{"type":"divider","props":{"animation":"parallax","divider_align":"right","divider_element":"hr","divider_style":"small","parallax_easing":"1","parallax_x":"0,-200","visibility":"m"},"modified":"2021-09-01T19:59:36.428Z","name":"left moving divider"}]},{"type":"column","props":{"image_position":"center-center","position_sticky_breakpoint":"m","width_medium":"3-5"},"children":[{"type":"headline","props":{"content":"Small Team, Big Impact: How Dealers Can Modernize Without IT","margin":"xlarge","text_align":"center","title_color":"background","title_element":"h1","title_font_family":"primary","title_style":"heading-small"}}]},{"type":"column","props":{"image_position":"center-center","position_sticky_breakpoint":"m","vertical_align":"middle","width_medium":"1-5"},"children":[{"type":"divider","props":{"animation":"parallax","divider_align":"left","divider_element":"hr","divider_style":"small","parallax_easing":"1","parallax_x":"0,200","visibility":"m"},"modified":"2021-09-01T19:59:26.517Z","name":"right moving divider"}]}],"props":{"layout":"1-5,3-5,1-5","margin":"xlarge","margin_remove_bottom":false}}],"name":"Page Header - Green, white text, yellow dashes"},{"type":"section","props":{"image_position":"center-center","padding":"xsmall","padding_remove_bottom":false,"padding_remove_top":true,"style":"default","title_breakpoint":"xl","title_position":"top-left","title_rotation":"left","vertical_align":"middle","width":"default"},"children":[{"type":"row","children":[{"type":"column","props":{"image_position":"center-center","position_sticky_breakpoint":"m"},"children":[{"type":"breadcrumbs","props":{"show_current":true,"show_home":true}}]}]}]},{"type":"section","props":{"image_position":"center-center","padding_remove_bottom":true,"style":"default","title_breakpoint":"xl","title_position":"top-left","title_rotation":"left","vertical_align":"middle","width":"small"},"children":[{"type":"row","children":[{"type":"column","props":{"image_position":"center-center","position_sticky_breakpoint":"m"},"children":[{"type":"headline","props":{"content":"<p>It should be easy for dealers to list and sell products, online or otherwise.<\/p>","title_color":"primary","title_element":"h2","title_font_family":"primary","title_style":"h2"}},{"type":"text","props":{"column_breakpoint":"m","content":"<p data-renderer-start-pos=\"63\">At Beedash, we believe something simple that\u2014<em>somehow<\/em>\u2014is still radical in our industry: It should be easy for dealers to list and sell products, online or otherwise. But in reality, that process is still broken for most foodservice equipment dealers.<\/p>\n<p data-renderer-start-pos=\"232\">But in reality, that process is still broken for most foodservice equipment dealers.<\/p>\n<p data-renderer-start-pos=\"318\">With hundreds of manufacturers, inconsistent and insufficient product data, constant price changes, discontinued items, etc., most dealers are stuck trying to piece together product listings manually. If they\u2019re lucky, they have someone on staff who spends their days calling, emailing, and checking manufacturer portals just to keep their catalog accurate.<\/p>\n<p data-renderer-start-pos=\"677\">Even then\u2014it\u2019s a <strong data-renderer-mark=\"true\">full-time job<\/strong>.<br \/><br \/>And that\u2019s before we talk about maintaining the website itself.<\/p>\n<p data-renderer-start-pos=\"774\">So it\u2019s no wonder many dealers tell us:<\/p>","margin":"default","text_color":"primary"}},{"type":"quotation","props":{"content":"<p><span>\u201cWe want to improve our site, but we just don\u2019t have the people.\u201d<\/span><\/p>","text_align":"center"}},{"type":"text","props":{"column_breakpoint":"m","content":"<p data-renderer-start-pos=\"63\"><span>We hear you. And we built a platform for exactly that reason.<\/span><\/p>","margin":"default","text_color":"primary"}}]}]}]},{"type":"section","props":{"image_position":"center-center","padding_remove_bottom":true,"padding_remove_top":true,"style":"default","title_breakpoint":"xl","title_position":"top-left","title_rotation":"left","vertical_align":"middle","width":"default"},"children":[{"type":"row","children":[{"type":"column","props":{"image_position":"center-center","position_sticky_breakpoint":"m"},"children":[{"type":"image","props":{"image":"wp-content\/uploads\/2025\/09\/beedash-hero-small-team-big-impact.png","image_height":500,"image_svg_color":"emphasis","margin":"default","text_align":"center"}}]}]}]},{"type":"section","props":{"image_position":"center-center","padding_remove_bottom":true,"padding_remove_top":false,"style":"default","title_breakpoint":"xl","title_position":"top-left","title_rotation":"left","vertical_align":"middle","width":"small"},"children":[{"type":"row","children":[{"type":"column","props":{"image_position":"center-center","position_sticky_breakpoint":"m"},"children":[{"type":"headline","props":{"content":"<p>When You Don\u2019t Have an IT Team (Because Most Don\u2019t)<\/p>","title_color":"primary","title_element":"h2","title_font_family":"primary","title_style":"h3"}},{"type":"text","props":{"column_breakpoint":"m","content":"<p data-renderer-start-pos=\"1001\"><a href=\"https:\/\/beedash.com\/webstack\/\"><strong data-renderer-mark=\"true\">Webstack<\/strong> <\/a>is for real-world <strong data-renderer-mark=\"true\">FES dealers<\/strong>\u2014ones without a web department, without a marketing manager, and without time to babysit a broken product feed.<\/p>\n<p data-renderer-start-pos=\"1152\">It connects directly to <a href=\"\/corestack-product-catalog-management\/\"><strong data-renderer-mark=\"true\">Corestack<\/strong><\/a>, tapping into our expansive <strong data-renderer-mark=\"true\">foodservice equipment product library<\/strong>. You build your catalog from hundreds of leading brands, and we handle ongoing manufacturer updates, pricing changes, and discontinued item cleanup\u2014automatically.<\/p>\n<p data-renderer-start-pos=\"1416\">Whether you\u2019re listing products online or just need a quote-ready <strong data-renderer-mark=\"true\">dealer website<\/strong>, we take a heavy operational burden off your plate so your team can focus on selling, not syncing spreadsheets.<\/p>","margin":"default","text_color":"primary"}}]}]}],"name":"Blog sections with bullet points"},{"type":"section","props":{"image_position":"center-center","padding_remove_bottom":true,"padding_remove_top":false,"style":"default","title_breakpoint":"xl","title_position":"top-left","title_rotation":"left","vertical_align":"middle","width":"small"},"children":[{"type":"row","children":[{"type":"column","props":{"image_position":"center-center","position_sticky_breakpoint":"m"},"children":[{"type":"headline","props":{"content":"<p>The Benefits Add Up Fast<\/p>","title_color":"primary","title_element":"h2","title_font_family":"primary","title_style":"h3"}},{"type":"text","props":{"column_breakpoint":"m","content":"<p data-renderer-start-pos=\"1001\">Here\u2019s what you get when you plug into Webstack, a <strong>modern website solution for restaurant equipment dealers:<\/strong><\/p>","margin":"default","text_color":"primary"}},{"type":"html","props":{"content":"<table style=\"width:100%; border-collapse:collapse; font-family:Segoe UI, Roboto, Arial, sans-serif; background-color:#f9f9f9; border:1px solid #ddd; border-radius:6px; overflow:hidden;\">\n  <thead>\n    <tr style=\"background-color:#267864;\">\n      <th colspan=\"2\" style=\"text-align:left; padding:16px; font-size:18px; color:#ffff; border-bottom:1px solid #ddd;\">\n        Why Dealers Choose Webstack\n      <\/th>\n    <\/tr>\n  <\/thead>\n  <tbody>\n    <tr>\n      <td style=\"width:30px; font-size:20px; padding:16px; vertical-align:top;\">\u2705<\/td>\n      <td style=\"padding:16px; vertical-align:top;\">\n        <strong>No more chasing manufacturers<\/strong><br>\n        We centralize, clean, and normalize product data from 100s of brands so you don\u2019t have to.\n      <\/td>\n    <\/tr>\n    <tr style=\"background-color:#fff;\">\n      <td style=\"font-size:20px; padding:16px; vertical-align:top;\">\u2705<\/td>\n      <td style=\"padding:16px; vertical-align:top;\">\n        <strong>Always up-to-date product listings<\/strong><br>\n        Price changes, spec updates, and discontinued items are handled automatically\u2014so your website reflects current information.\n      <\/td>\n    <\/tr>\n    <tr>\n      <td style=\"font-size:20px; padding:16px; vertical-align:top;\">\u2705<\/td>\n      <td style=\"padding:16px; vertical-align:top;\">\n        <strong>Professional, searchable website<\/strong><br>\n        Built for SEO. Pages are structured to show up in Google, even if you\u2019re not running paid campaigns.\n      <\/td>\n    <\/tr>\n    <tr style=\"background-color:#fff;\">\n      <td style=\"font-size:20px; padding:16px; vertical-align:top;\">\u2705<\/td>\n      <td style=\"padding:16px; vertical-align:top;\">\n        <strong>Built-in lead generation<\/strong><br>\n        With quote request tools, inquiry forms, and product detail pages, your site can generate qualified leads without ecommerce.\n      <\/td>\n    <\/tr>\n    <tr>\n      <td style=\"font-size:20px; padding:16px; vertical-align:top;\">\u2705<\/td>\n      <td style=\"padding:16px; vertical-align:top;\">\n        <strong>Growth without rebuilding<\/strong><br>\n        Start with Webstack and upgrade to Sellstack Basic or Sellstack Ecommerce when you're ready\u2014no replatforming needed.\n      <\/td>\n    <\/tr>\n  <\/tbody>\n<\/table>\n"}},{"type":"text","props":{"column_breakpoint":"m","content":"<p data-renderer-start-pos=\"1001\"><span>All of this, without adding headcount or hiring an agency.<\/span><\/p>","margin":"default","text_color":"primary"}}]}]}],"name":"Blog sections with bullet points"},{"type":"section","props":{"image_position":"center-center","padding_remove_bottom":true,"padding_remove_top":false,"style":"default","title_breakpoint":"xl","title_position":"top-left","title_rotation":"left","vertical_align":"middle","width":"small"},"children":[{"type":"row","children":[{"type":"column","props":{"image_position":"center-center","position_sticky_breakpoint":"m"},"children":[{"type":"headline","props":{"content":"<p>Real Example, Real Results<\/p>","title_color":"primary","title_element":"h2","title_font_family":"primary","title_style":"h3"}},{"type":"text","props":{"column_breakpoint":"m","content":"<p>A restaurant equipment dealer we recently worked with hadn\u2019t touched their website in years.<\/p>\n<p>They <strong>didn\u2019t have anyone in-house<\/strong> to manage updates. They <strong>weren\u2019t showing up in search<\/strong>. They were <strong>relying entirely on word of mouth<\/strong>.<\/p>","margin":"default","text_color":"primary"}},{"type":"html","props":{"content":"<div style=\"font-family: Open Sans, Arial, sans-serif; border: 1px solid #fbb040; background: #ffffff; padding: 0px; margin: 0px 0; border-radius: 8px; color: #030f3d;\">\n  <div style=\"background-color: #fbb040; color: #030f3d; padding: 10px 16px; border-radius: 4px 4px 0 0;\">\nWithin 60 days of launching Webstack:<\/div>\n  <div style=\"padding: 20px 16px;\">\n    \n    <ul style=\"margin: 0; padding-left: 20px; line-height: 1.6;\">\n      <li>5,000+ live products were online<\/li>\n      <li>Quote requests were coming in weekly<\/li>\n      <li>Their site was ranking for both branded and non-branded product searches<\/li>\n      <li>They spent zero hours chasing down product data<\/li>\n    <\/ul>\n    <p>They didn\u2019t change how they sell.<br>They just removed the bottleneck that was holding them back.<\/p><p style=\"margin-top: 20px; font-size: 12px;\">\n      Note: Every dealer\u2019s starting point is different. Results like this depend on factors such as domain history, existing site authority, and local competition. New websites or recently launched domains may take longer to see SEO traction\u2014but the long-term foundation is the same.\n    <\/p>\n  <\/div>\n<\/div>"}},{"type":"button","props":{"button_size":"large","grid_column_gap":"small","grid_row_gap":"small","margin":"default","text_align":"center"},"children":[{"type":"button_item","props":{"button_style":"default","content":"Read West Michigan's Story","dialog_layout":"modal","dialog_offcanvas_flip":true,"icon_align":"left","link":"\/restaurant-equipment-sales-transformation\/","link_target":"blank"}}]}]}]}],"name":"Blog sections with bullet points"},{"type":"section","props":{"image_position":"center-center","padding_remove_bottom":true,"padding_remove_top":false,"style":"default","title_breakpoint":"xl","title_position":"top-left","title_rotation":"left","vertical_align":"middle","width":"small"},"children":[{"type":"row","children":[{"type":"column","props":{"image_position":"center-center","position_sticky_breakpoint":"m"},"children":[{"type":"headline","props":{"content":"<p>What We\u2019ve Learned<\/p>","title_color":"primary","title_element":"h2","title_font_family":"primary","title_style":"h3"}},{"type":"text","props":{"column_breakpoint":"m","content":"<ul>\n<li><strong>This problem is bigger than any one dealer.<\/strong><br \/>The system is broken. Manufacturer data is fragmented, inconsistent, and hard to manage across dealer websites. We\u2019re fixing that.<br \/><br \/><\/li>\n<li><strong>Most dealers are over-relying on one overwhelmed staff member.<\/strong><br \/>If that person leaves, gets pulled into operations, or misses an update\u2014everything stalls. That\u2019s not sustainable.<br \/><br \/><\/li>\n<li><strong>A great dealer website doesn\u2019t need to be a full-time project.<\/strong><br \/>It should work for you quietly, reliably, and efficiently.<br \/><br \/><\/li>\n<li><strong>Modernization isn\u2019t about bells and whistles.<\/strong><br \/>It\u2019s about being findable, credible, and competitive when customers are searching for foodservice equipment online.<\/li>\n<\/ul>","margin":"default","text_color":"primary"}}]}]}],"name":"Blog sections with bullet points"},{"type":"section","props":{"image_position":"center-center","padding_remove_bottom":true,"padding_remove_top":false,"style":"default","title_breakpoint":"xl","title_position":"top-left","title_rotation":"left","vertical_align":"middle","width":"small"},"children":[{"type":"row","children":[{"type":"column","props":{"image_position":"center-center","position_sticky_breakpoint":"m"},"children":[{"type":"text","props":{"column_breakpoint":"m","content":"<p>We didn\u2019t build Beedash just to make websites.<br \/>We built it to fix the invisible barriers that keep dealers from growing online.<\/p>\n<p>So if you\u2019re tired of patching together spreadsheets or waiting for the \u201cright time\u201d to improve your site\u2014this is your sign.<\/p>\n<p>You don\u2019t need more work.<br \/>You need a better system.<\/p>\n<p><strong>Let\u2019s get back to selling.<\/strong><\/p>","margin":"default","text_color":"primary"}}]}]}],"name":"Blog sections with bullet points"},{"type":"section","props":{"image_position":"center-center","padding_remove_bottom":true,"style":"default","title_breakpoint":"xl","title_position":"top-left","title_rotation":"left","vertical_align":"middle","width":"default"},"children":[{"type":"row","children":[{"type":"column","props":{"image_position":"center-center","position_sticky_breakpoint":"m","width_medium":"1-3"},"children":[{"type":"image","props":{"image":"wp-content\/uploads\/2024\/11\/Internal_MXM_Photos_Headshots_Andrea_circle.png","image_alt":"Andrea Wigginton","image_border":"circle","image_height":200,"image_svg_color":"emphasis","margin":"default","text_align":"right"}}]},{"type":"column","props":{"image_position":"center-center","position_sticky_breakpoint":"m","width_medium":"2-3"},"children":[{"type":"headline","props":{"content":"<div>Inside the Hive<\/div>","margin_remove_bottom":false,"title_color":"primary","title_element":"h2","title_font_family":"primary","title_style":"h3"}},{"type":"text","props":{"column_breakpoint":"m","content":"<p><em>Welcome to Inside the Hive\u2014a behind-the-scenes series on how we build, support, and grow at Beedash. <\/em><em>I\u2019m Drea, and in each post, I\u2019ll share what we\u2019re learning as we navigate the fast-changing world of foodservice tech\u2014from product updates and customer wins to lessons that shape how we work. <\/em><em>If you\u2019re curious how Beedash thinks, this is where you\u2019ll find it.\u00a0<\/em><\/p>\n<p><a href=\"https:\/\/beedash.com\/category\/inside-the-hive\/\" style=\"color: #267864; text-decoration: underline;\">Read more articles \u2192<\/a><\/p>","margin":"default","margin_remove_top":false,"text_color":"primary"}}]}],"props":{"layout":"1-3,2-3"}}]},{"type":"section","props":{"image_position":"center-center","padding_remove_bottom":true,"padding_remove_top":false,"style":"default","title_breakpoint":"xl","title_position":"top-left","title_rotation":"left","vertical_align":"middle","width":"small"},"children":[{"type":"row","children":[{"type":"column","props":{"image_position":"center-center","position_sticky_breakpoint":"m"},"children":[{"type":"text","props":{"column_breakpoint":"m","content":"<h3 data-start=\"200\" data-end=\"212\">Glossary<\/h3>","margin":"default","text_color":"primary"}},{"type":"accordion","props":{"collapsible":true,"content_column_breakpoint":"m","image_align":"top","image_grid_breakpoint":"m","image_grid_width":"1-2","image_svg_color":"emphasis","link_style":"default","link_text":"Read more","multiple":true,"show_image":true,"show_link":true},"children":[{"type":"accordion_item","props":{"content":"<p><span>The commercial segment focused on supplying equipment and supplies to restaurants, institutions, and foodservice operators. Includes manufacturers, dealers, and reps.<\/span><\/p>","title":"FES (Foodservice Equipment & Supplies)"}},{"type":"accordion_item","props":{"content":"<p data-start=\"427\" data-end=\"617\">A structured data stream containing product attributes (pricing, descriptions, specs, availability) used to populate websites, quoting tools, and third-party integrations.<\/p>","title":"Product Feed"}},{"type":"accordion_item","props":{"content":"<p data-start=\"619\" data-end=\"805\">Beedash\u2019s website solution for foodservice equipment dealers. Integrates with Corestack to automate catalog updates and support quote-driven or content-based sales models. <a href=\"https:\/\/beedash.com\/webstack\/\">Learn More<\/a><\/p>","title":"Webstack"}},{"type":"accordion_item","props":{"content":"<p><span>A website and backend sales platform offering quote and order management tools. Sellstack Basic supports quoting and workflow; Sellstack Ecommerce adds storefront functionality. <a href=\"https:\/\/beedash.com\/sellstack\/\">Learn More<\/a><\/span><\/p>","title":"Sellstack"}},{"type":"accordion_item","props":{"content":"<p data-start=\"1002\" data-end=\"1163\">Beedash\u2019s centralized product catalog engine. Normalizes and distributes enriched product data from manufacturers to dealer websites and systems. <a href=\"\/corestack-product-catalog-management\/\">Learn More<\/a><\/p>","title":"Corestack"}},{"type":"accordion_item","props":{"content":"<p data-start=\"1165\" data-end=\"1325\">A structured inquiry submitted via a product detail page or catalog, used to initiate pricing discussions in non-eCommerce dealer workflows.<\/p>","title":"Quote Request"}},{"type":"accordion_item","props":{"content":"<p><strong>Branded:<\/strong> search queries including manufacturer names (e.g., \u201cBlodgett combi oven\u201d).<br data-start=\"1447\" data-end=\"1450\" \/><strong>Non-branded:<\/strong> general product category searches (e.g., \u201ccommercial convection oven\u201d).<\/p>","title":"Branded vs. Non-Branded Search"}},{"type":"accordion_item","props":{"content":"<p data-start=\"1536\" data-end=\"1726\">A ranking signal reflecting a website\u2019s trustworthiness and ability to rank in search engines, influenced by domain age, content structure, backlinks, and consistency.<\/p>","title":"Domain Authority"}}]}]}]}],"name":"Blog sections with bullet points"},{"type":"section","props":{"image_position":"center-center","style":"default","title_breakpoint":"xl","title_position":"top-left","title_rotation":"left","vertical_align":"middle","width":"default"},"children":[{"type":"row","children":[{"type":"column","props":{"image_position":"center-center","position_sticky_breakpoint":"m"},"children":[{"type":"pagination","props":{"pagination_type":"previous\/next","text_align":"center"}},{"type":"popover","props":{"background_image":"wp-content\/uploads\/2023\/04\/BD_Testimonials_Banner_V03_Play-Icon_sm.png","card_style":"default","css":".uk-marker {opacity: 0;\n}","drop_mode":"click","drop_position":"top-center","drop_width":"600","image_card_padding":true,"image_svg_color":"emphasis","link_style":"default","link_text":"Read more","margin":"default","meta_align":"below-title","meta_element":"div","meta_style":"text-meta","show_content":true,"show_image":true,"show_link":true,"show_meta":true,"show_title":true,"title_element":"h3","title_hover_style":"reset"},"children":[{"type":"popover_item","props":{"content":"","link":"\/customer-testimonials\/","position_x":"43","position_y":"63","title":"Pro Kitchen"}},{"type":"popover_item","props":{"content":"","link":"\/customer-testimonials\/","position_x":"20","position_y":"59","title":"Hospitality Supply"}},{"type":"popover_item","props":{"content":"","link":"\/customer-testimonials\/","position_x":"8","position_y":"35","title":"Lawler Fixture"}},{"type":"popover_item","props":{"content":"","link":"\/customer-testimonials\/testimonial-cary-restaurant-video\/","link_text":"Watch this Testimonial Video","position_x":"91","position_y":"20","title":"Cary Restaurant Equipment"}},{"type":"popover_item","props":{"content":"","link":"\/customer-testimonials\/","position_x":"68","position_y":"64","title":"Bentonville Restaurant Supply"}}],"name":"Testimonial Popover links to page"}]}]}]},{"type":"section","props":{"image_position":"center-center","padding":"small","padding_remove_bottom":false,"padding_remove_top":true,"style":"default","title_breakpoint":"xl","title_position":"top-left","title_rotation":"left","vertical_align":"","width":"default"},"children":[{"type":"row","props":{"width":"small"},"children":[{"type":"column","props":{"image_position":"center-center","position_sticky_breakpoint":"m"},"children":[{"type":"image","props":{"block_align":"center","image":"wp-content\/uploads\/2022\/05\/stack-horizontal.svg","image_svg_color":"emphasis","margin":"default","maxwidth":"large"}},{"type":"headline","props":{"content":"Technology Solutions for Every Edge of Your Business","margin_remove_bottom":false,"text_align":"center","title_color":"primary","title_element":"h2","title_style":"h2"}},{"type":"button","props":{"grid_column_gap":"small","grid_row_gap":"small","margin":"medium","margin_remove_top":false,"text_align":"center"},"children":[{"type":"button_item","props":{"button_style":"secondary","content":"Request a Demo","dialog_layout":"modal","dialog_offcanvas_flip":true,"icon_align":"left","link":"corestack-demo\/"}}]}]}]}],"name":"Beedash Stack - CTA"}],"version":"4.5.24"} --><p>The post <a href="https://beedash.com/small-team-big-impact/">Small Team, Big Impact: How Dealers Can Modernize Without IT</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?x64980" 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?x64980" alt="" /></li><li><img decoding="async" src="/wp-content/uploads/2025/07/Hatco-Logo_3D_7.22.25-scaled.png?x64980" alt="" /></li><li><img decoding="async" src="/wp-content/uploads/2025/08/Sharp-Logo.png?x64980" alt="" /></li><li><img decoding="async" src="/wp-content/uploads/2025/08/comstock_castle.png?x64980" 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?x64980" 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>
	</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 23/98 objects using Memcached
Page Caching using Disk: Enhanced 
Lazy Loading (feed)
Minified using Memcached

Served from: beedash.com @ 2026-04-14 03:39:27 by W3 Total Cache
-->