booky Posted July 2, 2007 Report Share Posted July 2, 2007 Hallo, ich möchte in meinem Shop gerne realisieren, dass eine Kategorie gleich von vorn herein aufgeklappt ist und auch aufgeklappt bleibt, es sei denn, man wählt eine andere Kategorie aus. Ich rätsel schon lange rum, habe aber noch nichts brauchbares hinbekommen. Leider habe ich auch nur geringe PHP-Kenntnisse, deshalb brauche ich genaue Anweisungen, wenn jemand einen Vorschlag hat. Ich wäre sehr dankbar für eine schnelle Hilfe. MfG booky Link to comment Share on other sites More sharing options...
booky Posted July 4, 2007 Author Report Share Posted July 4, 2007 Keine Vorschläge? Und ich habe gehoft, es wird nicht so schwer. Hmm... Kann mir keiner Antworten? Bitte! Wenn es wirklich so viel Arbeit ist, kann man auch über eine Bezahlung dafür reden! Link to comment Share on other sites More sharing options...
jimpi Posted October 18, 2007 Report Share Posted October 18, 2007 suche die datei application_top.php in der Zeile ca. 450 wo steht: // calculate category path if (isset ($_GET['cPath'])) { $cPath = xtc_input_validation($_GET['cPath'], 'cPath', ''); } elseif (is_object($product) && !isset ($_GET['manufacturers_id'])) { if ($product->isProduct()) { $cPath = xtc_get_product_path($actual_products_id); } else { //$cPath = ''; /* Als neue Startseite wird die Kategorie mit der ID angezeigt.*/ $cPath = '28'; } } else { $cPath = ''; } [/php]ist sicher nicht die beste Lösung aber es funktioniert! Link to comment Share on other sites More sharing options...
booky Posted November 13, 2007 Author Report Share Posted November 13, 2007 Vielen Dank jimpi für die Antwort! Ich habe es gerade ausprobiert. Gibt es vielleicht noch eine Möglichkeit, dass meine erste Startseite die selbe bleibt und sich nur das Menü an der Stelle öffnet? Danke booky Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.