Jump to content
xt:Commerce Community Forum

Vor eigentlichem Inhalt ein DIV einblenden, wenn Inhalt da ist.


Recommended Posts

Hallo liebe Community,

ich habe im Vorfeld des eigentlichen Seitencontents ein DIV (#Slider) platziert, in dem ein Jquery-Bildslider läuft (im Anhang rot markiert).

Dieser Slider soll aber nicht auf jeder Seite zu sehen sein. Mein Wunsch ist es, dieses DIV nicht anzuzeigen, wenn sein Inhalt leer ist.

Der Content des Sliders soll später auf der Startseite und einigen Kategorie-Beschreibungsseiten zu sehen sein und soll themenbezogen im Backend unter

"Kategorie bearbeiten" oder "Inhalte" mit unterschiedlichen Inhalten gefüllt sein.

Ich habe nach einer entsprechendne "IF"-Anweisung gesucht, werde aber daraus leider nicht so recht schlau, da ich Smarty-unerfahren bin.

Kann mir jemand sagen, wie ich dieses Vorhaben umsetzen kann?

Vielen Dank schon jetzt an alle!

Martin

post-95450-14337915315158_thumb.jpg

Link to comment
Share on other sites

so geht das zum Beispiel:

{if $smarty.get.page == 'categorie' and $smarty.get.cat == 'XY'} für Kategorie

{if $smarty.get.page == 'content' and $smarty.get.coID == 'XY'} für Content

{if $smarty.get.page == 'product' and $smarty.get.info == 'XY'} für Produkt

{if $smarty.get.page == 'manufacturer' and $smarty.get.mnf == 'XY'} für Hersteller

Grüsse

Link to comment
Share on other sites

so geht das zum Beispiel:

{if $smarty.get.page == 'categorie' and $smarty.get.cat == 'XY'} für Kategorie

{if $smarty.get.page == 'content' and $smarty.get.coID == 'XY'} für Content

{if $smarty.get.page == 'product' and $smarty.get.info == 'XY'} für Produkt

{if $smarty.get.page == 'manufacturer' and $smarty.get.mnf == 'XY'} für Hersteller

Grüsse

Hallo oldbear,

vielen Danke für die Antwort! Ich denke, damit sollte es funktionieren.

Grüßle,

Martin

Link to comment
Share on other sites

Archived

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

×
  • Create New...