chicagofrenchpress.com Open in urlscan Pro
23.227.38.32  Public Scan

Submitted URL: http://chicagofrenchpress.com/
Effective URL: https://chicagofrenchpress.com/
Submission: On February 27 via api from US — Scanned from CA

Form analysis 3 forms found in the DOM

POST /cart

<form action="/cart" method="post" novalidate="" class="cart-drawer-form">
  <div id="cartSlideoutWrapper" class="fresh-shopping-right slideout-panel-hidden cart-drawer-right slideout-menu slideout-menu-right" role="dialog" aria-labelledby="cart_dialog_label" aria-describedby="cart_dialog_status" aria-modal="true">
    <div data-free-shipping-msg="">
      <div id="shopify-section-free-shipping-msg" class="shopify-section">
        <div class="cart-free-shipping-encouragement">
          <div>
            <p>Spend $98.00 more and get free shipping!</p>
          </div>
          <div class="cart-free-shipping-encouragement__bar--bg">
            <div class="cart-free-shipping-encouragement__bar--progress" style="width: 0%;"></div>
          </div>
        </div>
      </div>
    </div>
    <div class="cart-drawer__top">
      <div class="cart-drawer__empty-div"></div>
      <h2 class="type-subheading type-subheading--1 wow animated" id="cart_dialog_label" style="visibility: visible;">
        <span class="cart-drawer--title">Your Cart</span>
      </h2>
      <div class="cart-close-icon-wrapper">
        <button class="slide-menu cart-close-icon cart-menu-close alt-focus" aria-label="Open cart sidebar" type="button">
          <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-x">
            <line x1="18" y1="6" x2="6" y2="18"></line>
            <line x1="6" y1="6" x2="18" y2="18"></line>
          </svg>
        </button>
      </div>
    </div>
    <div class="ajax-cart--top-wrapper">
      <div class="ajax-cart--cart-discount">
        <div class="cart--order-discount-wrapper custom-font ajax-cart-discount-wrapper"></div>
      </div>
      <span class="cart-price-text hide">Subtotal</span>
      <div class="ajax-cart--cart-original-price">
        <span class="cart-item-original-total-price d-none"><span class="money">$0.00</span></span>
      </div>
      <div class="ajax-cart--total-price hide">
        <h2 id="cart_dialog_status" role="status" class="js-cart-drawer-status sr-only"></h2>
        <h3 id="cart_drawer_subtotal">
          <span class="cart-total-price js-cart-total" id="cart-price"><span class="money"><span class="sr-only">Your Cart Subtotal</span>$0.00</span></span>
        </h3>
      </div>
      <p class="cart--shipping-message taxes-and-shipping-message hide">Taxes and shipping calculated at checkout </p>
      <div class="slide-checkout-buttons">
        <button type="submit" name="checkout" class="btn alt-focus cart-button-checkout hide">
          <span class="cart-button-checkout-text">Place your order</span>
          <span class="cart-button-checkout-spinner lds-dual-ring hide"></span>
        </button>
        <div class="additional-checkout-buttons hide">
          <div class="dynamic-checkout__content" id="dynamic-checkout-cart" data-shopify="dynamic-checkout-cart"></div>
        </div>
        <button class="btn btn-default cart-menu-close secondary-button alt-focus" type="button"> Continue Shopping </button>
      </div>
      <div class="ajax-cart--checkout-add-note hide">
        <label for="note">Add a note for the seller…</label>
        <textarea id="note" name="note" class="form-control"></textarea>
      </div>
    </div>
    <div class="cart-error-box"></div>
    <div aria-live="polite" class="cart-empty-box"> Your basket is empty </div>
    <script type="application/template" id="cart-item-template"> <li>
        	<article class="cart-item">
        		<div class="cart-item-image--wrapper">
        			<a class="cart-item-link" href="" tabindex="-1">
        				<img
        					class="cart-item-image"
        					src="/product/image.jpg"
        					alt=""
        				/>
        			</a>
        		</div>
        		<div class="cart-item-details--wrapper">
        			<h3 class="cart-item__title">
        				<a href="" class="cart-item-link cart-item-details--product-title-wrapper">
        					<span class="cart-item-product-title"></span>
        					<span class="cart-item-variant-title hide"></span>
        					<span class="cart-item-selling-plan hide"></span>
        				</a>
        			</h3>

        			<div class="cart-item-price-wrapper">
        				<span class="sr-only">Now</span>
        				<span class="cart-item-price"></span>
        				<span class="sr-only">Was</span>
        				<span class="cart-item-price-original"></span>
        				<span class="cart-item-price-per-unit"></span>
        			</div>

              <ul class="cart-item-drawer-properties"></ul>

        			<ul class="order-discount--cart-list" aria-label="Discount"></ul>

        			<div class="cart-item--quantity-remove-wrapper">
        				<div class="cart-item--quantity-wrapper">
        					<button
        						type="button"
        						class="alt-focus cart-item-quantity-button cart-item-decrease"
        						data-amount="-1"
        						aria-label="Reduce item quantity by one"
        					>-</button>
                  <label for="cart-item--quantity-input" class="sr-only"></label>
        					<input
                    id="cart-item--quantity-input"
        						type="text"
        						class="cart-item-quantity"
        						min="1"
        						pattern="[0-9]*"
        						aria-label="Quantity"
        					>
        					<button
        						type="button"
        						class="alt-focus cart-item-quantity-button cart-item-increase"
        						data-amount="1"
        						aria-label="Increase item quantity by one"
        					>+</button>
        				</div>

        				<div class="cart-item-remove-button-container">
        					<button type="button" id="cart-item-remove-button" class="alt-focus" aria-label="Remove product">
                    <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="feather feather-trash-2" viewBox="0 0 24 24"><path d="M3 6h18M19 6v14a2 2 0 01-2 2H7a2 2 0 01-2-2V6m3 0V4a2 2 0 012-2h4a2 2 0 012 2v2M10 11v6M14 11v6"/></svg>
                  </button>
        				</div>
        			</div>

              <div class="errors hide"></div>

        		</div>
        	</article>
        </li>
      </script>
    <script type="application/json" id="initial-cart">
      {
        "note": null,
        "attributes": {},
        "original_total_price": 0,
        "total_price": 0,
        "total_discount": 0,
        "total_weight": 0.0,
        "item_count": 0,
        "items": [],
        "requires_shipping": false,
        "currency": "USD",
        "items_subtotal_price": 0,
        "cart_level_discount_applications": [],
        "checkout_charge_amount": 0
      }
    </script>
    <ul class="cart-items"></ul>
  </div>
