Beyler bunu bır turlu Popup Categorye uyarlayamadım.Yapabilen var mi?
Hallettim beyler. Açılır kategori 'de ( popup category ) modülünde kategorilerin yan tarafında ürün sayılarını miktarlarını görüntülemek için
aşağıdaki kodu bulun
**************************************************************
Kod:
}
if ($this->category_id == $result['category_id']) {
$output .= '<li class="onSelectedLi ' . $classname . '"><a title="' . $result['meta_description'] . '" href="' . $this->model_tool_seo_url->rewrite(HTTP_SERVER . 'index.php?route=product/category&path=' . $new_path) . '">' . $result['name'] . '</a>';
} else {
$output .= '<li class="' . $classname . '"><a title="' . $result['meta_description'] . '" href="' . $this->model_tool_seo_url->rewrite(HTTP_SERVER . 'index.php?route=product/category&path=' . $new_path) . '">' . $result['name'] . '</a>';
}
-***************************************************************************
Ve bununla değiştirin;
-==================================
Kod:
}
if ($this->category_id == $result['category_id']) {
$product_total = $this->model_catalog_product->getTotalProductsByCategoryId($result['category_id']);
$output .= '<li class="onSelectedLi ' . $classname . '"><a title="' . $result['meta_description'] . '" href="' . $this->model_tool_seo_url->rewrite(HTTP_SERVER . 'index.php?route=product/category&path=' . $new_path) . '">' . $result['name'] . '</b>('.$product_total.')</a>';
} else {
$product_total = $this->model_catalog_product->getTotalProductsByCategoryId($result['category_id']);
$output .= '<li class="' . $classname . '"><a title="' . $result['meta_description'] . '" href="' . $this->model_tool_seo_url->rewrite(HTTP_SERVER . 'index.php?route=product/category&path=' . $new_path) . '">' . $result['name'] . ' ('.$product_total.')</a>';
}
Not lutfen destek aldıgınız her konu icin kodlari inceleyip anlamaya çalışınız.
Eka7a ve Mirac her halta cevap yazmislar.Ben olsam ugrasmazdim.Adamlar bizim icin kendi hayatlarindan fedakarlik yaiyorlar.Paylasim ise herkez ayni özveriri göstermeli.Yeni yeni ornek alip paylasimda bulunuyorum cozdugum konulari.