Opencart 2.2
Kategori ürünleri için:
catalog/controller/product/category.php
Satır 223.
'href'        => $this->url->link('product/product', 'path=' . $this->request->get['path'] . '&product_id=' . $result['product_id'] . $url)
Değiştir

'href'        => $this->url->link('product/product', '&product_id=' . $result['product_id'] . $url)
Üst Menü
catalog/controller/common/header.php
Satır 112.
'href'  => $this->url->link('product/category', 'path=' . $category['category_id'] . '_' . $child['category_id'])
Değiştir

'href'  => $this->url->link('product/category', 'path=' . $child['category_id'])