diff --git a/merchant-feed.php b/merchant-feed.php index 7bd07ff..9081f2c 100644 --- a/merchant-feed.php +++ b/merchant-feed.php @@ -24,7 +24,7 @@ echo '' . "\n"; echo '' . "\n"; echo ' Tom\'s Java Jive' . "\n"; echo ' ' . $base . '' . "\n"; -echo ' Premium artisan flavored coffee beans, freshly roasted in Weatherford, TX.' . "\n"; +echo ' Premium artisan flavored coffee beans, freshly roasted and delivered to your door.' . "\n"; foreach ($products as $p) { $images = json_decode($p['images'] ?? '[]', true); @@ -34,7 +34,7 @@ foreach ($products as $p) { $title = htmlspecialchars($p['name'] . ' ' . $categoryLabel . ' Coffee'); $desc = htmlspecialchars( $p['name'] . ' flavored artisan coffee — ' . strtolower($categoryLabel) . '. ' . - 'All natural flavoring. Freshly roasted in Weatherford, TX and shipped to your door. ' . + 'All natural flavoring. ' . '12 oz bag.' ); $link = htmlspecialchars($base . '/product.php?id=' . $p['product_id']);