Friday, June 27, 2025
31.1 C
Singapore

Uncle charges $8 for two ice cream treats, netizens outraged

SINGAPORE: A woman who ended up paying S$8 for ice cream took to social media to tell others to “be wary,” as she believes the uncle selling the sweet treat overcharged her.

Ms Lola Quek posted a photo of two ice cream treats, one in a cone and one in bread, that she was charged S$8 for on the COMPLAINT SINGAPORE Facebook page on Sunday (Sept 3).

“I asked the uncle 3 times $8?! He say it’s big size now, last time ice cream cone not so big. He was so insistent till the end,” she wrote.

The netizen said she thought she was being “ripped off but since he was an uncle I did not make a big hooha.”

Nevertheless, she told him it wasn’t right to charge such high prices for his ice cream, but the uncle stood his ground, and she paid anyway.

Ms Quek added that there were no prices indicated on the uncle’s cart, located at the junction of Tampines MRT and that she only found out how much the treats were after they were handed over.

See also  "This seat is choped" card fails to reserve seat, lone diner shares woes online

“Just putting it here in hopes that people do not take it granted (like I did) and ask for $ before buying,” she wrote.

Her post has since gone viral, getting shared almost 500 times.

Ms Quek’s outrage at the high price of the ice cream appears to have hit a nerve with many commenters, who agreed with her.

/TISG

Ice Cream Uncle Ah Boon: TikTok exploitation & call to support Singapore’s oldest hawker

Hot this week

Singapore launches GaN hub to power next-gen semiconductors

SINGAPORE: Singapore launched a new S$123 million semiconductor facility...

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); } });