Commit 87a7b42adcb9f203a5bfab543e545023172f988c
1 parent
8d17a363
remarketing
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
console/controllers/FeedController.php
| @@ -43,6 +43,7 @@ class FeedController extends Controller | @@ -43,6 +43,7 @@ class FeedController extends Controller | ||
| 43 | public function createRow( $product, &$content ){ | 43 | public function createRow( $product, &$content ){ |
| 44 | $url = Url::to(['catalog/product', 'product' => $product]); | 44 | $url = Url::to(['catalog/product', 'product' => $product]); |
| 45 | if($this->checkUrl($url)){ | 45 | if($this->checkUrl($url)){ |
| 46 | + print $url; | ||
| 46 | print $this->count++ . "\n"; | 47 | print $this->count++ . "\n"; |
| 47 | $content[] = [$url]; | 48 | $content[] = [$url]; |
| 48 | } | 49 | } |