j o i n


Become a Member of Brooklyn Coop and Reap the Rewards!

Joining Brooklyn Coop means you become a part-owner of a community-driven business! As a member, you’ll enjoy a host of benefits designed to enhance your shopping experience and deepen your connection with our co-op family.

Ownership Perks

  • Member Discounts: Enjoy 10% off store items on designated discount days and access exclusive deals with our vendors and partners.
  • Governance: Have a say in our future by voting in board elections or even serving on our board of directors.
  • Volunteer Benefits: Participate in volunteer opportunities at the store and receive additional member-owner discounts.

In-Store Advantages

  • Special Deals: Take advantage of unique member-only offers and promotions throughout the year.
  • Exclusive Access: Attend member-focused events and workshops that provide valuable insights and foster community connections.

Online Convenience

  • Catalog Access: Our online catalog is open to all, allowing you to place weekly orders that are ready for pickup every Wednesday.
  • Fresh and Seasonal: Use the Local Food Marketplace platform to reserve limited seasonal items and discover fresh offerings updated in real time by our local farmers and producers.

By becoming a member, you not only gain better pricing on catalog items but also enjoy in-store discounts that make every visit rewarding.

Choose from our easy payment options and start enjoying the benefits of co-op ownership today!

.crm-contribute-widget { font-size:12px; font-family:Helvetica, Arial, sans; padding:6px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -khtml-border-radius: 4px; border-radius: 4px; border:1px solid #96C0E7; width:200px; } .crm-contribute-widget h5 { font-size:14px; padding:3px; margin: 0px; text-align:center; -moz-border-radius: 4px; -webkit-border-radius: 4px; -khtml-border-radius: 4px; border-radius: 4px; } .crm-contribute-widget .crm-amounts { height:1em; margin:.8em 0px; font-size:13px; } .crm-contribute-widget .crm-amount-low { float:left; } .crm-contribute-widget .crm-amount-high { float:right; } .crm-contribute-widget .crm-percentage { margin:0px 30%; text-align:center; } .crm-contribute-widget .crm-amount-bar { background-color:#FFF; width:100%; display:block; border:1px solid #CECECE; -moz-border-radius: 4px; -webkit-border-radius: 4px; -khtml-border-radius: 4px; border-radius: 4px; margin-bottom:.8em; text-align:left; } .crm-contribute-widget .crm-amount-fill { background-color:#2786C2; height:1em; display:block; -moz-border-radius: 4px 0px 0px 4px; -webkit-border-radius: 4px 0px 0px 4px; -khtml-border-radius: 4px 0px 0px 4px; border-radius: 4px 0px 0px 4px; text-align:left; } .crm-contribute-widget .crm-amount-raised-wrapper { margin-bottom:.8em; } .crm-contribute-widget .crm-amount-raised { font-weight:bold; } .crm-contribute-widget .crm-logo { text-align:center; } .crm-contribute-widget .crm-comments, .crm-contribute-widget .crm-donors, .crm-contribute-widget .crm-campaign { font-size:11px; margin-bottom:.8em; } .crm-contribute-widget .crm-contribute-button { display:block; background-color:#CECECE; -moz-border-radius: 4px; -webkit-border-radius: 4px; -khtml-border-radius: 4px; border-radius: 4px; text-align:center; margin:0px 10% .8em 10%; text-decoration:none; color:#556C82; padding:2px; font-size:13px; } .crm-contribute-widget .crm-home-url { text-decoration:none; border:0px; } .crm-contribute-widget { background-color: #96c0e7; /* background color */ border-color:#96c0e7; /* border color */ } .crm-contribute-widget h5 { color: #2786c2; background-color: #b7e2ff; } /* title */ .crm-contribute-widget .crm-amount-raised { color:#000; } .crm-contribute-widget .crm-amount-fill { background-color:#2786c2; } .crm-contribute-widget a.crm-contribute-button { /* button color */ background-color:#ffffff; } .crm-contribute-widget .crm-contribute-button-inner { /* button text color */ padding:2px; display:block; color:#556c82; } .crm-contribute-widget .crm-comments, .crm-contribute-widget .crm-donors, .crm-contribute-widget .crm-campaign { color:#ffffff /* other color*/ } .crm-contribute-widget .crm-home-url { color:#ffffff /* home page link color*/ }
— placeholder —
// Cleanup functions for the document ready method if ( document.addEventListener ) { DOMContentLoaded = function() { document.removeEventListener( “DOMContentLoaded”, DOMContentLoaded, false ); onReady(); }; } else if ( document.attachEvent ) { DOMContentLoaded = function() { // Make sure body exists, at least, in case IE gets a little overzealous if ( document.readyState === “complete” ) { document.detachEvent( “onreadystatechange”, DOMContentLoaded ); onReady(); } }; } if ( document.readyState === “complete” ) { // Handle it asynchronously to allow scripts the opportunity to delay ready setTimeout( onReady, 1 ); } // Mozilla, Opera and webkit support this event if ( document.addEventListener ) { // Use the handy event callback document.addEventListener( “DOMContentLoaded”, DOMContentLoaded, false ); // A fallback to window.onload, that will always work window.addEventListener( “load”, onReady, false ); // If IE event model is used } else if ( document.attachEvent ) { // ensure firing before onload, // maybe late but safe also for iframes document.attachEvent(“onreadystatechange”, DOMContentLoaded); // A fallback to window.onload, that will always work window.attachEvent( “onload”, onReady ); } function onReady( ) { var cpid = 1; var jsonvar = eval(‘jsondata’ + cpid); var crmCurrency = jsonvar.currencySymbol; document.getElementById(‘crm_cpid_’+cpid+’_title’).innerHTML = jsonvar.title; if ( jsonvar.money_target > 0 ) { document.getElementById(‘crm_cpid_’+cpid+’_amt_hi’).innerHTML = jsonvar.money_target_display; document.getElementById(‘crm_cpid_’+cpid+’_amt_low’).innerHTML = crmCurrency+jsonvar.money_low; } document.getElementById(‘crm_cpid_’+cpid+’_amt_raised’).innerHTML = ” “; document.getElementById(‘crm_cpid_’+cpid+’_comments’).innerHTML = jsonvar.about; document.getElementById(‘crm_cpid_’+cpid+’_donors’).innerHTML = ” “; document.getElementById(‘crm_cpid_’+cpid+’_btn_txt’).innerHTML = jsonvar.button_title; document.getElementById(‘crm_cpid_’+cpid+’_campaign’).innerHTML = jsonvar.campaign_start; if ( jsonvar.money_raised_percentage ) { var moneyRaised = jsonvar.money_raised_percentage; var percentWidth = moneyRaised.split(‘%’); if ( percentWidth[0] > 100 ) { moneyRaised = ‘100%’; } moneyRaised = ‘50%’; document.getElementById(‘crm_cpid_’+cpid+’_amt_fill’).style.width = moneyRaised; document.getElementById(‘crm_cpid_’+cpid+’_percentage’).innerHTML = jsonvar.money_raised_percentage; } if ( !jsonvar.is_active ) { document.getElementById(‘crm_cpid_’+cpid+’_button’).innerHTML = jsonvar.home_url; document.getElementById(‘crm_cpid_’+cpid+’_button’).style.color = ‘red’; } }