From 67caf9ad3b7ac0ed4a1ccf70c29ae218c11ad5a8 Mon Sep 17 00:00:00 2001 From: Myron Blair Date: Wed, 17 Jun 2026 00:56:07 +0000 Subject: [PATCH] Use product name as-is for merchant feed title Co-Authored-By: Claude Sonnet 4.6 --- merchant-feed.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/merchant-feed.php b/merchant-feed.php index 296ba78..5087042 100644 --- a/merchant-feed.php +++ b/merchant-feed.php @@ -34,8 +34,7 @@ foreach ($products as $p) { $grindNote = $p['category'] === 'Bean' ? 'Available as whole bean so you can grind fresh for maximum flavor.' : 'Pre-ground to a versatile medium grind, ready to brew right out of the bag.'; - $nameSuffix = stripos($p['name'], 'coffee') !== false ? '' : ' ' . $categoryLabel . ' Coffee'; - $title = htmlspecialchars($p['name'] . $nameSuffix); + $title = htmlspecialchars($p['name']); $rawDesc = $p['description'] ?? ''; if (!empty($rawDesc)) { $desc = htmlspecialchars(