Jump to content
xt:Commerce Community Forum

Kleine {if}-Abfrage auf product.html


Recommended Posts

Hallo liebe Gemeinde,

ich möchte bestimmte Elemente auf der Produktdetailseite je nach Kategorie(-ID) ein- bzw ausblenden.

Ich habe momentan das hier:


{if $smarty.get.cat == '58'}

<div id="one">

    [...]

</div>

{else}

<div id="two">

    [...]

</div>

{/if}

Leider funktioniert das Ganze nicht wie gewollt.

Für den Anfang würde es mir auch reichen, wenn ich die aktuelle Kategorie des Produktes ausgeben könnte.

Dafür habe ich probiert:

$smarty.get.cat

$module_data.current_category_id und

$current_category_id

Wie kann ich die aktuelle Kategorie ausgeben?

Die drei oben genannten Variablen bringen leider keinen Erfolg.

Liebe Grüße

Link to comment
Share on other sites

Archived

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

×
  • Create New...