mirac
OpenCart-TR
- Katılım
- 7 Şub 2010
- Mesajlar
- 1,383
- Tepkime puanı
- 0
- Puanları
- 36
- Yaş
- 43
- Konum
- Beykoz____
- Web sitesi
- www.notebook-cantasi.com
/catalog/controller/module/category.php dosyasını aç..
Bul..
Değiştir..
Bul..
Kod:
if ($category_id == $result['category_id']) {
$children = $this->getCategories($result['category_id'], $new_path);
}
Değiştir..
Kod:
$children = $this->getCategories($result['category_id'], $new_path);