</form>

/search

<form id="search-page-form-header" action="/search">
  <div id="search-wrapper">
    <label for="search_text" class="sr-only" id="search_label">Search our site Chicago French Press</label>
    <input id="search_text" name="q" type="text" size="20" placeholder="Search..." autocomplete="off" autocorrect="off" spellcheck="false" class="is-predictive" data-show-prices="true" data-show-vendor="false" aria-hidden="true" tabindex="-1">
    <div class="search-bar--controls">
      <button id="search_submit" type="submit" aria-label="Submit Search" aria-hidden="true" tabindex="-1" class="search-bar__button alt-focus">
        <span class="header-icon">
          <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 21 20">
            <circle cx="8.571" cy="8.571" r="8.071" stroke="currentColor"></circle>
            <path stroke="currentColor" d="M0-.5h8.081" transform="rotate(45 -10.316 23.87)"></path>
          </svg>
        </span>
      </button>
    </div>
    <button class="search-bar__button search-clear alt-focus" id="search-bar--clear" tabindex="-1" aria-hidden="true" aria-label="Clear search query" type="button"> Clear </button>
    <button class="search-bar__button search-close alt-focus" id="search-bar--close" tabindex="-1" aria-hidden="true" aria-label="Close search bar" type="button">
      <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-x">
        <line x1="18" y1="6" x2="6" y2="18"></line>
        <line x1="6" y1="6" x2="18" y2="18"></line>
      </svg>
    </button>
  </div>
</form>

POST /contact#newsletter_section_form

<form method="post" action="/contact#newsletter_section_form" id="newsletter_section_form" accept-charset="UTF-8" class="contact-form"><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="✓">
  <input type="hidden" name="contact[tags]" value="newsletter">
  <div class="text-center">
    <div class="lds-dual-ring newsletter-spinner hide"></div>
    <p class="note form-success hide">
      <strong>Thanks for Joining!</strong>
    </p>
  </div>
  <div id="newsletter-wrapper-template--16804315857151__newsletter-newsletter">
    <label for="newsletter_text" class="sr-only"></label>
    <input id="newsletter_text-template--16804315857151__newsletter-newsletter" type="email" value="" placeholder="your@email.com" name="contact[email]" class="input-group-field email" aria-label="your@email.com" autocorrect="off"
      autocomplete="email" autocapitalize="off" required="">
    <button type="submit" id="newsletter_submit-template--16804315857151__newsletter-newsletter" name="commit" aria-label="Join" class="btn"> Send </button>
  </div>
</form>

Text Content

Spend $98.00 more and get free shipping!




YOUR CART



Subtotal
$0.00


YOUR CART SUBTOTAL$0.00

Taxes and shipping calculated at checkout

Place your order

Continue Shopping
Add a note for the seller…

Your basket is empty

