To fix it, you must find in the file catalog/controller/feed/google_sitemap.php
the code:
Code: Select all
$output .= '<loc>' . str_replace('&', '&', $this->url->link('product/manufacturer', 'manufacturer_id=' . $manufacturer['manufacturer_id'])) . '</loc>';
Code: Select all
$output .= '<loc>' . str_replace('&', '&', $this->url->link('product/manufacturer/product', 'manufacturer_id=' . $manufacturer['manufacturer_id'])) . '</loc>';