Shop All Coffee | Higher Grounds Trading Co. (2024)

Home / Collections / Organic Coffee

Shop our range of freshly roasted coffee, from top-selling blends to limited-availability microlots.

Share

Organic Highland Humanity Medium-Dark

from $16.00

Organic Funky Mamacita Medium-Dark

from $16.00

Organic Justice Light-Medium

from $16.00

Organic Mexican Maya Vinic Medium

from $16.00

Organic DR Congo Muungano Light-Medium

from $16.00

×

+

  • Prev
  • Page 1 of 6
  • Next

"; $(".form-btns").append(htmlInner); var htmlInner2 = ""; const crValueInner = crValue.values; for (let j = 0; j < crValueInner.length; j++){ const optionVal = crValue[j]; const isChecked = (j == 0)? 'checked': ''; const currentValue = crValueInner[j]; if(j == 0) { variantMap[crValue.name] = currentValue; sessionStorage.setItem("variant_map", JSON.stringify(variantMap)) } htmlInner2 = htmlInner2 + ""; } $(`#label-block-${i}`).html(htmlInner2) } if(isSub) { $(".form-btns").append('

'); $("#freq-block").html(""); jQuery(`#p-${productHandle} .rc_select option`).each(function(i, e) { (jQuery("") .attr("value", jQuery(this).val()) .attr("checked", i == 0) .attr("id", 'r-'+i) .click(function() { sessionStorage.setItem("interval_frequency", jQuery(this).val()); sessionStorage.setItem("interval_unit", $("[id^=rc_shipping_interval_unit]").val()); }).add( $("") .attr("for", "r-"+i) )).appendTo("#freq-block"); }); } $('.variant-btns').each(function(i, e){ $(e).click(function(){ const key = $(this).attr("name"); const value = $(this).val(); variantMap[key] = value sessionStorage.setItem("variant_map", JSON.stringify(variantMap)) const variant_map_array = Object.values(variantMap); for (let i = 0; i < variants.length; i++) { const currVariant = variants[i]; if (JSON.stringify(currVariant.options) === JSON.stringify(variant_map_array)) { const price = currVariant.price; let money = prettyMoney({ currency: "$", position: "before", decimals: "fixed", decimalDelimiter: ".", thousandsDelimiter: "," }, parseInt(price.toString().slice(0, -2))); $("#prod-price").text(money); } } }) }); $(".add-to-cart").click(function() { const e = this; let data = {}; $(e).attr("disabled", "disabled"); $(e).text("Adding to cart"); if(isSub){ const interval_unit = sessionStorage.getItem("interval_unit"); const interval_frequency = sessionStorage.getItem("interval_frequency") const qty = $("#quantity").val(); const variant_map = sessionStorage.getItem("variant_map"); const variant_map_array = Object.values(JSON.parse(variant_map)); let variant_id = null; for (let i = 0; i < variants.length; i++) { const currVariant = variants[i]; if (JSON.stringify(currVariant.options) === JSON.stringify(variant_map_array)) { variant_id = currVariant.id; } } console.log('variant_id', variant_id); data = { "id": variant_id, "quantity": qty, "purchase_type": "autodeliver", "properties": { "shipping_interval_frequency": interval_frequency, "shipping_interval_unit_type": interval_unit, } } }else{ const qty = $("#quantity").val(); const variant_map = sessionStorage.getItem("variant_map"); const variant_map_array = Object.values(JSON.parse(variant_map)); let variant_id = null; for (let i = 0; i < variants.length; i++) { const currVariant = variants[i]; if (JSON.stringify(currVariant.options) === JSON.stringify(variant_map_array)) { variant_id = currVariant.id; } } data = { "id": variant_id, "quantity": qty, } } console.log('data', data); jQuery.ajax({ type: 'POST', url: '/cart/add.js', data: data, dataType: 'json', success: function() { // begin peartree - ab modal.style.display = "none"; window.SLIDECART_UPDATE(); window.SLIDECART_OPEN(); // end peartree - ab $(e).text("Added to cart"); $(e).removeAttr("disabled"); }, error: function(xhr,status,error) { console.log(error) } }); }) }); } function handleAddToCart (productHandle) { $(".content-wrapper").css({"display": "none"}); $(".modal-content-ct").css({"height": "600px"}); $(".spinner-wrapper").css({"display": "flex"}); $(".lds-dual-ring").css("display", "inline-block"); jQuery.getJSON(`/products/${productHandle}.js`, function(product) { $("#quantity").attr("value", 1); $(".modal-content-ct").css({"height": "auto"}); $(".spinner-wrapper").css({"display": "none"}); $(".lds-dual-ring").css("display", "none"); $(".content-wrapper").css("display", "flex"); const price = product.price; const options = product.options; const variants = product.variants; $("#prod-title").text(product.title); $("#prod-url").attr("href", product.url); $("#prod-img").attr("src", product.featured_image).attr("alt", product.media[0].alt); let money = prettyMoney({ currency: "$", position: "before", decimals: "fixed", decimalDelimiter: ".", thousandsDelimiter: "," }, parseInt(price.toString().slice(0, -2))); $("#prod-price").text(money); $(".form-btns").html(""); var html = "" for(let i = 0; i < options.length; i++){ const crValue = options[i]; var htmlInner = "