This store requires javascript to be enabled for some features to work correctly


 * Facebook icon
   
   Facebook

 * Twitter icon
   
   Twitter

 * Instagram icon
   
   Instagram

 * YouTube icon
   
   YouTube

 * TikTok icon
   
   TikTok

 * LinkedIn icon
   
   LinkedIn

 * 
 * 
 * 0
 * 

 * 
 * 
 * 0

 * Home
 * Coffee
   
   Single Origin Coffee
   
   Flavored Coffee
   
   Decaf Coffee
   
   Value Bundles
   
   Freshly Roasted Coffee

 * Tea
   
   Herbal Tea (Non-Caffeinated)
   
   Caffeinated Tea
   
   Premium Loose Leaf Tea

 * Hot Chocolate
 * Subscriptions
 * Gifts & Gift Cards
    * Boxes & Kits
    * Value Bundles
    * Merch
    * Greeting Cards

 * Retail Locators
    * Chicago French Press Locations
    * Target Store Locator



 * 
 * 
 * 0

 * 
 * 
 * 0

Search our site Chicago French Press

Clear
Loading...


 * Home
 * Coffee
   
   Single Origin Coffee
   
   Flavored Coffee
   
   Decaf Coffee
   
   Value Bundles
   
   Freshly Roasted Coffee

 * Tea
   
   Herbal Tea (Non-Caffeinated)
   
   Caffeinated Tea
   
   Premium Loose Leaf Tea

 * Hot Chocolate
 * Subscriptions
 * Gifts & Gift Cards
    * Boxes & Kits
    * Value Bundles
    * Merch
    * Greeting Cards

 * Retail Locators
    * Chicago French Press Locations
    * Target Store Locator

 * Home
 * Coffee
   * Single Origin Coffee
   * Flavored Coffee
   * Decaf Coffee
   * Value Bundles
 * Tea
   * Herbal Tea (Non-Caffeinated)
   * Caffeinated Tea
 * Hot Chocolate
 * Subscriptions
 * Gifts & Gift Cards
   * Boxes & Kits
   * Value Bundles
   * Merch
   * Greeting Cards
 * Retail Locators
   * Chicago French Press Locations
   * Target Store Locator

 * SHOP OUR COFFEE
   
 * 
   
 * ORDER ONLINE
   
 * 
   
 * VISIT OUR LOCATIONS
   

 * 
 * 




AS SEEN IN


MADE IN CHICAGO Roasted and made to order in the Windy City, the CFP difference
is in the freshness and flavor of our products.
FUELED BY WOMEN CFP is a woman-powered enterprise working in collaboration with
women globally to deliver quality products to everyone.
ROOTED IN COMMUNITY 5% of each retail bag purchased benefits nonprofit
organizations supporting women and youth in vulnerable communities.
 * MADE IN CHICAGO Roasted and made to order in the Windy City, the CFP
   difference is in the freshness and flavor of our products.
 * FUELED BY WOMEN CFP is a woman-powered enterprise working in collaboration
   with women globally to deliver quality products to everyone.
 * ROOTED IN COMMUNITY 5% of each retail bag purchased benefits nonprofit
   organizations supporting women and youth in vulnerable communities.




CHICAGO'S STAPLE FOR FLAVORFUL COFFEE ROASTED IN THE WINDY CITY


WELCOME TO CHICAGO FRENCH PRESS

Explore the incredible flavor of Chicago's own freshly roasted coffee. Our
extensive assortment of premium options available in various sizes and brewing
methods make brewing quality coffee convenient. Whether you're seeking a rich,
bold cup that pairs with your Keurig or delicate, nuanced notes steeped in your
french press, CFP takes the guesswork out of great coffee.


ORGANIC SINGLE-ORIGIN COFFEE


SPECIALTY FLAVORED COFFEE


PREMIUM LOOSE LEAF TEA


monthly subscriptions Your favorite coffee or tea plus a surprise blend so you
never run out.

Start Your Subscriptoin


Gift cards & gifts Easy ready-made gifts with an option to add a personalized
note for a special touch.

Gift Someone Special


value bundles Curated coffee samplers to try before you commit.

Try a Sample

 * 
   monthly subscriptions Your favorite coffee or tea plus a surprise blend so
   you never run out.
   
   Start Your Subscriptoin

 * 
   Gift cards & gifts Easy ready-made gifts with an option to add a personalized
   note for a special touch.
   
   Gift Someone Special

 * 
   value bundles Curated coffee samplers to try before you commit.
   
   Try a Sample





HOME BREWING RECIPES


RECIPE: PUMPKIN SPICE ICED COFFEE

Few things are better than flavorful Iced Coffee, so we've got one queued up for
you! This one uses our Pumpkin Spice coffee, so grab...
Read more


THE PERFECT POUR OVER

The Pour Over is a precise and increasingly popular way to brew. Pour-over
believers enjoy the ritual of grinding, blooming, and pouring hot water over...
Read more


HOMEMADE COFFEE SPICE SCRUB RECIPE

It's officially grilling season and its all about the seasoning! We’ve got the
perfect simple rub for beef (and it can be used on other...
Read more


SAME-DAY DELIVERY

(CHICAGOLAND AREA ONLY)





HEAR FROM REAL CUSTOMERS


RAVING REVIEWS

 * 
   5
   
   > I have gifted this item twice all ready and each time I have gotten rave
   > reviews and many thanks. To all coffee lovers this is a great tasting
   > coffee, rich and bold. The name Black TUXE befits the quality. Definitely a
   > must try!
   
   
   KENYATAH GRIFFIN

 * 
   5
   
   > I’m very picky when it comes to my coffees especially flavored. Very rarely
   > do I buy anything other then my favorite brand. My husband bought this one
   > and so happy he did.This one is beyond delicious, heaven in a cup. I’m
   > hooked! It is so flavorful and just amazing! I just ordered Maple Pecan,
   > Lemon Brûlée and Chocolate Raspberry Truffle. Really excited to try them!
   
   
   TINA

 * 
   5
   
   > Absolutely one of the best herbal teas I've tried. The taste is absolutely
   > lovely - the lemon and lavender combination is so fresh! Looking forward to
   > icing this for a wonderful summer drink too.
   
   
   JULIE R


YOUR TRUSTED PARTNER IN FLAVORFUL COFFEE & TEA

If you're a business owner or part of a corporate team, our premium coffee and
tea options can elevate your workspace. Inquire about our wholesale and
corporate services for your office, café, or establishment. Email us at
info@chicagofrenchpress.com.



We'd love to hear from you.


workshops & events Inquire about out teaching kitchens and demonstrations for
corporate events.

Book Your Next Event


mobile barista service Inquire about our full service mobile espresso and coffee
service for private events.

Book a Barista


catering services Learn about our coffee and tea delivery service for meetings
and conferences.

Inquire Coffee Service

 * 
   workshops & events Inquire about out teaching kitchens and demonstrations for
   corporate events.
   
   Book Your Next Event

 * 
   mobile barista service Inquire about our full service mobile espresso and
   coffee service for private events.
   
   Book a Barista

 * 
   catering services Learn about our coffee and tea delivery service for
   meetings and conferences.
   
   Inquire Coffee Service



wholesale & bulk ordering We specialize in bulk gifting for all occasions.

Inquire About our Corporate Gifts


partnerships & collaborations Reach out to explore collaborative ideas for
beverage products, events and more.

Explore Partnership Opportunities

 * 
   wholesale & bulk ordering We specialize in bulk gifting for all occasions.
   
   Inquire About our Corporate Gifts

 * 
   partnerships & collaborations Reach out to explore collaborative ideas for
   beverage products, events and more.
   
   Explore Partnership Opportunities




STAY CONNECTED


JOIN OUR MAILING LIST

Receive new releases, discounts and seasonal sales offers.

Thanks for Joining!

Send


Back to top


GET CONNECTED

 * Facebook icon
   
   Facebook

 * Twitter icon
   
   Twitter

 * Instagram icon
   
   Instagram

 * YouTube icon
   
   YouTube

 * TikTok icon
   
   TikTok

 * LinkedIn icon
   
   LinkedIn


COMPANY INFO

 * Contact Us
 * Our Company
 * Our Founder
 * In the News
 * Blog
 * Brew Guide


COMPANY INFO

 * Contact Us
 * Our Company
 * Our Founder
 * In the News
 * Blog
 * Brew Guide


LEARN MORE

 * Careers
 * Wholesale Inquiries
 * FAQs
 * Grinding for a Cause
 * Become A Nonprofit Partner
 * Privacy Policy
 * Terms of Service
 * Return Policy


LEARN MORE

 * Careers
 * Wholesale Inquiries
 * FAQs
 * Grinding for a Cause
 * Become A Nonprofit Partner
 * Privacy Policy
 * Terms of Service
 * Return Policy

 * American Express
 * Apple Pay
 * Diners Club
 * Discover
 * Mastercard
 * PayPal
 * Shop Pay
 * Venmo
 * Visa

© 2024 Chicago French Press | Powered by Shopify



 * Home
 * Coffee
 * Tea
 * Hot Chocolate
 * Subscriptions
 * Gifts & Gift Cards
 * Retail Locators
 * Log in
 * Create Account
    * Facebook icon
      
      Facebook
   
    * Twitter icon
      
      Twitter
   
    * Instagram icon
      
      Instagram
   
    * YouTube icon
      
      YouTube
   
    * TikTok icon
      
      TikTok
   
    * LinkedIn icon
      
      LinkedIn

Back
 * 

Back
 * 




Earn CFP Rewards