ADVERTISEMENT

Senior shopper in new retail world of faceless frontliners

Published Aug 16, 2020 09:05 am

This pandemic is unveiling many kinds of heroes.  Big stories are coming out from the lives of small people.  

We have celebrated — and now keep in our hearts — our new heroes, the medical workers who each day brave the battlefield of a deadly virus to save lives and help the sick recover.

They continue to risk their lives and their families’ too to honor an oath when they pledged to be doctors, nurses, medical technologists, health workers. For that, the world is grateful!

Let us not forget the other heroes who are there to keep our lives as normal as possible during this very unusual time. The bank tellers, delivery riders, the people at the convenience stores, groceries, and supermarkets, and vegetable sellers who deliver their produce to customers. They have to be at their places of work every day, despite the risks.  

I met a few forgotten frontliners at the supermarket months ago, during the enhanced community quarantine (ECQ) when fewer people were out. After some restrictions were lifted, I stopped going anywhere to shop for basic essentials because supermarkets began to look like a slow weekday crowd. Still a crowd just the same, and not recommended for senior citizens.

It was strange shopping then. Greetings of “good afternoon” were somber, gestures of assistance were fast and efficient, and customers kept to themselves, hardly picking a conversation with other people in line.

I watched a clerk pack vegetables into smaller portions. He did the task slowly and meticulously, no leaf or stem fell off the line. It looked like he had more time to do that. And the conversation with another packer was absent, unlike in the past when they would toss story bits of their lives across the aisle.

At the line to the cashier, it did not seem comfortable — at least to me — to have a haul of groceries piled into one’s grocery cart. For lack of anything else to do, other shoppers ogled at the stuff other people purchased. I felt like one was being judged for the kinds of food the shopper was hoarding in case of a food shortage. Mine was dozens of popsicles (it was summer then), ice cream, M&Ms, egg cookies, grapes, and an assortment of fancy snacks for my grandchildren. Not practical food at all. 

So, I shopped online. It was not the first time I did that.  Long ago, I already found delight in shopping at amazon.com for books that I could not find here.  

Then came Decathlon, Lazada, and, recently, Landers, and an array of websites selling vegetables, fruits, meat, and cooked food.

Today, the “frontliners” who offer me basic essentials are the faceless merchandizers who design attractive photos of food and other products. They pop out in my Facebook account, others in my mailbox. 

Since I am a secret shopaholic, I take delight in clicking the baits, navigating the products, adding to my cart, but most often I still hesitate to click “check out.” Sometimes, it’s the fear of not knowing who I am buying from.  Other times, it was just an exercise to lull me to feel the joy of shopping. 

But there were many times I’ve “checked out” and received the goods the next day or a “few days” later. Only once did I regret a food purchase and ironically it was from someone who came from my home province, which was the reason I ordered food from her. 

As the weekend nears, I now find myself shopping online for something special to serve on Sunday.  I “talk” to a helpful grocer or cook through messenger or email who sends me photos of something I ask for. He sends me more information too—the weight, size of the portion, and sometimes, a personal comment on its taste. Although I’ve never met that person before, I take his or her word for it and click “confirm order.” 

That’s how a senior citizen like me goes shopping for food these days. No face-to-face contact, cashless, and decisions based on trust merely created by a few words sent through a message. 

I’ve lost touch with the frontliners at the supermarkets. 

Related Tags

Pinky Concha Colmenares Fashion Style frontliners Retail
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.