Commit 5954ecfc371a5f35c85cefa9227f492f79d49eb9

Authored by Alex Savenko
1 parent fd068f14

remarketing

console/controllers/FeedController.php
@@ -56,8 +56,6 @@ class FeedController extends Controller @@ -56,8 +56,6 @@ class FeedController extends Controller
56 $this->createRow($product, $content); 56 $this->createRow($product, $content);
57 } 57 }
58 58
59 - $content .= '</urlset>';  
60 -  
61 fwrite($handle, $content); 59 fwrite($handle, $content);
62 fclose($handle); 60 fclose($handle);
63 61
frontend/web/feed.csv 0 → 100644