"; $(".form-btns").append(htmlInner); var htmlInner2 = ""; const crValueInner = crValue.values; for (let j = 0; j < crValueInner.length; j++){ const optionVal = crValue[j]; const isChecked = (j == 0)? 'checked': ''; const currentValue = crValueInner[j]; if(j == 0) { variantMap[crValue.name] = currentValue; sessionStorage.setItem("variant_map", JSON.stringify(variantMap)) } htmlInner2 = htmlInner2 + ""; } $(`#label-block-${i}`).html(htmlInner2) } $('.variant-btns').each(function(i, e){ $(e).click(function(){ const key = $(this).attr("name"); const value = $(this).val(); variantMap[key] = value sessionStorage.setItem("variant_map", JSON.stringify(variantMap)) const variant_map_array = Object.values(variantMap); for (let i = 0; i < variants.length; i++) { const currVariant = variants[i]; if (JSON.stringify(currVariant.options) === JSON.stringify(variant_map_array)) { const price = currVariant.price; let money = prettyMoney({ currency: "$", position: "before", decimals: "fixed", decimalDelimiter: ".", thousandsDelimiter: "," }, parseInt(price.toString().slice(0, -2))); $("#prod-price").text(money); } } }) }); $(".add-to-cart").click(function() { const e = this; $(e).attr("disabled", "disabled"); $(e).text("Adding to cart"); const qty = $("#quantity").val(); const variant_map = sessionStorage.getItem("variant_map"); const variant_map_array = Object.values(JSON.parse(variant_map)); let variant_id = null; for (let i = 0; i < variants.length; i++) { const currVariant = variants[i]; if (JSON.stringify(currVariant.options) === JSON.stringify(variant_map_array)) { variant_id = currVariant.id; } } jQuery.ajax({ type: 'POST', url: '/cart/add.js', data: { "id": variant_id, "quantity": qty, }, dataType: 'json', success: function() { $(e).text("Add to cart"); $(e).removeAttr("disabled"); }, error: function(xhr,status,error) { console.log(error) } }); }) }); } function addItemToCart(variant_id, qty, frequency, unit_type) { data = { "id": variant_id, "quantity": qty, "properties": { "shipping_interval_frequency": frequency, "shipping_interval_unit_type": unit_type, "subscription_id": "26284", } } jQuery.ajax({ type: 'POST', url: '/cart/add.js', data: data, dataType: 'json', success: function() { }, error: function(xhr,status,error) { console.log(error) } }); }

Shop All Coffee | Higher Grounds Trading Co. (2024)

FAQs

Who owns Higher Grounds coffee? ›

The idea for Higher Grounds started to take shape in 2001 when our owner and co-founder Chris Treter was living and working among coffee farmers at the Maya Vinic cooperative in Chiapas, Mexico as part of a post-graduate internship.

Is it cheaper to buy coffee in bulk? ›

There are some clear potential savings associated with buying higher coffee bean volumes at once: Bulk pricing discounts - Wholesalers usually offer sliding price discounts based on order quantities. Buying large volumes can lead to substantially lower per unit costs.

Which coffee chain is owned by Coca Cola? ›

Costa Coffee is a British multinational coffeehouse and retail company headquartered in Dunstable, Bedfordshire, and a wholly owned subsidiary of Coca Cola. It is the largest coffeehouse chain in the world behind Starbucks and the largest in Britain.

What coffee company does Hugh Jackman own? ›

I went to Hugh Jackman's NYC café that many people don't know exists, and it has some of the city's best coffee. Hugh Jackman cofounded Laughing Man Coffee Company in 2011 with former criminal prosecutor David Steingard.

Why is coffee so expensive now? ›

Coffee harvests all around the world are susceptible to climate change. Shifting rainfall patterns, rising temperatures, pests and diseases can all affect cherry output. This, in turn, affects crop yields, leading to scarcity. So, any shortage of coffee raises the average price of coffee beans on the world market.

Is there a difference between cheap and expensive coffee? ›

These beans have a less nuanced, complex flavour than the other bean variety, Arabica, and are cheaper to produce. The growing, harvesting and production that go into cheap coffee are often not carried out under the best conditions, either. The result is a coffee that is bitter and leaves an unpleasant aftertaste.

Do coffee shops make a lot of money? ›

On average, small coffee shop owners make between $60,000 and $160,000 a year. The coffee industry generates approximately $70 billion a year in sales nationwide, with coffee selling at higher profit margins than other food products.

Who owns Higher Grounds Productions? ›

Higher Ground was founded by President Barack Obama and Michelle Obama with a mission to elevate stories and voices that bend the arc.

Who is the owner of the Grounds Cafe? ›

A personal tragedy led prominent hospitality figure, Ramzey Choker, to reimagine what was possible in his industry. The result? The Grounds of Alexandria – an immersive, acre-sized venue in Sydney's Inner West that continues to defy categorisation and attract crowds nearly five years on.

Who is Oakland Coffee owned by? ›

Oakland Coffee Works, shortened as Oakland Coffee is a coffee company founded in 2015 by Billie Joe Armstrong, Tré Cool, and Mike Dirnt of the American punk rock band Green Day. The company aims to set a standard for "compostability" in coffee packaging.

Who is the CEO of grind coffee? ›

“​Grind has always been about evolution” — Grind CEO David Abrahamovitch.

Top Articles
Latest Posts
Article information

Author: Jeremiah Abshire

Last Updated:

Views: 6683

Rating: 4.3 / 5 (54 voted)

Reviews: 85% of readers found this page helpful

Author information

Name: Jeremiah Abshire

Birthday: 1993-09-14

Address: Apt. 425 92748 Jannie Centers, Port Nikitaville, VT 82110

Phone: +8096210939894

Job: Lead Healthcare Manager

Hobby: Watching movies, Watching movies, Knapping, LARPing, Coffee roasting, Lacemaking, Gaming

Introduction: My name is Jeremiah Abshire, I am a outstanding, kind, clever, hilarious, curious, hilarious, outstanding person who loves writing and wants to share my knowledge and understanding with you.