to your HTML Add class="sortable" to any table you'd like to make sortable Click on the headers to sort Thanks to many, many people for contributions and suggestions. Licenced as X11: http://www.kryogenix.org/code/browser/licence.html This basically means: do what you want with it. */ var stIsIE = /*@cc_on!@*/false; sorttable = { init: function() { // quit if this function has already been called if (arguments.callee.done) return; // flag this function so we don't do the same thing twice arguments.callee.done = true; // kill the timer if (_timer) clearInterval(_timer); if (!document.createElement || !document.getElementsByTagName) return; sorttable.DATE_RE = /^(\d\d?)[\/\.-](\d\d?)[\/\.-]((\d\d)?\d\d)$/; forEach(document.getElementsByTagName('table'), function(table) { if (table.className.search(/\bsortable\b/) != -1) { sorttable.makeSortable(table); } }); }, makeSortable: function(table) { if (table.getElementsByTagName('thead').length == 0) { // table doesn't have a tHead. Since it should have, create one and // put the first table row in it. the = document.createElement('thead'); the.appendChild(table.rows[0]); table.insertBefore(the,table.firstChild); } // Safari doesn't support table.tHead, sigh if (table.tHead == null) table.tHead = table.getElementsByTagName('thead')[0]; if (table.tHead.rows.length != 1) return; // can't cope with two header rows // Sorttable v1 put rows with a class of "sortbottom" at the bottom (as // "total" rows, for example). This is B&R, since what you're supposed // to do is put them in a tfoot. So, if there are sortbottom rows, // for backwards compatibility, move them to tfoot (creating it if needed). sortbottomrows = []; for (var i=0; i
Members of Starbucks (Nasdaq: SBUX) customer loyalty rewards program, received sad news during 2022's holiday season. Beginning on 13 February 2023, just one month from today, redeeming your "stars" for a number of food or beverage products will no longer be as rewarding.
Or as Inside Hook's Kirk Miller puts it, "Starbucks Rewards are getting more useless in 2023". Here's more of what he reported, where there is some good news mixed in with the higher volume of bad news.
While some of us pine for the old days and simplicity of store loyalty punch cards (“Buy 10 get 1 free”), the digital era of rewards memberships does offer convenience. But it’s also easier for companies to change their rewards program requirements, as highlighted by a recent announcement from Starbucks that increases the requirements for their loyal customers to earn free drinks and food by up to 100%.
As noted by the travel site One Mile at a Time, the “stars” you earn for each purchase at Starbucks are going to be worth a lot less starting on February 13, 2023. The most egregious update? A mere 50 stars used to get you a brewed coffee, bakery item or tea; in two months, you’ll need to have 100. Meanwhile, 200 stars previously allowed you a choice of a free lunch sandwich, protein box or salad, but that’s soon getting a 50% bump to 300 stars.
Conversely, the number of stars necessary for iced coffee, iced tea, packaged coffee and some merchandise will actually decrease by up to 50%.
“We occasionally need to make changes to ensure the long-term sustainability of the Starbucks Rewards program and to meet the changing needs of our members,” as the company told Yahoo Finance.
That last sentence is an admission Starbucks' management thinks the Rewards program was costing them too much money, which is why they're changing it. The changes also mean there's a new sweet spot for redeeming Starbucks' stars for its menu items. We've re-done our math from 2019, when the company last changed its Rewards program, to find out where that sweet spot may now be. The following table, based on prices and items that can be found for sale at Starbucks' location at 1st & Pike in Seattle on 2 January 2023, presents the results of our analysis:
Relative Value of Starbucks New Rewards Redemption Scheme | ||||
---|---|---|---|---|
Selected Menu Items | Menu Cost for Item | Reward Points Earned If Item Purchased | Minimum Points to Redeem Item As Reward | Number of Units Needed to Purchase to Earn Enough Points to Redeem Item As Reward |
Shot of Flavored Syrup (Grande) | $0.80 | 1.6 | 25 | 15.6 |
Hot Brewed "Grande" Coffee (Pike Place Roast) | $3.25 | 6.5 | 100 | 15.4 |
Bakery: Butter Croissant | $3.45 | 6.9 | 100 | 14.5 |
Bakery: Blueberry Scone | $3.45 | 6.9 | 100 | 14.5 |
Bakery: Banana Walnut & Pecan Loaf | $3.65 | 7.3 | 100 | 13.7 |
Handcrafted Drink: Café Latte (Grande) | $4.95 | 9.9 | 200 | 20.2 |
Handcrafted Drink: Café Mocha (Grande) | $5.45 | 10.9 | 200 | 18.3 |
Handcrafted Drink: Iced Tea (Grande) | $3.45 | 100 | 100 | 14.5 |
Handcrafted Drink: Iced Coffee (Grande) | $3.95 | 7.9 | 100 | 12.7 |
Handcrafted Drink: Cold Brew (Grande) | $4.75 | 9.5 | 200 | 21.1 |
Sandwich: Ham & Swiss on Baguette | $8.15 | 16.3 | 300 | 18.4 |
Sandwich: Turkey, Provolone & Pesto on Ciabatta | $7.45 | 14.9 | 300 | 20.1 |
1-lb Bag of Coffee: Pike Place Roast Whole Bean | $13.95 | 27.9 | 400 | 14.3 |
The new sweet spot for maximizing the value for redeeming Starbucks' stars is Iced Coffee. After that, getting the highest dollar items while giving up the least number of stars (or points) becomes harder, with high dollar bakery goods delivering the second-best ratio.
There's also no question Starbucks Rewards program has become less rewarding. Compared to 2019, when Banana Nut Bread represented the best $-to-stars ratio, you only needed to buy 8 slices to accumulate enough points to redeem a free slice. In 2023, you'll need to buy 14 slices to realize the same reward.
When you do redeem rewards, the strategy of up-sizing drinks would appear to continue providing greater value in redeeming reward points than ordering beverages in smaller volume cups. The values in the table above apply for "grande"-sized beverages, which fall in the middle of the beverage options on Starbucks' menu - "short" or "tall"-sized beverages would deliver less value than what these figures indicate, while "venti" or "trente"-sized drinks would deliver greater value for their new reward redemption value of 150 points.
That also applies to customizations, where loading up your order with extras (flavored syrups, milk or milk substitutes, etc.) will boost the value of your redeemed reward.
Image Credit: Photo by Gema Saputera on Unsplash.
Labels: inflation, personal finance
Welcome to the blogosphere's toolchest! Here, unlike other blogs dedicated to analyzing current events, we create easy-to-use, simple tools to do the math related to them so you can get in on the action too! If you would like to learn more about these tools, or if you would like to contribute ideas to develop for this blog, please e-mail us at:
ironman at politicalcalculations
Thanks in advance!
Closing values for previous trading day.
This site is primarily powered by:
The tools on this site are built using JavaScript. If you would like to learn more, one of the best free resources on the web is available at W3Schools.com.