Neuigkeiten
  • Die modified eCommerce Shopsoftware ist kostenlos, aber nicht umsonst.
    Spenden
  • Damit wir die modified eCommerce Shopsoftware auch zukünftig kostenlos anbieten können:
    Spenden
  • Thema: Kategorie-Ansicht

    Martina

    • Mitglied
    • Beiträge: 160
    Kategorie-Ansicht
    am: 08. Juni 2010, 06:44:59
    Mir ist es schon arg peinlich.

    Suchfunktion habe ich genutzt und auch alle mir bekannten Seiten.

    Ich habe auch schon dies versucht zweite_kategoriebox_xtc304sp21......

    Ich möchte eigentlich "NUR" :roll: Siehe Anhang so ein Menü,
    wenn man auf test1, test2 usw. klickt sich die Unterpunkte öffnen

    Habe ich was übersehen , überlesen , oder ist das nicht so einfach?

      [ Für Gäste sind keine Dateianhänge sichtbar ]



    Linkback: https://www.modified-shop.org/forum/index.php?topic=6052.0
    Shop Hosting

    Tomcraft

    • modified Team
    • Gravatar
    • Beiträge: 46.369
    • Geschlecht:
    Kategorie-Ansicht
    Antwort #1 am: 08. Juni 2010, 08:46:35
    Also du willst in der Oberkategorie ein Produkt anstelle einer Kategorie haben?! :?

    Grüße

    Torsten

    Martina

    • Mitglied
    • Beiträge: 160
    Kategorie-Ansicht
    Antwort #2 am: 08. Juni 2010, 08:58:34
    Produkt1 Soll der Oberbegriff sein
    z.B.
    Produkt1= Nagellack<---Soll eigentlich nur als Überschrift sein
    Test1= 60sec Lack <--- ab hier klicken um zu den Untergruppen zu gelangen
    Test2=Normaler Lack
    Produkt2= Nagellack
    Test1= Pfeile Profi
    Test2= Pfeile Normal

    Oje, wenn Frau erklärt

    Tomcraft

    • modified Team
    • Gravatar
    • Beiträge: 46.369
    • Geschlecht:
    Kategorie-Ansicht
    Antwort #3 am: 08. Juni 2010, 09:03:02
    Das ist doch aber komplett standard! Schau mal hier im Demoshop: https://demo.modified-shop.org/trunk/

    P.S.: Gib dir mal bitte ein wenig mehr Mühe beim Verfassen deiner Texte, damit ich nicht immer so viel "gerade" rücken muss.

    Grüße

    Torsten

    Martina

    • Mitglied
    • Beiträge: 160
    Kategorie-Ansicht
    Antwort #4 am: 08. Juni 2010, 09:32:39
    :sorry: gerade rücken

    nee ich meine es so

      [ Für Gäste sind keine Dateianhänge sichtbar ] [ Für Gäste sind keine Dateianhänge sichtbar ]

    Tomcraft

    • modified Team
    • Gravatar
    • Beiträge: 46.369
    • Geschlecht:
    Kategorie-Ansicht
    Antwort #5 am: 08. Juni 2010, 10:15:51
    Das kannst du doch in der stylesheet.css entsprechend verändern:

    Code: CSS  [Auswählen]
    [...]
    ul#categorymenu {
            background-color:#EDEDED;
            margin-bottom:15px;
            border: solid #ccc;
            border-width:0px 1px 1px 1px;
    }
    /* 1st TIER */
    ul#categorymenu li.level1 {
            list-style-type:none;
            border: solid #fff;
            border-width:1px 0px 0px 0px;
    }
    ul#categorymenu li.level1 a {
            text-decoration:none;
            outline: none;
            color:#333;
            background:#eee;
            font-weight:bold;
            padding:4px 0px 4px 6px;
            display:block;
    }
    ul#categorymenu li.level1 a:hover {
            text-decoration:none;
            color:#333;
            background-color:#e1e1e1;
            font-weight:bold;
    }
    /* 2nd TIER */
    ul#categorymenu li.level2 {
            list-style-type:none;
            border: solid #fff;
            border-width:1px 0px 0px 0px;
    }
    ul#categorymenu li.level2 a {
            text-decoration:none;
            outline: none;
            color:#333;
            background: url(img/dotted1.gif) no-repeat 8px 9px #e1e1e1;
            font-weight:bold;
            padding:4px 0px 4px 18px;
            display:block;
    }
    ul#categorymenu li.level2 a:hover {
            text-decoration:none;
            color:#333;
            background-color:#c7c7c7;
            font-weight:bold;
    }
    /* 3rd TIER */
    ul#categorymenu li.level3 {
            list-style-type:none;
            border: solid #fff;
            border-width:1px 0px 0px 0px;
    }
    ul#categorymenu li.level3 a {
            text-decoration:none;
            outline: none;
            color:#333;
            background: url(img/dotted1.gif) no-repeat 16px 9px #c7c7c7;
            font-weight:bold;
            padding:4px 0px 4px 26px;
            display:block;
    }
    ul#categorymenu li.level3 a:hover {
            text-decoration:none;
            color:#333;
            background-color:#b3b3b3;
            font-weight:bold;
    }
    /* 4th TIER */
    ul#categorymenu li.level4 {
            list-style-type:none;
            border: solid #fff;
            border-width:1px 0px 0px 0px;
    }
    ul#categorymenu li.level4 a {
            text-decoration:none;
            outline: none;
            color:#333;
            background: url(img/dotted1.gif) no-repeat 24px 9px #b3b3b3;
            font-weight:bold;
            padding:4px 0px 4px 34px;
            display:block;
    }
    ul#categorymenu li.level4 a:hover {
            text-decoration:none;
            color:#333;
            background-color:#999;
            font-weight:bold;
    }
    /* 5th TIER */
    ul#categorymenu li.level5 {
            list-style-type:none;
            border: solid #fff;
            border-width:1px 0px 0px 0px;
    }
    ul#categorymenu li.level5 a {
            text-decoration:none;
            outline: none;
            color:#333;
            background: url(img/dotted1.gif) no-repeat 32px 9px #a2a2a2;
            font-weight:bold;
            padding:4px 0px 4px 42px;
            display:block;
    }
    ul#categorymenu li.level5 a:hover {
            text-decoration:none;
            color:#333;
            background-color:#7e7e7e;
            font-weight:bold;
    }
    [...]
     
    Grüße

    Torsten

    Martina

    • Mitglied
    • Beiträge: 160
    Kategorie-Ansicht
    Antwort #6 am: 08. Juni 2010, 11:18:22
    Ja soweit schon klar, wäre eine Möglichkeit, aber ich möchte ja die dunkelblauen Hauptpunkte so haben das man diese nicht mehr anklicken kann. Die sollen wie eine Feste Überschrift sein :?

    Martina

    • Mitglied
    • Beiträge: 160
    Kategorie-Ansicht
    Antwort #7 am: 09. Juni 2010, 08:35:51
    Es hat geklappt habe es noch mit gunnart_ShowCategory_xtc_modified in Verbindung gebracht

    Thomas

    • Fördermitglied
    • Beiträge: 1.587
    Kategorie-Ansicht
    Antwort #8 am: 09. Juni 2010, 09:15:00
    Darf man das Ergebnis begutachten?

    Grüße Tom

    Martina

    • Mitglied
    • Beiträge: 160
    Kategorie-Ansicht
    Antwort #9 am: 09. Juni 2010, 10:10:02
    Reicht ein Bildchen? Trau mich gar nicht den shop zu zeigen

    Thomas

    • Fördermitglied
    • Beiträge: 1.587
    Kategorie-Ansicht
    Antwort #10 am: 09. Juni 2010, 10:12:07
    jupp gerne :) Finde das sehr interessant!

    Grüße

    Martina

    • Mitglied
    • Beiträge: 160
    Kategorie-Ansicht
    Antwort #11 am: 09. Juni 2010, 14:22:20
    bitte

      [ Für Gäste sind keine Dateianhänge sichtbar ]

    3 Antworten
    2428 Aufrufe
    08. Juni 2012, 20:14:10 von h-h-h
    2 Antworten
    2263 Aufrufe
    15. September 2010, 14:46:23 von jannemann
    1 Antworten
    2571 Aufrufe
    20. Januar 2012, 10:02:26 von Tomcraft
    1 Antworten
    2282 Aufrufe
    02. Mai 2011, 10:25:29 von Tomcraft
               
    anything