From 15e8d97247f9bd737f40f060ca2b2d9799f81d0c Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 6 Dec 2016 11:19:22 +0200 Subject: [PATCH] remarketing --- console/controllers/FeedController.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/console/controllers/FeedController.php b/console/controllers/FeedController.php index 012104a..3dc4e3d 100644 --- a/console/controllers/FeedController.php +++ b/console/controllers/FeedController.php @@ -60,10 +60,11 @@ class FeedController extends Controller $handle = fopen($dirName .'/'. $filename, "w"); $content[] = ['ID', 'ID2', 'Item Category', 'Item title', 'Item description', 'Price']; + $content[] = ['ID', 'ID2', 'Item Category', 'Item title', 'Item description', 'Price']; - foreach ($this->getProducts() as $product) { - $this->createRow($product, $content); - } +// foreach ($this->getProducts() as $product) { +// $this->createRow($product, $content); +// } fputcsv($handle, $content); fclose($handle); -- libgit2 0.21.4