// Adds dimensions UUID, Author and Topic into GA4
Thursday, July 17, 2025
28.5 C
Singapore

“Shout ‘ding dong’ very loudly” upon arrival — Note from customer to Grab delivery rider

Normally, for delivery riders in Singapore, customer requests are “Leave at door” or “Extra utensils, please”. However, a recent screengrab of a rather peculiar instruction to a Grab delivery rider has gone viral as it requested the rider to “Shout ‘ding dong’ very loudly”.

The screenshot of the Grab Food delivery rider’s order ID was shared with an online group called GrabFood Delivery Rider Singapore. “I never thought one day I will kena this kind of note,” the caption said.

Though in recent news, prices have been ruling the headlines, this time around, it wasn’t the S$66.97 total that caught users’ attention. Instead, it was the “Note from customer section” which read “Shout ding dong very loudly”.

Image: screengrab from Facebook / GrabFood Delivery Rider Singapore

Many online netizens had a good laugh in response to the post while others found the request ridiculous. “No mood to do (these) kinds of things,” said one. Another pointed out “This (isn’t) the (worst) comment noted by a customer. The worst I(‘ve seen) was (a) customer not(ing) “Please don’t assign Chinese riders (to) take the order.”

See also  Singaporean woman asks, "Do I need to set aside S$1 million per kid?" to raise them in Singapore
Image: screengrab from Facebook comments / GrabFood Delivery Rider Singapore
Image: screengrab from Facebook comments / GrabFood Delivery Rider Singapore
Image: screengrab from Facebook comments / GrabFood Delivery Rider Singapore
Image: screengrab from Facebook comments / GrabFood Delivery Rider Singapore
Image: screengrab from Facebook comments / GrabFood Delivery Rider Singapore
Image: screengrab from Facebook comments / GrabFood Delivery Rider Singapore
Image: screengrab from Facebook comments / GrabFood Delivery Rider Singapore
Image: screengrab from Facebook comments / GrabFood Delivery Rider Singapore
Image: screengrab from Facebook comments / GrabFood Delivery Rider Singapore
Image: screengrab from Facebook comments / GrabFood Delivery Rider Singapore
Image: screengrab from Facebook comments / GrabFood Delivery Rider Singapore

 

Hot this week

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });