Skip to content

Commit

Permalink
manufacturer url fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zsoltoroszlany82 committed Nov 6, 2024
1 parent 791d671 commit 576afe6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public function index()

foreach ($manufacturers as $manufacturer) {
$this->xml->startElement('url');
$this->xml->writeElement('loc', $this->url->link('product/manufacturer', 'manufacturer_id=' . $manufacturer['manufacturer_id']));
$this->xml->writeElement('loc', $this->url->link('product/manufacturer/info', 'manufacturer_id=' . $manufacturer['manufacturer_id']));
$this->xml->endElement();
}
}
Expand Down

0 comments on commit 576afe6

Please sign in to comment.