Jump to content
xt:Commerce Community Forum

eine Kategorie auf der Startseite aufgeklappt


booky

Recommended Posts

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

  • 3 months later...

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

  • 4 weeks later...

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...