SetCategoryId( int $_categoryID ) : void
SetCategoryId
Kurzbeschreibung
Bietet die Möglichkeit, innerhalb eines anderen Bereiches des Webshops Informationen einer bestimmten Kategorie auszugeben.
Funktionsbeschreibung
Beispiele
{%
$_value = GetGlobal("useHtmlAvailabilityIcon");
%}
{% if GetGlobal("useHtmlAvailabilityIcon") %}
<span class="availabilityIcon available-$AvailabilityId" data-plenty="availabilityIcon">
<span class="first"></span>
<span class="second"></span>
<span class="third"></span>
</span>
{% else %}
<span class="availabilityImageWrapper">$AvailabilityIcon</span>
{% endif %}